Difference between revisions of "CumLogNormalInv"

 
Line 2: Line 2:
 
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
  
= CumLogNormalInv(p,median,gsdev) =
+
== CumLogNormalInv(p, median, gsdev), CumLogNormalInv(p, mean, stddev) ==
= CumLogNormalInv(p,mean:mean,stddev:stddev) =
 
  
The inverse cumulative density functin for the [[LogNormal]] distribution.   
+
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.
+
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.:
 
This is the inverse of [[CumLogNormal]] -- e.g.:
:[[CumLogNormalInv]]([[CumLogNormal]](4,mean:5,stddev:3)) &rarr; 4
+
:<code>CumLogNormalInv(CumLogNormal(4, mean: 5, stddev: 3)) &rarr; 4</code>
 
 
= Library =
 
  
 +
== Library ==
 
[[Distribution Densities Library]]  ([[media:Distribution Densities.ana|Distribution Densities.ana]])
 
[[Distribution Densities Library]]  ([[media:Distribution Densities.ana|Distribution Densities.ana]])
  
= See Also =
+
== See Also ==
 
 
 
* [[LogNormal]]
 
* [[LogNormal]]
* [[Dens_LogNormal]], [[CumLogNormal]]
+
* [[Dens_LogNormal]]
 +
* [[CumLogNormal]]
 
* [[Distribution Densities Library]]
 
* [[Distribution Densities Library]]

Revision as of 21:00, 18 January 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


You are not allowed to post comments.