File:F-distribution pdf.svg

頁面內容唔支援其他語言。
出自維基百科,自由嘅百科全書

原本檔案(SVG檔案,表面大細: 800 × 600 像素,檔案大細:49 KB)


摘要

描述
English: The pdf of the F distribution.
日期
來源 自己作品
作者 IkamusumeFan
Other versions
SVG genesis
InfoField
 
The SVG code is valid.
 
This chart was created with Gnuplot.
原始碼
InfoField

Gnuplot code

set term svg size 800,600 enhanced font 'Liberation Sans, 24'
set output 'f_pdf.svg'

set samples 500
set xrange [0:5]
set yrange [0:2.5]
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 pdf
set key default

f(x,d1,d2) = gamma(d1/2+d2/2)/gamma(d1/2)/gamma(d2/2)*((d1/d2)**(d1/2))*(x**(d1/2-1))*((1+d1*x/d2)**(-0.5*d1-0.5*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 output

協議

我,呢份作品嘅作者,決定用以下許可發佈呢件作品:
w:en:Creative Commons
署名 相同方式分享
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
你可以:
  • 去分享 – 複製、發佈同傳播呢個作品
  • 再改 – 創作演繹作品
要遵照下面嘅條件:
  • 署名 – 你一定要畀合適嘅表彰、畀返指向呢個授權條款嘅連結,同埋寫明有無改過嚟。你可以用任何合理方式去做,但唔可以用任何方式暗示授權人認可咗你或者你嘅使用方式。
  • 相同方式分享 – 如果你用任何方式改過呢個作品,你必須要用返原本或者相似嘅條款發佈。

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

圖中顯示嘅係

16 8 2014

檔案歷史

撳個日期/時間去睇響嗰個時間出現過嘅檔案。

日期/時間縮圖尺寸用戶註解
現時2024年1月20號 (六) 04:51響2024年1月20號 (六) 04:51嘅縮圖版本800 × 600(49 KB)Based5290Fixed overlapping numbers and axes
2014年8月16號 (六) 18:47響2014年8月16號 (六) 18:47嘅縮圖版本800 × 600(41 KB)IkamusumeFanChange yellow to grey for better display.
2014年8月16號 (六) 07:02響2014年8月16號 (六) 07:02嘅縮圖版本800 × 600(41 KB)IkamusumeFanUser created page with UploadWizard

以下嘅1版用到呢個檔:

全域檔案使用情況

下面嘅維基都用緊呢個檔案:

Metadata