Difference between revisions of "CumLogNormalInv"
Line 1: | Line 1: | ||
− | [[ | + | [[Category: Analytic Distribution Functions]] |
− | [[Category:Doc Status D]] <!-- For Lumina use, do not change --> | + | [[Category: Distribution Densities library functions]] |
+ | [[Category: Doc Status D]] <!-- For Lumina use, do not change --> | ||
== CumLogNormalInv(p, median, gsdev), CumLogNormalInv(p, mean, stddev) == | == CumLogNormalInv(p, median, gsdev), CumLogNormalInv(p, mean, stddev) == |
Revision as of 20:57, 23 February 2016
CumLogNormalInv(p, median, gsdev), CumLogNormalInv(p, mean, stddev)
The inverse cumulative density function for the LogNormal distribution.
To identify the exact distribution, you must specify exactly two (but any two) of the parameters: «median», «gsdev», «mean» and «stddev».
This is the inverse of CumLogNormal -- e.g.:
CumLogNormalInv(CumLogNormal(4, mean: 5, stddev: 3)) → 4
Library
Distribution Densities Library (Distribution Densities.ana)
See Also
Comments
Enable comment auto-refresher