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
)
Public Function ConfidenceInterval (
P As Double
) As Interval
public:
Interval ConfidenceInterval(
double P
)
member ConfidenceInterval :
P : float -> Interval
Parameters
- P
- Type: SystemDouble
The required confidence level, which must lie in [0, 1].
Return Value
Type:
IntervalThe associated confidence interval.
Exceptions 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