IMSL C# Numerical Library

Summary.GetConfidenceMean Method 

Returns the confidence interval for the mean (assuming normality).

public double[] GetConfidenceMean(
   double p
);

Parameters

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

Return Value

A double array of length 2 which contains the lower and upper confidence limits for the mean.

See Also

Summary Class | Imsl.Stat Namespace