File:F dist cdf.svg

From Vigyanwiki

Original file(SVG file, nominally 512 × 384 pixels, file size: 8 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: The cdf of the F distribution.
Date
Source Own work
Author IkamusumeFan
Other versions

Gnuplot Source Code

# Author: Ika
# Date: 08/16/2014

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

set samples 500
set xrange [0:5]
set yrange [0:1]
set xtics 1
set ytics 0.5
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1

# Draw the F distribution's cdf
set key right bottom

# Incomplete Beta function
F(x,d1,d2) = ibeta(d1/2.0,d2/2.0,d1*x/(d1*x+d2))

plot F(x, 1.0, 1.0) t "d1=1, d2=1" lc rgb "red" lw 5,\
   F(x, 2.0, 1.0) t "d1=2, d2=1" lc rgb "black" lw 5,\
   F(x, 5.0, 2.0) t "d1=5, d2=2" lc rgb "blue" lw 5,\
   F(x,10.0, 1.0) t "d1=10, d2=1" lc rgb "green" lw 5,\
   F(x,100.0, 100.0) t "d1=100, d2=100" lc rgb "grey" lw 5

set term x11
set output

Licensing

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

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

16 August 2014

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:30, 25 February 2024Thumbnail for version as of 22:30, 25 February 2024512 × 384 (8 KB)wikimediacommons>Nuxoptimize text

The following page uses this file:

Metadata