Gets the confidence interval for the parameter at the specified confidence level.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetConfidenceInterval ( _
	confidenceLevel As Double _
) As Interval
C#
public virtual Interval GetConfidenceInterval (
	double confidenceLevel
)
C++
public:
virtual Interval GetConfidenceInterval (
	double confidenceLevel
)

Parameters

confidenceLevel (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

ExceptionCondition
ArgumentOutOfRangeException

confidenceLevel is less than zero or greater than 1.