StatisticFormula.InverseNormalDistribution(Double) Method

Definition

Returns the inverse of the standard normal cumulative distribution.

C#
public double InverseNormalDistribution(double probability);

Parameters

probability
Double

The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.

Returns

A double value from the inverse standard normal cumulative distribution function.

Remarks

This method returns the F value for the given F distribution probability.

It is assumed that the distribution has a mean of 0 (zero) and a standard deviation of one.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1