NORM.S.DIST

Standard normal distribution[1][2].

Syntax:

NORM.S.DIST( z:Number {, cumulative:Boolean} )

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

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

Revisions:

This function was added in 2.00.

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