Click or drag to resize
SummaryGetConfidenceVariance Method
Returns the confidence interval for the variance (assuming normality).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetConfidenceVariance(
	double p
)

Parameters

p
Type: SystemDouble
A double which specifies the confidence level desired, usually 0.90, 0.95 or 0.99.

Return Value

Type: Double
A double array of length 2 which contains the lower and upper confidence limits for the variance.
See Also