Click or drag to resize

UncertainValueConfidenceInterval Method

Returns a confidence interval.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Interval ConfidenceInterval(
	double P
)

Parameters

P
Type: SystemDouble
The required confidence level, which must lie in [0, 1].

Return Value

Type: Interval
The associated confidence interval.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionP lies outside [0, 1].
Remarks

This method assumes that the value is normally distributed with a mean equal to Value and a standard deviation equal to Uncertainty.

See Also