File:Shiftedloglogisticpdf.svg

From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 1,300 × 975 pixels, file size: 63 KB)

Summary[edit]

File information
Description

Density of shifted log-logistic distribution

Source

self-made

Date

2008-02-20

Author

Qwfp (talk)

Permission
(Reusing this file)

See below.


Licensing[edit]

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

Source code[edit]

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/TimeThumbnailDimensionsUserComment
current11:38, 20 February 2008Thumbnail for version as of 11: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 use this file (pages on other projects are not listed):

Metadata