WebCab Probability and Statistics Web Services for .NET v3.3 Demo

StandardNormalProbabilityDistribution.InverseFromValue Method 

Returns the inverse of the bounded below standard normal distribution.

public double InverseFromValue(
   double probability,
   double lowerBound
);

Parameters

probability
The value of the probability for this normal distribution, between 0 and 1.
lowerBound
The lower bound of the interval over which the inverse for the bounded below Standard Normal Probability distribution.

Remarks

Here the probability distribution is defined over an interval where the lower bound is given, and the probability is known and we are requested to find the upper bound of the interval for which the given probability level.

See Also

StandardNormalProbabilityDistribution Class | ProbabilityDistributions Namespace