The approximate upper confidence limit for the ratio of the variance of the first population to the second.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double UpperCIRatioVariance { get; }
Visual Basic (Declaration)
Public ReadOnly Property UpperCIRatioVariance As Double
Visual C++
public:
property double UpperCIRatioVariance {
	double get ();
}

Field Value

A double containing the approximate upper confidence limit variance.

See Also