NormOneSampleLowerCIVariance Property |
Returns the lower confidence limits for the variance.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double LowerCIVariance { get; }
Public ReadOnly Property LowerCIVariance As Double
Get
public:
property double LowerCIVariance {
double get ();
}
member LowerCIVariance : float with get
Property Value
Type:
Double
A
double containing the lower confidence limits for the
variance.
See Also