Dark Mode

Jump to content

File:Beta rect cdf.svg

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Size of this PNG preview of this SVG file: 800 x 600 pixels. Other resolutions: 320 x 240 pixels | 640 x 480 pixels | 1,024 x 768 pixels | 1,280 x 960 pixels | 2,560 x 1,920 pixels.
Original file (SVG file, nominally 800 x 600 pixels, file size: 31 KB)
This is a file from the Wikimedia Commons. Information from its description page there is shown below.
Commons is a freely licensed media file repository. You can help.

Summary

DescriptionBeta rect cdf.svg
English: The cdf of the Beta rectangular distribution. The support interval is [0,1].
Date
Source Own work
Author IkamusumeFan

Gnuplot Source Code

# Author: Ika
# Date: 08/16/2014
# The support interval is [0,1]
# Note that Inkscape is needed to address the display problem of the Greek letters.

set term svg size 800,600 enhanced font 'Arial, 22'
set output 'beta_rect_cdf.svg'

set samples 500
set xrange [0:1.0]
set yrange [0.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 Beta rectangular distribution's cdf
set key left top

f(x,theta, a, b) = theta*ibeta(a,b,x)+x*(1-theta)

plot f(x, 0.1,1,1) t "t=0.2, a=1, b=1" lc rgb "red" lw 5,\
f(x, 0.4,2,1) t "t=0.4, a=2, b=1" lc rgb "black" lw 5,\
f(x, 0.4,1,2) t "t=0.4, a=1, b=2" lc rgb "blue" lw 5,\
f(x, 0.5,2,2) t "t=0.5, a=2, b=2" lc rgb "green" lw 5

set term x11
set output

Licensing

I, the copyright holder of this work, hereby publish it under the following license:

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.
https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

16 August 2014

image/svg+xml

35de316e269b78b910be0ee5f6996884af292875

31,514 byte

600 pixel

800 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current02:19, 17 August 2014800 x 600 (31 KB)IkamusumeFanUser created page with UploadWizard

The following page uses this file:

Global file usage

The following other wikis use this file:

Metadata

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.

Image titleProduced by GNUPLOT 4.2 patchlevel 6
Width800
Height600