NORMSDIST
Syntax:
NORMSDIST ( z )
Description: Computes the standard normal distribution for the specified mean and standard deviation.
Mathematical Formula:
Arguments:
Name |
Type |
Description |
---|---|---|
z |
number |
The value for which the distribution is to be computed. |
Return Type and Value: number – The standard normal distribution for the specified mean and standard deviation.
example: