File:Normal Distribution CDF.svg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(SVG 檔案,表面大小:720 × 460 像素,檔案大小:76 KB)


摘要

描述 A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied. The key is given on the graph.
日期
來源 自己的作品 (Original text: self-made, Mathematica, Inkscape)
作者 Inductiveload
授權許可
(重用此檔案)
Public domain 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。
其他版本 Derivative works of this file:  CumulativeSD.svg
SVG開發
InfoField
W3C grn 
SVG檔案的原始碼通過W3C驗證
Inkscape-yes 
向量圖形使用Inkscape創作。
OOjs UI icon language-constructive 
這個SVG 檔案使用了內置文字。

Mathematica Code

Plot[
 {
  CDF[NormalDistribution[0, Sqrt[0.2]], x],
  CDF[NormalDistribution[0, 1], x],
  CDF[NormalDistribution[0, Sqrt[5]], x],
  CDF[NormalDistribution[-2, Sqrt[0.5]], x]
  },
 {x, -5, 5},
 PlotRange -> All,
 Axes -> False]

R language Code

#Normal Distribution - Cumulative Density Function (CDF)
#range
x=seq(-5,5,length=200)
#plot each curve
plot(x,pnorm(x,mean=0,sd=sqrt(.2)),type="l",lwd=2,col="blue",main='Cumulative Density Function CDF',xlim=c(-5,5),ylim=c(0,1),xlab='X',
ylab='φμ, σ²(X)')
curve(pnorm(x,mean=0,sd=1), add=TRUE,type="l",lwd=2,col="red")
curve(pnorm(x,mean=0,sd=sqrt(5)), add=TRUE,type="l",lwd=2,col="yellow")
curve(pnorm(x,mean=-2,sd=sqrt(.5)), add=TRUE,type="l",lwd=2,col="green")

說明

添加單行說明來描述出檔案所代表的內容
A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied.

在此檔案描寫的項目

描繪內容

創作作者 Chinese (Hong Kong) (已轉換拼寫)

沒有維基數據項目的某些值

作者姓名字串 繁體中文 (已轉換拼寫):​Inductiveload
維基媒體使用者名稱 繁體中文 (已轉換拼寫):​Inductiveload

著作權狀態 繁體中文 (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸用戶備⁠註
目前2016年4月29日 (五) 16:17於 2016年4月29日 (五) 16:17 版本的縮圖720 × 460(76 KB)RayhemLighten background grid
2014年9月12日 (五) 16:17於 2014年9月12日 (五) 16:17 版本的縮圖720 × 460(73 KB)Wereldburger758Valid SVG now.
2009年9月23日 (三) 21:12於 2009年9月23日 (三) 21:12 版本的縮圖720 × 460(84 KB)Stpashare-uploading same file, since upload is buggy
2009年9月23日 (三) 19:28於 2009年9月23日 (三) 19:28 版本的縮圖720 × 460(84 KB)StpashaLines are made thicker and more visible, all numbers rendered in roman instead of italic, white background added
2009年6月27日 (六) 14:14於 2009年6月27日 (六) 14:14 版本的縮圖720 × 460(55 KB)Autiwanouvelle version où j'ai enlevé la courbe qui était en double. (en gros, j'ai enlevé la grosse version de 600 points, pour garder la petite)
2008年4月2日 (三) 19:17於 2008年4月2日 (三) 19:17 版本的縮圖720 × 460(80 KB)InductiveloadCliiping path caused rendering fault. hopefully fixed now.
2008年4月2日 (三) 19:12於 2008年4月2日 (三) 19:12 版本的縮圖720 × 460(78 KB)Inductiveload{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
2008年4月2日 (三) 19:10於 2008年4月2日 (三) 19:10 版本的縮圖720 × 460(78 KB)Inductiveload{{Information |Description=A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, ''μ'', and variance, ''σ²'', are varied. The key is given on the graph. |Source=self-made, Mathematica, Inkscape |Date=02/04/2008 |Author=

下列2個頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

檢視此檔案的更多全域使用狀況

詮釋資料