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 I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Other versions Derivative works of this file:  CumulativeSD.svg
SVG genesis
InfoField
 
The SVG code is valid.
 
This trigonometry was created with Inkscape.
 
This trigonometry uses embedded text.

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")

Captions

Add a one-line explanation of what this file represents
A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied.

Items portrayed in this file

圖中顯示嘅係

檔案歷史

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

日期/時間縮圖尺寸用戶註解
現時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版用到呢個檔:

全域檔案使用情況

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

睇呢個檔案嘅更多全域使用情況

Metadata