Quantcast

Lognormal Distribution

`"Frequency Distribution" = "Distribution from Lognormal Distributed Values"`
`(n) "Number of Values"`
`("Low") "Bottom end of display range"`
`("High") "Top end of display range"`
`("Bins") "Number of bins"`

This Lognormal Distribution equation picks a random (actually pseudo-random) number from a lognormal distribution.  

This distribution selects random values repeatedly up to the number n you specify. 

Example

If you use the default values and set the number of bins to 10, you will get a distribution that looks similar to this:

LogNormal Distribution

See also