Difference between revisions of "Dens LogNormal"

(Changed to redirect)
 
Line 1: Line 1:
 +
#REDIRECT [[Log-normal distribution#DensLogNormal]]
 
[[Category: Analytic Distribution Functions]]
 
[[Category: Analytic Distribution Functions]]
 
[[Category: Distribution Densities library functions]]
 
[[Category: Distribution Densities library functions]]
[[Category: Doc Status D]] <!-- For Lumina use, do not change -->
 
 
== Dens_LogNormal(x, ''median, gsdev, mean, stddev'') ==
 
 
Returns the probability density of a [[LogNormal|log normal distribution]] at a given point.  Exactly two of the distribution parameters «median», «gsdev», «mean» and «stddev» must be specified, or an error results.  It is best to used a named parameter convention with parameters to make it clear.  Hence, each of these usages are possible:
 
 
:<code>Dens_LogNormal(x, median: median, gsdev: gsdev)</code>
 
:<code>Dens_LogNormal(x, median: median, mean: mean)</code>
 
:<code>Dens_LogNormal(x, median: median, stddev: stddev)</code>
 
:<code>Dens_LogNormal(x, gsdev: gsdev, mean: mean)</code>
 
:<code>Dens_LogNormal(x, gsdev: gsdev, stddev: stddev)</code>
 
:<code>Dens_LogNormal(x, mean: mean, stddev: stddev)</code>
 
 
With the first parameter, «x», removed, the parameters match those of the built-in [[LogNormal]] distribution.
 
 
== Library ==
 
[[Distribution Densities Library]] ([[media:Distribution Densities.ana|Distribution Densities.ana]])
 
:Use [[File menu|File]] &rarr; '''Add Library...''' to add this library
 
 
== See Also ==
 
* [[LogNormal]] distribution function
 
* [[Dens_Normal]]
 
* [[Distribution Densities Library]]
 
* [[media:Distribution Densities.ana|Distribution Densities.ana]]
 

Latest revision as of 00:13, 11 October 2018

Comments


You are not allowed to post comments.