NORM.DIST

Normal distribution[1][2].

Syntax:

NORM.DIST( x:Number, mean:Number, standard deviation:Number {, cumulative:Boolean} )

Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the normal distribution with given mean and standard deviation at x.

cumulative selects CDF (TRUE, default) or PDF (FALSE).

Revisions:

This function was added in 2.00.

  1. Weisstein, Eric W. "Normal Distribution." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/NormalDistribution.html
  2. "Normal Distributions." Chapter VII, Online Statistics Education: A Multimedia Course of Study (http://onlinestatbook.com/). Project Leader: David M. Lane, Rice University.