One Sample ZTest.Get Confidence Interval Method
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get | Returns the confidence interval for the test parameter for the default confidence level. |
Get | Returns the confidence interval for the mean corresponding to the specified confidence level. |
GetConfidenceInterval(Double)
Returns the confidence interval for the mean corresponding to the specified confidence level.
public override Interval GetConfidenceInterval(
double confidenceLevel
)
Parameters
- confidenceLevel Double
- A number between 0 and 1 indicating the confidence level. A value of 0.95 corresponds to a confidence level of 95%.
Return Value
IntervalAn Interval.
Exceptions
ArgumentOutOfRangeException | confidenceLevel is less than zero or greater than 1. |