NORMDIST(x,mean,standard_dev)
Returns the normal distribution for the specified mean and standard deviation.
| X | is the value for which you want the distribution. |
| Mean | is the arithmetic mean of the distribution. |
| Standard_dev | is the standard deviation of the distribution. |
The result of normdist is
DPlot's NORMDIST function is equivalent to Excel's NORMDIST with the cumulative parameter set to FALSE.
See also:
CDF
ERF
NORMDISTCDF
|