Image:Loglogisticcdf.svg

From Wikipedia, the free encyclopedia

Loglogisticcdf.svg (SVG file, nominally 1300 × 975 pixels, file size: 73 KB)

[edit] Summary

Description

log-logistic distribution function

Source

self-made

Date

2008-02-09

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 in gnuplot 4.2.2:

cdf(x,a,b) = (x/a)**b/(1+(x/a)**(b))
set samples 1001
set terminal svg enhanced  size 1300 975  linewidth 5 font "Times,36" 
set output "loglogisticcdf.svg"
#set terminal windows color enhanced
set ytics 0.5

f(x,y,z) = cdf(x,y,z)
set key top left reverse Left

plot [0:2] [0:1] \
 f(x, 1, .5)    title "1/2", \
 f(x, 1, 1)     title "1", \
 f(x, 1, 2)     title "2", \
 f(x, 1, 4)     title "4", \
 f(x, 1, 8)     title "8"
 
set output

File history

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

Date/TimeDimensionsUserComment
current12:15, 13 February 20081,300×975 (73 KB)Qwfp (Talk | contribs) ({{Information |Description=log-logistic distribution function |Source=self-made |Date=2008-02-13 |Location= |Author=~~~ |Permission= |other_versions= }})
18:30, 9 February 2008600×480 (72 KB)Qwfp (Talk | contribs) ({{Information |Description=log-logistic distribution function |Source=self-made |Date=2008-02-09 |Location= |Author=~~~ |Permission= |other_versions= }})

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