WebCab Probability and Statistics for .NET v3.3 Demo

StandardNormalProbabilityDistribution.Inverse Method

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

Overload List

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

public double Inverse(double);

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

public double Inverse(double,double,int);

See Also

StandardNormalProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace