Skip to main content

NORMINV

Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.

CategoryStatistical
SyntaxNORMINV(probability, mean, standard_dev)

Parameters

ParameterRequiredDescription
probabilityRequiredA probability corresponding to the normal distribution (0 < p < 1).
meanRequiredThe arithmetic mean of the distribution.
standard_devRequiredThe standard deviation of the distribution.

Example

NORMINV(A1:A10)

Auto-generated from the EngCanvas function registry.