From Wikipedia, the free encyclopedia
Size of this preview: 800 × 600 pixelsFull resolution (1,300 × 975 pixels, file size: 155 KB, MIME type: image/png)
[edit] Summary
Español: Distribución de Cauchy.
Probability density function for the Cauchy distribution
gnuplot source under GPL:
dcauchy(x,l,s) = 1.0 / (pi * s * (1 + ((x-l)*1.0/s)**2))
pcauchy(x,l,s) = 0.5 + atan((x-l)*1.0/s) / pi
qcauchy(p,l,s) = l - s * 1.0/tan(pi * p)
set samples 1001
set terminal postscript enhanced color solid lw 2 "Times-Roman" 20
set output
set xtics 1
set ytics 0.1
f(x,y,z) = dcauchy(x,y,z)
set key 3.6,0.65
#f(x,y,z) = pcauchy(x,y,z)
#set key 3.6,0.2
plot [-5:5] \
f(x, 0, 0.5) title "{/Times-Italic x}_0 = 0, {/Symbol g} = 0.5", \
f(x, 0, 1) title "{/Times-Italic x}_0 = 0, {/Symbol g} = 1.0", \
f(x, 0, 2) title "{/Times-Italic x}_0 = 0, {/Symbol g} = 2.0", \
f(x, -2, 1) title "{/Times-Italic x}_0 = -2, {/Symbol g} = 1.0"
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment |
current | 02:30, 21 March 2005 | 1,300×975 (155 KB) | MarkSweep | |
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):