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

StandardNormalProbabilityDistribution.Inverse Method 

Returns the inverse of the standard normal distribution represented by this XML Web service proxy instance, using the given probability.

public double Inverse(
   double probability
);

Parameters

probability
The given value of the probability for this normal distribution, between 0 and 1.

Remarks

This method inverts the probability function when the interval under consideration runs from -INFINITY to a given value of the probability.

See Also

StandardNormalProbabilityDistribution Class | ProbabilityDistributions Namespace