NORMINV

Name

NORMINV —
NORMINV(p,mean,stdev)

Description

The NORMINV function returns the inverse of the normal cumulative distribution. @p is the given probability corresponding to the normal distribution, @mean is the arithmetic mean of the distribution, and @stdev is the standard deviation of the distribution.

If @p < 0 or @p > 1 or @stdev <= 0 NORMINV returns #NUM! error.

See also

NORMDIST , NORMSDIST , NORMSINV , STANDARDIZE , ZTEST