English: Probability density function of the Pearson type VII distribution
The red curve shows the limiting density with infinite kurtosis; the blue curve shows the density with kurtosis equal to 2; the black curve shows the limiting (normal) density with kurtosis identically zero.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse
# the Pearson type VII log-pdflog_p7(x,a2,m)=lgamma(m)-lgamma(m-0.5)-m*log(1+x*x/a2)-0.5*log(a2*pi)# the Pearson type VII log-pdf with unit variance and kurtosis kf(x,k)=log_p7(x,2+6.0/k,2.5+3.0/k)# the standard normal log-pdf (with unit variance and kurtosis 0)n(x)=-0.5*(x*x+log(2*pi))# the limit of the Pearson type VII log-pdf for k -> infinityg(x)=-2.5*log(2+x*x)+log(3)setsamples1001setgridsetxrange[-10.4:10.4]setxtics1setyrange[-0.02:0.57]setytics(0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.39894,0.45553,0.5,0.53033)setterminalsvgsize400,300enhancedfname'DejaVu Sans'fsize10buttsolidsetoutput'Pearson type VII distribution PDF.svg'plotexp(g(x))lt1lw2notitle,\
exp(f(x,2))lt3lw2notitle,\
exp(n(x))lt7lw2notitle
Background
The Pearson type VII family of probability densities is a special case of the type IV family restricted to symmetric densities. The probability density function is given by
All densities in this family are symmetric with zero mean. Setting makes the variance equal to unity. Then the only free parameter is m, which controls the fourth moment (and cumulant) and hence the kurtosis. One can reparameterize with where k is the kurtosis to obtain a one-parameter leptokurtic family with zero mean, unit variance, zero skew, and arbitrary positive kurtosis k.
In the limit as one obtains the density
shown as the red curve. In the other direction as one obtains the standard normal density as the limiting distribution, shown as the black curve.
Captions
Add a one-line explanation of what this file represents
== {{int:filedesc}} == {{Information |description=|Description= {{en|1=Probability density function of the Pearson type VII distribution The red curve shows the limiting density with infinite kurtosis; the blue curve shows the density with kurtosis equal to 2; the black curve shows the limiting (normal) density with kurtosis identically zero.}} |date= 2020-05-26 |source=MarkSweep |author={{AutVec|{{U|MarkSweep}}|{{U|Andel}}|Pearson type VII distribution PDF.png}} |permissi...