Image:Shiftedloglogisticpdf.svg

From Wikipedia, the free encyclopedia

Shiftedloglogisticpdf.svg (SVG file, nominally 1300 × 975 pixels, file size: 63 KB)

[edit] Summary

Description

Density of shifted log-logistic distribution

Source

self-made

Date

2008-02-20

Author

Qwfp (talk)

Permission
(Reusing this image)

See below.

[edit] Licensing


I, the copyright holder of this work, hereby publish it under the following licenses:
You may select the license of your choice.

[edit] Source code

Made with gnuplot version 4.2.2:

pdf(z,xi) = (1.0+xi*z)**(-(1.0/xi+1))/(1+(1+xi*z)**(-1.0/xi))**2
set samples 1001
set terminal svg enhanced  size 1300 975  linewidth 5 font "Times,36"  
set output "shiftedloglogisticpdf.svg"
#set terminal windows color enhanced
 
f(x,xi) = pdf(x,xi)
set key top right
set ytics 0.1
 
plot [-5:5]  [0:0.4] \
 f(x, -0.5) title("-1/2"), \
 f(x, -0.25)  title("-1/4"), \
 f(x, 0.0001) title("0"), \
 f(x, 0.25)    title("1/4"), \
 f(x, 0.5) title("1/2") 
 
set output

File history

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

Date/TimeDimensionsUserComment
current11:38, 20 February 20081,300×975 (63 KB)Qwfp (Talk | contribs) ({{Information |Description=Density of shifted log-logistic distribution |Source=self-made |Date=2008-02-20 |Author=~~~ }})

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):