This file was moved to Wikimedia Commons from en.wikipedia using a bot script. All source information is still present. It requires review. Additionally, there may be errors in any or all of the information fields; information on this file should not be considered reliable and the file should not be used until it has been reviewed and any needed corrections have been made. Once the review has been completed, this template should be removed. For details about this file, see below.Check now!
DescriptionRosinpdf.svg
English: Rosin-Rammler Distribution PDF
gnuplot source under GPL:
prosinrammler(x,d,n) = (n/d)*((x/d)**(n-1))*exp(-(x/d)**n)
crosinrammler(x,d,n) = 1-exp(-(x/d)**n)
set samples 1001
set terminal svg enhanced size 1000 1000 fname "Times" fsize 30
set output "rosinpdf.svg"
set xtics 1
set ytics 0.1
f(x,y,z) = prosinrammler(x,y,z)
set key 3.3,1.1
#f(x,y,z) = crosinrammler(x,y,z)
#set key 3.5,0.4
plot [0:3.5] \
f(x, 1, 1) title "{/Times-Italic D}m = 1, {n} = 0.5", \
f(x, 1, 2) title "{/Times-Italic D}m = 1, {n} = 1.0", \
f(x, 1, 3) title "{/Times-Italic D}m = 1, {n} = 2.0", \
This work has been released into the public domain by its author, JJ Harrison at English Wikipedia. This applies worldwide. In some countries this may not be legally possible; if so: JJ Harrison grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.Public domainPublic domainfalsefalse
The original description page was here. All following user names refer to en.wikipedia.
2008-02-08 05:05 JJ Harrison 1000×1000× (62398 bytes) {{Information |Description=Rosin-Rammler Distribution PDF |Source=self-made |Date=08/02/2008 |Author=~~~~ }}
Captions
Add a one-line explanation of what this file represents