public Interval ConfidenceInterval(
double P
)
Public Function ConfidenceInterval (
P As Double
) As Interval
public:
Interval ConfidenceInterval(
double P
)
member ConfidenceInterval :
P : float -> Interval
This method assumes that the value is normally distributed with a mean equal to Value and a standard deviation equal to Uncertainty.
ArgumentOutOfRangeException | P lies outside [0, 1]. |