Returns the lower confidence limits for the variance.

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

Syntax

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

Field Value

A double containing the lower confidence limits for the variance.

See Also