Jump to content

Log-normal distribution: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
IhorLviv (talk | contribs)
No edit summary
Leav (talk | contribs)
friction and wear coefficients have a lognormal distribution
Line 155: Line 155:


* In [[Reliability]] analysis, the lognormal distribution is often used to model times to repair a maintainable system.
* In [[Reliability]] analysis, the lognormal distribution is often used to model times to repair a maintainable system.

* It has been proposed that coefficients of friction and wear may be treated as having a lognormal distribution <ref>http://www.sciencedirect.com/science/article/pii/S0951832007002268</ref>


== Maximum likelihood estimation of parameters ==
== Maximum likelihood estimation of parameters ==

Revision as of 16:29, 7 July 2011

Log-normal
Probability density function
Some log-normal density functions with identical location parameter μ but differing scale parameters σ
Cumulative distribution function
Cumulative distribution function of the log-normal distribution (with μ = 0 )
Notation
Parameters σ2 > 0 — shape (real),
μR — log-scale
Support x ∈ (0, +∞)
PDF
CDF
Mean
Median
Mode
Variance
Skewness
Excess kurtosis
Entropy
MGF (defined only on the negative half-axis, see text)
CF representation is asymptotically divergent but sufficient for numerical purposes
Fisher information

In probability theory, a log-normal distribution is a probability distribution of a random variable whose logarithm is normally distributed. If X is a random variable with a normal distribution, then Y = exp(X) has a log-normal distribution; likewise, if Y is log-normally distributed, then X = log(Y) is normally distributed. (This is true regardless of the base of the logarithmic function: if loga(Y) is normally distributed, then so is logb(Y), for any two positive numbers ab ≠ 1.)

Log-normal is also written log normal or lognormal. It is occasionally referred to as the Galton distribution or Galton's distribution, after Francis Galton.

A variable might be modeled as log-normal if it can be thought of as the multiplicative product of many independent random variables each of which is positive. For example, in finance, a long-term discount factor can be derived from the product of short-term discount factors. In wireless communication, the attenuation caused by shadowing or slow fading from random objects is often assumed to be log-normally distributed: see log-distance path loss model.

The log-normal distribution is the maximum entropy probability distribution for a random variate X for which the mean and variance of is fixed. [1]

μ and σ

In a log-normal distribution, the parameters denoted μ and σ, are the mean and standard deviation, respectively, of the variable’s natural logarithm (by definition, the variable’s logarithm is normally distributed). On a non-logarithmized scale, μ and σ can be called the location parameter and the scale parameter, respectively.

In contrast, the mean and standard deviation of the non-logarithmized sample values are denoted m and s.d. in this article.

Characterization

Probability density function

The probability density function of a log-normal distribution is:

This follows by applying the change-of-variables rule on the density function of a normal distribution.

Cumulative distribution function

where erfc is the complementary error function, and Φ is the standard normal cdf.

Location and scale

For the log-normal distribution, the location and scale properties of the distribution are more readily treated using the geometric mean and geometric standard deviation than the arithmetic mean and standard deviation.

Geometric moments

The geometric mean of the log-normal distribution is . Because the log of a log-normal variable is symmetric and quantiles are preserved under monotonic transformations, the geometric mean of a log-normal distribution is equal to its median.[2]

The geometric mean (mg) can alternatively be derived from the arithmetic mean (ma) in a log-normal distribution by:

The geometric standard deviation is equal to .[citation needed]

Arithmetic moments

If X is a lognormally distributed variable, its expected value (E - which can be assumed to represent the arithmetic mean), variance (Var), and standard deviation (s.d.) are

Equivalently, parameters μ and σ can be obtained if the expected value and variance are known:

For any real or complex number s, the sth moment of log-normal X is given by

A log-normal distribution is not uniquely determined by its moments E[Xk] for k ≥ 1, that is, there exists some other distribution with the same moments for all k. In fact, there is a whole family of distributions with the same moments as the log-normal distribution.

Mode and median

Comparison of mean, median and mode of two log-normal distributions with different skewness.

The mode is the point of global maximum of the probability density function. In particular, it solves the equation (ln ƒ)′ = 0:

The median is such a point where FX = 1/2:

Coefficient of variation

The coefficient of variation is the ratio s.d. over m (on the natural scale) and is equal to:

Characteristic function and moment generating function

The characteristic function, E[e itX], has a number of representations.[citation needed] The integral itself converges for Im(t) ≤ 0. The simplest representation is obtained by Taylor expanding e itX and using formula for moments above, giving[citation needed]

This series representation is divergent for Re(σ2) > 0.[citation needed] However, it is sufficient for evaluating the characteristic function numerically at positive as long as the upper limit in the sum above is kept bounded, n ≤ N, where

and σ2 < 0.1.[citation needed] To bring the numerical values of parameters μσ into the domain where strong inequality holds true one could use the fact that if X is log-normally distributed then Xm is also log-normally distributed with parameters μmσm. Since , the inequality could be satisfied for sufficiently small m. The sum of series first converges to the value of φ(t) with arbitrary high accuracy if m is small enough, and left part of the strong inequality is satisfied. If considerably larger number of terms are taken into account the sum eventually diverges when the right part of the strong inequality is no longer valid.

Another useful representation was derived by Roy Lepnik[full citation needed] (see references by this author and by Daniel Dufresne below) by means of double Taylor expansion of e(ln x − μ)2/(2σ2).

