Difference between revisions of "Documentation/How Tos/Calc: NORMSDIST function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
(Syntax:)
Line 6: Line 6:
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''NORMSDIST(x)'''</tt>
 
<tt>'''NORMSDIST(x)'''</tt>
: <tt>'''NORMSDIST'''</tt> calculates the cumulative distribution function of a standard normal distribution with mean &mu; = 0 and standard deviation &sigma; = 1.
+
: The standard normal distribution is a normal distribution with mean <tt>'''&mu;'''</tt> = 0 and standard deviation <tt>'''&sigma;'''</tt> = 1.
 +
 
 +
: <tt>'''NORMSDIST'''</tt> calculates the cumulative distribution function of the standard normal distribution.
  
 
: It is equivalent to <tt>'''NORMDIST(x; 0; 1; 1)'''</tt>.
 
: It is equivalent to <tt>'''NORMDIST(x; 0; 1; 1)'''</tt>.

Revision as of 19:05, 19 May 2008


NORMSDIST

Calculates values for the cumulative distribution function of a normal distribution.

Syntax:

NORMSDIST(x)

The standard normal distribution is a normal distribution with mean μ = 0 and standard deviation σ = 1.
NORMSDIST calculates the cumulative distribution function of the standard normal distribution.
It is equivalent to NORMDIST(x; 0; 1; 1).

Example:

NORMSDIST(0)

returns 0.5. The standard normal distribution curve is centred on 0, hence half of the curve is below 0.

NORMDIST(0; 0; 1; 1)

also returns 0.5.

See also:

NORMDIST, NORMSINV, NORMINV, PHI

Statistical functions

Issues:

  • The forthcoming international standard ODFF regards this as a legacy function, preferring NORMDIST.
Personal tools