Gets the confidence interval for the estimated value at the specified confidence level.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public virtual Interval GetConfidenceInterval(
double confidenceLevel
) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function GetConfidenceInterval ( _
confidenceLevel As Double _
) As Interval |
| Visual C++ |
|---|
public:
virtual Interval GetConfidenceInterval(
double confidenceLevel
) |
| F# |
|---|
abstract GetConfidenceInterval :
confidenceLevel:float -> Interval
override GetConfidenceInterval :
confidenceLevel:float -> Interval |
Parameters
- confidenceLevel
- Type: System..::.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
An
Interval structure.
Exceptions
See Also