haz(x,a,b) = (b/a)*(x/a)**(b-1)/(1+(x/a)**(b))
set samples 1001
set terminal svg enhanced size 1300 975 linewidth 5 font "Times,36"
set output "loglogistichaz.svg"
#set terminal windows color enhanced
set ytics 2
f(x,y,z) = haz(x,y,z)
set key top left reverse Left
plot [0:2] [0:6] \
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"
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
You may select the license of your choice.
Original upload log
The original description page was here. All following user names refer to en.wikipedia.
2008-02-13 12:32 Qwfp 1300×975× (74994 bytes) == {{int:filedesc}} == {{Information |Description=Hazard function of the log-logistic distribution |Source={{own}} |Date=2008-02-13 |Location= |Author=~~~ |Permission= |other_versions= }}
2008-02-09 21:57 Qwfp 600×480× (73777 bytes) == {{int:filedesc}} == {{Information |Description=Hazard function of the log-logistic distribution |Source={{own}} |Date=2008-02-09 |Location= |Author=~~~ |Permission= |other_versions= }}
Captions
Add a one-line explanation of what this file represents
{{BotMoveToCommons|en.wikipedia|year={{subst:CURRENTYEAR}}|month={{subst:CURRENTMONTHNAME}}|day={{subst:CURRENTDAY}}}} {{Information |Description={{en|Hazard function of the log-logistic distribution<br/> == Source code == Made in en:gnuplot4.2.2: