Image:Loglogisticpdf.svg

From Wikipedia, the free encyclopedia

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

[edit] Summary

Description

log-logistic density function plot

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:

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

f(x,y,z) = pdf(x,y,z)
set key top right

plot [0:2] [0:2.2] \
 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:04, 13 February 20081,300×975 (73 KB)Qwfp (Talk | contribs) ({{Information |Description=log-logistic density function |Source=self-made |Date=2008-02-13 |Location= |Author=~~~ |Permission= |other_versions= }})
12:01, 13 February 20081,300×975 (73 KB)Qwfp (Talk | contribs) ({{Information |Description=log-logistic density function |Source=self-made |Date=2008-02-13 |Location= |Author=~~~ |Permission= |other_versions= }})
11:58, 13 February 20086,000×4,500 (81 KB)Qwfp (Talk | contribs) ({{Information |Description=log-logistic density function |Source=self-made |Date=2008-02-09 |Location= |Author=~~~ |Permission= |other_versions= }})
18:14, 9 February 2008600×480 (72 KB)Qwfp (Talk | contribs) ({{Information |Description=log-logistic density function |Source=self-made |Date=2008-02-09 |Location= |Author=~~~ |Permission= |other_versions= }})
18:00, 9 February 2008600×480 (72 KB)Qwfp (Talk | contribs) ({{Information |Description=log-logistic density function |Source=self-made |Date=2008-02-09 |Location= |Author=~~~ |Permission= |other_versions= }})
17:47, 9 February 20081,000×1,000 (72 KB)Qwfp (Talk | contribs) ({{Information |Description=log-logistic density function plot |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):