NORMSINV

Name

NORMSINV —
NORMSINV(p)

Description

The NORMSINV function returns the inverse of the standard normal cumulative distribution. @p is the given probability corresponding to the normal distribution. NORMSINV uses an iterative algorithm for calculating the result. If NORMSINV does not converge (accuracy within +/- 3x10^7) after 100 iterations, the function returns #N/A! error.

If @p < 0 or @p > 1 NORMSINV returns #NUM! error.

See also

NORMDIST , NORMINV , NORMSDIST , STANDARDIZE , ZTEST