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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Example:)
m (Bot: Adding Category: Documentation)
Line 28: Line 28:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation]]

Revision as of 12:15, 20 November 2009


LOGINV

Calculates the inverse of the LOGNORMDIST function.

Syntax:

LOGINV(p; μ; σ;)

A variable is lognormally distributed if its natural logarithm is normally distributed. Parameters of the distribution are μ (mean) and σ (standard deviation).
LOGINV returns the value x, such that LOGNORMDIST(x; μ; σ;) is p.

Example:

LOGINV(0.5; 0; 1)

returns 1.

LOGNORMDIST(1; 0; 1)

returns 0.5.

Template:Documentation/SeeAlso

Personal tools