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

StandardNormalProbabilityDistribution.InverseSetAccuracyNoSteps Method 

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

public double InverseSetAccuracyNoSteps(
   double probability,
   double accuracy,
   int maximumSteps
);

Parameters

probability
The value of the probability for this normal distribution, between 0 and 1.
accuracy
The accuracy of the returned result. For example, if this parameter is set to 0.01 then the result returned will be accurate to three decimal places.
maximumSteps

Remarks

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

Within this method the accuracy returned and the maximum number of iterations can be set.

See Also

StandardNormalProbabilityDistribution Class | ProbabilityDistributions Namespace