Related Topics: | ||
Description: Returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.
Syntax: NORMSINV(Probability)
Probability is a probability corresponding to the normal distribution.
Remarks:
Probability must be a number.
Probability must be => 0 and <= 1.
Example:
NORMSINV(0.908789) = 1.3333
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.