| Download a pdf copy of this help file here |

Format: VoseLognormal(m, s, U)
The lognormal distribution results when we take the natural logarithm of normally distributed values.
Examples of two Lognormal distribution are given below:

The Lognormal distribution is useful for modeling naturally occurring variables that are the product of a number of other naturally occurring variables. Central Limit Theorem shows that the product of a large number of independent random variables is Lognormally distributed. For example, the volume of gas in a petroleum reserve is often Lognormally distributed because it is the product of the area of the formation, its thickness, formation pressure, porosity and the gas:liquid ratio.
Lognormal distributions often provide a good representation for a physical quantity that extend from zero to + infinity and is positively skewed, perhaps because some Central limit Theorem type of process is determining the variable's size. Lognormal distributions are also very useful for representing quantities that are thought of in orders of magnitude. For example, if a variable can be estimated to within a factor of 2 or to within an order of magnitude, the Lognormal distribution is often a reasonable model.
Lognormal distributions have also been used to model lengths of words and sentences in a document, particle sizes in aggregates, critical doses in pharmacy and incubation periods of infectious diseases, but one reason the Lognormal distribution appears so frequently is because it is easy to fit and test (one simply transforms the data to logs and manipulate as a Normal distribution), and so observing its use in your field does not necessarily mean it is a good model: it may just have been a convenient one. Modern software and statistical techniques have removed much of the need for assumptions of normality, so be cautious about using the Lognormal just because it has always been that way.
A variable is Lognormally distributed when the log (to any base) of the variable is Normally distributed i.e:
X is Lognormally distributed if logk[X] is Normally distributed,
Or equivalently X = k^Normal(...) where k is some constant
It is very occasionally known as the Galton-McAlister distribution and, in economics, as the Cobb-Douglas distribution where it is applied to production data.
The LognormalE distribution has as its parameters the mean and standard deviation of the Normal distribution of logE[X].
The LognormalB distribution has as its parameters the mean and standard deviation of the Normal distribution of logB[X].
The LognormalAlt distribution determines a Lognormal distribution defined by two percentiles.
VoseLogNormal generates values from this distribution or calculates a percentile.
VoseLogNormalObject constructs a distribution object for this distribution. Professional and Industrial editions only.
VoseLogNormalProb returns the probability density or cumulative distribution function for this distribution. Professional and Industrial editions only.
VoseLogNormalProb10 returns the log10 of the probability density or cumulative distribution function. Professional and Industrial editions only.
VoseLogNormalFit generates values from this distribution fitted to data, or calculates a percentile from the fitted distribution. Professional and Industrial editions only.
VoseLogNormalFitObject constructs a distribution object of this distribution fitted to data. Professional and Industrial editions only.
VoseLogNormalFitP returns the parameters of this distribution fitted to data. Professional and Industrial editions only.