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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:PHI function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_PERMUTATIONA_function
 +
|NextPage=Documentation/How_Tos/Calc:_POISSON_function
 +
}}__NOTOC__
  
 
== PHI ==
 
== PHI ==
Line 8: Line 13:
 
: The standard normal distribution is a normal distribution with mean <tt>'''&mu;'''</tt> = 0 and standard deviation <tt>'''&sigma;'''</tt> = 1.
 
: The standard normal distribution is a normal distribution with mean <tt>'''&mu;'''</tt> = 0 and standard deviation <tt>'''&sigma;'''</tt> = 1.
  
: <tt>'''PHI'''</tt> calculates the probability density function of the standard normal distribution; in other words it returns <tt>'''NORMDIST(x; 0; 1; 0)'''</tt>.
+
: <tt>'''PHI'''</tt> calculates the probability density function of the standard normal distribution; in other words, it returns <tt>'''NORMDIST(x; 0; 1; 0)'''</tt>.
  
 
=== Example: ===
 
=== Example: ===
Line 17: Line 22:
 
: returns approximately 0.35206.
 
: returns approximately 0.35206.
  
=== See also: ===
+
{{SeeAlso|EN|
[[Documentation/How_Tos/Calc: NORMDIST function|'''NORMDIST''']],
+
* [[Documentation/How_Tos/Calc: NORMDIST function|NORMDIST]]
[[Documentation/How_Tos/Calc: NORMINV function|'''NORMINV''']],
+
* [[Documentation/How_Tos/Calc: NORMINV function|NORMINV]]
[[Documentation/How_Tos/Calc: NORMSDIST function|'''NORMSDIST''']],
+
* [[Documentation/How_Tos/Calc: NORMSDIST function|NORMSDIST]]
[[Documentation/How_Tos/Calc: NORMSINV function|'''NORMSINV''']]
+
* [[Documentation/How_Tos/Calc: NORMSINV function|NORMSINV]]
  
[[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]]}}
 +
[[Category: Documentation/Reference/Calc/Statistical functions]]

Latest revision as of 14:15, 2 February 2024



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