PHI function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 14:15, 2 February 2024 by DiGro (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_PHI_function&oldid=260063"
Views
Personal tools
Navigation
Tools