Returns the upper confidence limits for the variance.

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

Syntax

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

Field Value

A double the upper confidence limits for the variance.

See Also