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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(See also:)
Line 24: Line 24:
  
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
 +
 +
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 14:04, 13 September 2008


PHI

Calculates values for a standard normal distribution.

Syntax:

PHI(x)

The standard normal distribution is a normal distribution with mean μ = 0 and standard deviation σ = 1.
PHI calculates the probability density function of the standard normal distribution; in other words it returns NORMDIST(x; 0; 1; 0).

Example:

PHI(0.5)

returns approximately 0.35206.

NORMDIST(0.5; 0; 1; 0)

returns approximately 0.35206.

See also:

NORMDIST, NORMINV, NORMSDIST, NORMSINV

Statistical functions

Functions listed alphabetically, Functions listed by category

Personal tools