Image:Rosincdf.svg

From Wikipedia, the free encyclopedia

Rosincdf.svg (SVG file, nominally 1000 × 1000 pixels, file size: 59 KB)

[edit] Summary

[edit] Summary

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 image)

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"

[edit] Licensing

File history

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

Date/TimeDimensionsUserComment
current05:06, 8 February 20081,000×1,000 (59 KB)Noodle snacks (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 link to this file (pages on other projects are not listed):