Grigory Margulis: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Gutworth
→‎Scientific contributions: "scientific"? try "mathematical"
 
en>Gilo1969
fix citation with wikilinks embedded in URL
 
Line 1: Line 1:
{{Probability distribution |
23 years old Diving Coach (Open water ) Rusty Golden from Carp, has several hobbies and interests that include crosswords, property developers in [http://www.couchsurfed.com/groups/new-launches-singapore-property-guides-articles/ singapore property new] and handball. Loves to travel to unfamiliar locations for example St Augustine's Abbey.
  name      =Laplace|
  type      =density|
  pdf_image  =[[Image:Laplace distribution pdf.png|325px|Probability density plots of Laplace distributions]]|
  cdf_image  =[[Image:Laplace distribution cdf.png|325px|Cumulative distribution plots of Laplace distributions]]|
  parameters =μ [[location parameter|location]] ([[real number|real]])<br />''b'' > 0 [[scale parameter|scale]] (real)|
  support    =<math>x \in (-\infty; +\infty)\,</math>|
  pdf        =<math>\frac{1}{2\,b} \exp \left(-\frac{|x-\mu|}b \right) \,</math>|
  cdf        =
<math>\left\{\begin{matrix}
      &\frac12 \exp \left( \frac{x-\mu}{b} \right) & \mbox{if }x < \mu
            \\[8pt]
          1-\!\!\!\!&\frac12 \exp \left( -\frac{x-\mu}{b} \right) & \mbox{if }x \geq \mu
      \end{matrix}\right.
</math>|
  mean      =μ|
  median    =μ|
  mode      =μ|
  variance  = 2''b''<sup>2</sup>|
  skewness  =0|
  kurtosis  =3|
  entropy    = 1+log(2''b'')|
  mgf        =<math>\frac{\exp(\mu\,t)}{1-b^2\,t^2}\,\!</math> for <math>|t|<1/b\,</math>|
  char      =<math>\frac{\exp(\mu\,i\,t)}{1+b^2\,t^2}\,\!</math>|
}}
In [[probability theory]] and [[statistics]], the '''Laplace distribution''' is a continuous [[probability distribution]] named after [[Pierre-Simon Laplace]].  It is also sometimes called the ''double exponential distribution'', because it can be thought of as two [[exponential distribution]]s (with an additional location parameter) spliced together back-to-back, although the term 'double exponential distribution' is also sometimes used to refer to the [[Gumbel distribution]].  The difference between two [[Independent identically-distributed random variables|independent identically distributed]] exponential random variables is governed by a Laplace distribution, as is a [[Brownian motion]] evaluated at an exponentially distributed random time.  Increments of [[Laplace motion]] or a [[variance gamma process]] evaluated over the time scale also have a Laplace distribution.
 
==Characterization==
===Probability density function===
A [[random variable]] has a Laplace(''&mu;'', ''b'') distribution if its [[probability density function]] is
 
:<math>f(x|\mu,b) = \frac{1}{2b} \exp \left( -\frac{|x-\mu|}{b} \right) \,\!</math>
::<math>    = \frac{1}{2b}
    \left\{\begin{matrix}
      \exp \left( -\frac{\mu-x}{b} \right) & \mbox{if }x < \mu
      \\[8pt]
      \exp \left( -\frac{x-\mu}{b} \right) & \mbox{if }x \geq \mu
    \end{matrix}\right.
  </math>
 
Here, μ is a [[location parameter]] and ''b'' ≥ 0, which is sometimes referred to as the diversity, is a [[scale parameter]].  If ''μ'' = 0 and ''b'' = 1, the positive half-line is exactly an [[exponential distribution]] scaled by 1/2.
 
The probability density function of the Laplace distribution is also reminiscent of the [[normal distribution]]; however, whereas the normal distribution is expressed in terms of the squared difference from the mean μ, the Laplace density is expressed in terms of the [[absolute difference]] from the mean.  Consequently the Laplace distribution has fatter tails than the normal distribution.
 
===Cumulative distribution function===
The Laplace distribution is easy to [[integral|integrate]] (if one distinguishes two symmetric cases) due to the use of the [[absolute value]] function.  Its [[cumulative distribution function]] is as follows:
:<math>\begin{align}
F(x) &= \int_{-\infty}^x \!\!f(u)\,\mathrm{d}u  = \begin{cases}
            \frac12 \exp \left( \frac{x-\mu}{b} \right) & \mbox{if }x < \mu \\
            1-\frac12 \exp \left( -\frac{x-\mu}{b} \right) & \mbox{if }x \geq \mu
            \end{cases} \\
&=\tfrac{1}{2} + \tfrac{1}{2} \sgn(x-\mu) \left(1-\exp \left(-\frac{|x-\mu|}{b} \right ) \right ).
\end{align}</math>
The inverse cumulative distribution function is given by
 
:<math>F^{-1}(p) = \mu - b\,\sgn(p-0.5)\,\ln(1 - 2|p-0.5|).</math>
 
==Generating random variables according to the Laplace distribution==
Given a random variable ''U'' drawn from the [[uniform distribution (continuous)|uniform distribution]] in the interval (−1/2, 1/2], the random variable
 
:<math>X=\mu - b\,\sgn(U)\,\ln(1 - 2|U|)</math>
 
has a Laplace distribution with parameters μ and ''b''. This follows from the inverse cumulative distribution function given above.
 
A Laplace(0, ''b'') [[variate]] can also be generated as the difference of two [[Independent identically-distributed random variables|i.i.d.]] Exponential(1/''b'') random variables.  Equivalently, a Laplace(0, 1) random variable can be generated as the [[logarithm]] of the ratio of two iid uniform random variables.
 
==Parameter estimation==
Given ''N'' independent and identically distributed samples ''x''<sub>1</sub>, ''x''<sub>2</sub>, ..., ''x<sub>N</sub>'', the [[maximum likelihood]] estimator <math>\hat{\mu}</math> of μ is the sample [[median]],<ref>{{Cite journal
| author = [[Robert M. Norton]]
| title = The Double Exponential Distribution: Using Calculus to Find a Maximum Likelihood Estimator
| journal = [[The American Statistician]]
| volume = 38
| issue = 2
|date=May 1984
| pages = 135&ndash;136
| doi = 10.2307/2683252
| jstor = 2683252
| publisher = American Statistical Association
}}</ref>
and the [[maximum likelihood]] estimator of ''b'' is
:<math>\hat{b} = \frac{1}{N} \sum_{i = 1}^{N} |x_i - \hat{\mu}|</math>
(revealing a link between the Laplace distribution and [[least absolute deviations]]).
 
==Moments==
:<math>\mu_r' = \bigg({\frac{1}{2}}\bigg) \sum_{k=0}^r \bigg[{\frac{r!}{k! (r-k)!}} b^k \mu^{(r-k)} k! \{1 + (-1)^k\}\bigg]</math>
 
==Related distributions==
*If ''X'' ~ Laplace(μ, ''b'') then ''kX'' + ''c'' ~ Laplace(''k''μ + ''c'', ''kb'').
*If ''X'' ~ Laplace(0, ''b'') then |''X''| ~ [[exponential distribution|Exponential(''b''<sup>−1</sup>)]].
*If ''X'', ''Y'' ~  Exponential(λ) then ''X'' − ''Y'' ~ Laplace(0, λ<sup>−1</sup>) .
*If ''X'' ~ Laplace(μ, ''b'') then |''X'' − μ| ~ Exponential(''b''<sup>−1</sup>).
*If ''X'' ~ Laplace(μ, ''b'') then ''X'' ~ [[Exponential power distribution|EPD(μ, ''b'', 0)]].
*If ''X''<sub>1</sub>, ... ''X''<sub>4</sub> ~ [[Normal distribution|N(0, 1)]] then ''X''<sub>1</sub>''X''<sub>2</sub> − ''X''<sub>3</sub>''X''<sub>4</sub> ~ Laplace(0, 1).
*If ''X<sub>i</sub>'' ~ Laplace(μ, ''b'') then <math>\frac{\displaystyle 2 \sum_{i=1}^n |X_i-\mu|}{b} \sim \chi^2(2n) \, </math> ([[Chi-squared distribution]])
*If ''X'', ''Y'' ~ Laplace(μ, ''b'') then <math> \tfrac{|X-\mu|}{|Y-\mu|} \sim \operatorname{F}(2,2) </math> ([[F-distribution]])
*If ''X'', ''Y'' ~ [[Uniform distribution (continuous)|''U''(0, 1)]] then log(''X''/''Y'') ~ Laplace(0, 1).
*If ''X'' ~ Exponential(λ) and ''Y'' ~ [[Bernoulli distribution|Bernoulli(0.5)]] independent of ''X'', then ''X''(2''Y'' − 1) ~ Laplace(0, λ<sup>−1</sup>).
*If ''X'' ~ Exponential(λ) and ''Y'' ~ Exponential(ν) independent of ''X'', then λ''X'' − ν''Y'' ~ Laplace(0, 1) .
*If ''V'' ~ Exponential(1) and ''Z'' ~ N(0, 1) independent of ''V'', then <math>X = \mu + b \sqrt{2 V}Z \sim \mathrm{Laplace}(\mu,b)</math>.
*If ''X'' ~ [[geometric stable distribution|GeometricStable(2, 0, λ, 0)]] then ''X'' ~ Laplace(0, λ).
*Laplace distribution is the limiting case of [[Hyperbolic distribution]]
*If ''X|Y'' ~ Normal(μ, σ = ''Y'') with ''Y'' ~ [[Rayleigh distribution|Rayleigh(''b'')]] then ''X'' ~ Laplace(μ, ''b'').
 
===Relation to the exponential distribution===
A Laplace random variable can be represented as the difference of two [[iid]] exponential random variables.<ref>{{cite book |title=The Laplace distribution and generalizations: a revisit with applications to Communications, Economics, Engineering and Finance |first1= Samuel|last1= Kotz |first2=Tomasz J. |last2=Kozubowski |first3=Krzysztof |last3= Podgórski |pages=23 (Proposition 2.2.2, Equation 2.2.8) |url=http://books.google.com/books?id=cb8B07hwULUC&lpg=PA22&dq=laplace%20distribution%20exponential%20characteristic%20function&hl=fr&pg=PA23#v=onepage&q=laplace%20distribution%20exponential%20characteristic%20function&f=false|isbn= 9780817641665 |publisher=Birkhauser|year=2001}} </ref> One way to show this is by using the [[characteristic function (probability theory)|characteristic function]] approach. For any set of independent continuous random variables, for any linear combination of those variables, its characteristic function (which uniquely determines the distribution) can be acquired by multiplying the correspond characteristic functions.
 
Consider two i.i.d random variables ''X'', ''Y'' ~ Exponential(λ). The characteristic functions for ''X'', −''Y'' are
 
:<math>\frac{\lambda }{-i t+\lambda }, \quad \frac{\lambda }{i t+\lambda }</math>
 
respectively. On multiplying these characteristic functions (equivalent to the characteristic function of the sum of therandom variables ''X'' + (−''Y'')), the result is
 
:<math>\frac{\lambda ^2}{(-i t+\lambda ) (i t+\lambda )} = \frac{\lambda ^2}{t^2+\lambda ^2}</math>.
 
This is the same as the characteristic function for ''Z'' ~ Laplace(0,1/λ), which is
 
:<math>\frac{1}{1+\frac{t^2}{\lambda ^2}}</math>.
 
===Sargan distributions===
Sargan distributions are a system of distributions of which the Laplace distribution is a core member. A ''p''th order Sargan distribution has density<ref>Everitt, B.S. (2002) ''The Cambridge Dictionary of Statistics'', CUP. ISBN 0-521-81099-X</ref><ref>Johnson, N.L., Kotz S., Balakrishnan, N. (1994) ''Continuous Univariate Distributions'', Wiley. ISBN 0-471-58495-9. p. 60</ref>
:<math>f_p(x)=\tfrac{1}{2} \exp(-\alpha |x|)  \frac{\displaystyle 1+\sum_{j=1}^p \beta_j \alpha^j |x|^j}{\displaystyle 1+\sum_{j=1}^p j!\beta_j},</math>
for parameters α ≥ 0, β<sub>''j''</sub> ≥ 0. The Laplace distribution results for ''p'' = 0.
 
==Applications==
The Laplacian distribution has been used in speech recognition to model priors on [[Discrete Fourier transform|DFT]] coefficients.<ref> {{Cite journal
| last1 = Eltoft | first1 = T.
| last2 = Taesu Kim
| last3 = Te-Won Lee
| doi = 10.1109/LSP.2006.870353
| title = On the multivariate Laplace distribution
| journal = IEEE Signal Processing Letters |url=http://eo.uit.no/publications/TE-SPL-06.pdf
| volume = 13
| issue = 5
| pages = 300–303
| year = 2006 | pmid = | pmc = }}
</ref>{{Citation needed|date=November 2011}} 
 
The addition of noise drawn from a Laplacian distribution, with scaling parameter appropriate to a function's sensitivity, to the output of a statistical database query is the most common means to provide [[differential privacy]] in statistical databases.
 
The [[least absolute deviations]] estimate arises as the maximum likelihood estimate if the errors have a Laplace distribution.
 
==History==
This distribution is often referred to as Laplace's first law of errors. He published it in 1774 when he noted that the frequency of an error could be expressed as an exponential function of its magnitude once its sign was disregarded.<ref name=Laplace1774>Laplace, P-S. (1774). Mémoire sur la probabilité des causes par les évènements. Mémoires de l’Academie Royale des Sciences Presentés par Divers Savan, 6, 621–656</ref><ref name=Wilson1923>Wilson EB (1923) First and second laws of error. JASA 18, 143</ref>
 
[[Keynes]] published a paper in 1911 based on his earlier thesis wherein he showed that the Laplace distribution minimised the absolute deviation from the median.<ref name=Keynes1911>Keynes JM (1911) The principal averages and the laws of error which lead to them. J Roy Stat Soc, 74, 322–331</ref>
 
==See also==
*[[Log-Laplace distribution]]
*[[Cauchy distribution]], also called the "Lorentzian distribution" (the Fourier transform of the Laplace)
*[[Characteristic function (probability theory)]]
 
==References==
{{Reflist}}
 
==External links==
* {{springer|title=Laplace distribution|id=p/l057460}}
 
{{ProbDistributions|continuous-infinite}}
{{Common univariate probability distributions}}
 
{{DEFAULTSORT:Laplace Distribution}}
 
[[Category:Continuous distributions]]
[[Category:Probability distributions]]
[[Category:Exponential family distributions]]

Latest revision as of 01:18, 21 December 2014

23 years old Diving Coach (Open water ) Rusty Golden from Carp, has several hobbies and interests that include crosswords, property developers in singapore property new and handball. Loves to travel to unfamiliar locations for example St Augustine's Abbey.