SummaryGetConfidenceMean Method |
Returns the confidence interval for the mean (assuming normality).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetConfidenceMean(
double p
)
Public Function GetConfidenceMean (
p As Double
) As Double()
public:
array<double>^ GetConfidenceMean(
double p
)
member GetConfidenceMean :
p : float -> float[]
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 mean.
See Also