File:Balding nichols cdf.svg

Original file(SVG file, nominally 800 × 600 pixels, file size: 54 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: The cdf of Balding-Nichols model.
Date
Source Own work
Author IkamusumeFan
SVG development
InfoField
 
The SVG code is valid.
 
This vector image was created with Inkscape.

Gnuplot Source Code edit

# Author: Ika
# Date: 08/16/2014
# Note that Inkscape may be applied to address the display problem of the Greek letters in the legend.

set term svg size 800,600 enhanced font 'Arial, 24'
set output 'balding_nichols_cdf.svg'

set samples 500
set xrange [0:1.0]
set yrange [0:1.0]
set xtics 0.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 Balding-Nichols Model's pdf
set key left top

F(x,a,b) = ibeta(a,b,x)

plot F(x, 1.0, 1.0) t "a=1, b=1" lc rgb "purple" lw 5,\
   F(x, 1.0, 2.0) t "a=1, b=2" 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, 2.0) t "a=10, b=2" lc rgb "blue" lw 5,\
   F(x,4.0, 1.0) t "a=20, b=1" lc rgb "green" lw 5,\
   F(x,4.0, 4.0) t "a=20, b=20" lc rgb "grey" lw 5

set term x11
set output

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International 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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:18, 16 August 2014Thumbnail for version as of 20:18, 16 August 2014800 × 600 (54 KB)IkamusumeFan (talk | contribs)Change Latin letters to Greek, due to the context.
20:14, 16 August 2014Thumbnail for version as of 20:14, 16 August 2014800 × 600 (49 KB)IkamusumeFan (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata