Original file(SVG file, nominally 1,000 × 1,000 pixels, file size: 59 KB)

Summary edit

File information
Description

Rosin-Rammler Distribution CDF

Source

self-made

Date

08/02/2008

Author

Noodle snacks (talk) 05:05, 8 February 2008 (UTC)

Permission
(Reusing this file)

See below.



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 "rosincdf.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", \
    f(x,  2, 1)   title "{/Times-Italic D}m =  2, {n} = 1.0"

Licensing edit

File history

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

Date/TimeThumbnailDimensionsUserComment
current05:06, 8 February 2008Thumbnail for version as of 05:06, 8 February 20081,000 × 1,000 (59 KB)JJ Harrison (talk | contribs)== Summary == {{Information |Description=Rosin-Rammler Distribution CDF |Source=self-made |Date=08/02/2008 |Author=Noodle snacks (talk) 05:05, 8 February 2008 (UTC) }}
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata