File:Pearson type VII distribution log-PDF.svg

Original file(SVG file, nominally 400 × 300 pixels, file size: 132 KB)

Summary

Description
English: Natural logarithm of the probability density 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 zero kurtosis. The gray curves (between the blue and the black) show densities with kurtoses 1, 1/2, 1/4, 1/8, and 1/16.
Date
Source MarkSweep
Author
Vector:
Permission
(Reusing this file)
Public domain This chart is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship. For more information, see Commons:Threshold of originality § Charts

العربية | Deutsch | English | español | français | italiano | 日本語 | македонски | română | русский | slovenščina | 中文(简体) | 中文(繁體) | +/−

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
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.

Other versions File:Pearson_type_VII_distribution_PDF.svg
File:Pearson_type_VII_distribution_PDF.png
File:Pearson_type_VII_distribution_log-PDF.png
SVG development
InfoField
 
The SVG code is valid.
 
This plot was created with Gnuplot.
Source code
InfoField

Gnuplot code

# the Pearson type VII log-pdf

log_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 k

f(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 -> infinity

g(x) = -2.5 * log(2 + x*x) + log(3)

set samples 1001
set grid

set xrange [-10.4:10.4]
set xtics 1

set yrange [-55:2]
set ytics 5

set terminal svg size 400,300 enhanced fname 'DejaVu Sans'  fsize 10 butt solid
set output 'Pearson type VII distribution log-PDF.svg'

plot g(x)        lt 1  lw 2 notitle, \
     f(x,2)      lt 3  lw 2 notitle, \
     f(x,1)      lt 9  lw 1 notitle, \
     f(x,0.5)    lt 9  lw 1 notitle, \
     f(x,0.25)   lt 9  lw 1 notitle, \
     f(x,0.125)  lt 9  lw 1 notitle, \
     f(x,0.0625) lt 9  lw 1 notitle, \
     n(x)        lt 7  lw 2 notitle

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 May 2020

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current18:30, 26 May 2020Thumbnail for version as of 18:30, 26 May 2020400 × 300 (132 KB)Andel== {{int:filedesc}} == {{Information |description=|Description= {{en|1=Natural logarithm of the probability density 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 zero kurtosis. The gray curves (between the blue and the black) show densities with kurtoses 1, 1/2, 1/4, 1/8, and 1/16.}} |date= 2020-05-26 |source=[[User:MarkSw...
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata