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