Lévy distribution

From testwiki
Revision as of 23:22, 14 April 2024 by imported>Mikhail Ryazanov (Random sample generation: punct., fmt., dead link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Template:For Template:Probability distribution In probability theory and statistics, the Lévy distribution, named after Paul Lévy, is a continuous probability distribution for a non-negative random variable. In spectroscopy, this distribution, with frequency as the dependent variable, is known as a van der Waals profile.[note 1] It is a special case of the inverse-gamma distribution. It is a stable distribution.

Definition

The probability density function of the Lévy distribution over the domain xμ is

f(x;μ,c)=c2πec2(xμ)(xμ)3/2,

where μ is the location parameter, and c is the scale parameter. The cumulative distribution function is

F(x;μ,c)=erfc(c2(xμ))=22Φ(c(xμ)),

where erfc(z) is the complementary error function, and Φ(x) is the Laplace function (CDF of the standard normal distribution). The shift parameter μ has the effect of shifting the curve to the right by an amount μ and changing the support to the interval [μ). Like all stable distributions, the Lévy distribution has a standard form Template:Nobr which has the following property:

f(x;μ,c)dx=f(y;0,1)dy,

where y is defined as

y=xμc.

The characteristic function of the Lévy distribution is given by

φ(t;μ,c)=eiμt2ict.

Note that the characteristic function can also be written in the same form used for the stable distribution with α=1/2 and β=1:

φ(t;μ,c)=eiμt|ct|1/2(1isign(t)).

Assuming μ=0, the nth moment of the unshifted Lévy distribution is formally defined by

mn =def c2π0ec/2xxnx3/2dx,

which diverges for all n1/2, so that the integer moments of the Lévy distribution do not exist (only some fractional moments).

The moment-generating function would be formally defined by

M(t;c) =def c2π0ec/2x+txx3/2dx,

however, this diverges for t>0 and is therefore not defined on an interval around zero, so the moment-generating function is actually undefined.

Like all stable distributions except the normal distribution, the wing of the probability density function exhibits heavy tail behavior falling off according to a power law:

f(x;μ,c)c2π1x3/2 as x,

which shows that the Lévy distribution is not just heavy-tailed but also fat-tailed. This is illustrated in the diagram below, in which the probability density functions for various values of c and μ=0 are plotted on a log–log plot:

Probability density function for the Lévy distribution on a log–log plot

Template:Clear

The standard Lévy distribution satisfies the condition of being stable:

(X1+X2++Xn)n1/αX,

where X1,X2,,Xn,X are independent standard Lévy-variables with α=1/2.

Random-sample generation

Random samples from the Lévy distribution can be generated using inverse transform sampling. Given a random variate U drawn from the uniform distribution on the unit interval (0, 1], the variate X given by[1]

X=F1(U)=c(Φ1(1U/2))2+μ

is Lévy-distributed with location μ and scale c. Here Φ(x) is the cumulative distribution function of the standard normal distribution.

Applications

Footnotes

Template:Reflist

Notes

Template:Reflist

References

Template:ProbDistributions


Cite error: <ref> tags exist for a group named "note", but no corresponding <references group="note"/> tag was found