From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 800 × 600 pixels, file size: 42 KB)
Summary
Gnuplot Source Code
set term svg size 800,600 enhanced font 'Arial, 24'
set output 'benktander2CDF.svg'
set samples 500
set xrange [1:5]
set yrange [0:1]
set xtics 1
set ytics 0.2
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1
# Draw the Benktander type-II distribution's cdf
set key right bottom
f(x, a, b) = 1 - x**(b-1)*exp(a/b*(1-x**b))
plot f(x, 1.0, 1.0) t "a=1, b=1" lc rgb "red" lw 5,\
f(x, 2.0, 1.0) t "a=2, b=1" lc rgb "black" lw 5,\
f(x, 3.0, 1.0) t "a=3, b=1" lc rgb "blue" lw 5,\
f(x,1.0, 0.5) t "a=1, b=0.5" lc rgb "green" lw 5,\
f(x,1.0, 0.2) t "a=1, b=0.2" lc rgb "grey" lw 5
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
You are free:
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. https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 true true English Add a one-line explanation of what this file represents
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time Thumbnail Dimensions User Comment
current 09:03, 30 May 2017 800 × 600 (42 KB) Shiyu Ji User created page with UploadWizard
File usage
The following page uses this file:
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.