The moment-generating function for the log-normal distribution does not exist on the domain R, but only exists on the half-interval (−∞, 0].[citation needed]

Partial expectation

The partial expectation of a random variable X with respect to a threshold k is defined as g(k) = E[X | X > k]P[X > k]. For a log-normal random variable the partial expectation is given by

This formula has applications in insurance and economics, it is used in solving the partial differential equation leading to the Black–Scholes formula.

Other

A set of data that arises from the log-normal distribution has a symmetric Lorenz curve (see also Lorenz asymmetry coefficient).[3]

Occurrence

  • In biology, variables whose logarithms tend to have a normal distribution include:
    • Measures of size of living tissue (length, height, skin area, weight);[4]
    • The length of inert appendages (hair, claws, nails, teeth) of biological specimens, in the direction of growth;[citation needed]
    • Certain physiological measurements, such as blood pressure of adult humans (after separation on male/female subpopulations).
Fitted cumulative log-normal distribution to annually maximum 1-day rainfalls
Subsequently, reference ranges for measurements in healthy individuals are more accurately estimated by assuming a log-normal distribution than by assuming a symmetric distribution about the mean.
  • In hydrology, the log-normal distribution is used to analyze extreme values of such variables as monthly and annual maximum values of daily rainfall and river discharge volumes.[5]
  • The distribution of city sizes is lognormal. This follows from Gibrat's law of proportionate (or scale-free) growth. Irrespective of their size, all cities follow the same stochastic growth process. As a result, the logarithm of city size is normally distributed. There is also evidence of lognormality in the firm size distribution and of Gibrat's law.
  • In Reliability analysis, the lognormal distribution is often used to model times to repair a maintainable system.
  • It has been proposed that coefficients of friction and wear may be treated as having a lognormal distribution [8]

Maximum likelihood estimation of parameters

For determining the maximum likelihood estimators of the log-normal distribution parameters μ and σ, we can use the same procedure as for the normal distribution. To avoid repetition, we observe that

where by ƒL we denote the probability density function of the log-normal distribution and by ƒN that of the normal distribution. Therefore, using the same indices to denote distributions, we can write the log-likelihood function thus:

Since the first term is constant with regard to μ and σ, both logarithmic likelihood functions, L L and N, reach their maximum with the same μ and σ. Hence, using the formulas for the normal distribution maximum likelihood parameter estimators and the equality above, we deduce that for the log-normal distribution it holds that

Generating log-normally-distributed random variates

Given a random variate N drawn from the normal distribution with 0 mean and 1 standard deviation, then the variate

has a log-normal distribution with parameters and .

  • If is a normal distribution, then
  • If is distributed log-normally, then is a normal random variable.
  • If are n independent log-normally distributed variables, and , then Y is also distributed log-normally:
  • If and then


  • Let be independent log-normally distributed variables with possibly varying σ and μ parameters, and . The distribution of Y has no closed-form expression, but can be reasonably approximated by another log-normal distribution Z at the right tail. Its probability density function at the neighborhood of 0 is characterized in (Gao et al., 2009) and it does not resemble any log-normal distribution. A commonly used approximation (due to Fenton and Wilkinson) is obtained by matching the mean and variance:

In the case that all have the same variance parameter , these formulas simplify to

  • If , then X + c is said to have a shifted log-normal distribution with support x ∈ (c, +∞). E[X + c] = E[X] + c, Var[X + c] = Var[X].
  • If , then
  • If , then
  • If then for
  • If with , then (Suzuki distribution)

Similar distributions

  • A substitute for the log-normal whose integral can be expressed in terms of more elementary functions (Swamee, 2002) can be obtained based on the logistic distribution to get the CDF
This is a log-logistic distribution.

See also

Notes

  1. ^ Park, Sung Y.; Bera, Anil K. (2009). "Maximum entropy autoregressive conditional heteroskedasticity model" (PDF). Journal of Econometrics. Elsevier: 219–230. Retrieved 2011-06-02.
  2. ^ Leslie E. Daly, Geoffrey Joseph Bourke (2000) Interpretation and uses of medical statistics Edition: 5. Wiley-Blackwell ISBN: 0632047631, 9780632047635 (page 89)
  3. ^ Damgaard, Christian (2000). "Describing inequality in plant size or fecundity". Ecology. 81 (4): 1139–1142. doi:10.1890/0012-9658(2000)081[1139:DIIPSO]2.0.CO;2. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  4. ^ Huxley, Julian S. (1932). Problems of relative growth. London. ISBN 0486611140. OCLC 476909537. {{cite book}}: Invalid |ref=harv (help)
  5. ^ Ritzema (ed.), H.P. (1994). Frequency and Regression Analysis (PDF). Chapter 6 in: Drainage Principles and Applications, Publication 16, International Institute for Land Reclamation and Improvement (ILRI), Wageningen, The Netherlands. pp. 175–224. ISBN 90 70754 3 39. {{cite book}}: |last= has generic name (help)
  6. ^ Black, Fischer and Myron Scholes, "The Pricing of Options and Corporate Liabilities", Journal of Political Economy, Vol. 81, No. 3, (May/June 1973), pp. 637-654.
  7. ^ Bunchen, P., Advanced Option Pricing, University of Sydney coursebook, 2007
  8. ^ http://www.sciencedirect.com/science/article/pii/S0951832007002268

References

Further reading

Template:Common univariate probability distributions