StatisticFormula.InverseNormalDistribution(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the inverse of the standard normal cumulative distribution.
public:
double InverseNormalDistribution(double probability);
public double InverseNormalDistribution (double probability);
member this.InverseNormalDistribution : double -> double
Public Function InverseNormalDistribution (probability As Double) As Double
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.