Returns the confidence interval for the test parameter for the specified confidence level.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.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
Always throws a
NotSupportedException.
Remarks
Exceptions
See Also