Skip to main content

NORMDIST

Returns the normal distribution for the specified mean and standard deviation.

CategoryStatistical
SyntaxNORMDIST(x, mean, standard_dev, cumulative)

Parameters

ParameterRequiredDescription
xRequiredThe value for which you want the distribution.
meanRequiredThe arithmetic mean of the distribution.
standard_devRequiredThe standard deviation of the distribution.
cumulativeRequiredTRUE for the cumulative distribution function; FALSE for the probability mass function.

Example

NORMDIST(A1:A10)

Auto-generated from the EngCanvas function registry.