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.
日期
来源 自己的作品 (原始文本: self-made, Mathematica, Inkscape)
作者 Inductiveload
授权
(二次使用本文件)
Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。
其他版本 此文件衍生的作品:  CumulativeSD.svg
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Inkscape创作。
 
此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.

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2016年4月29日 (五) 16:172016年4月29日 (五) 16:17版本的缩略图720 × 460(76 KB)RayhemLighten background grid
2014年9月12日 (五) 16:172014年9月12日 (五) 16:17版本的缩略图720 × 460(73 KB)Wereldburger758Valid SVG now.
2009年9月23日 (三) 21:122009年9月23日 (三) 21:12版本的缩略图720 × 460(84 KB)Stpashare-uploading same file, since upload is buggy
2009年9月23日 (三) 19:282009年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:142009年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:172008年4月2日 (三) 19:17版本的缩略图720 × 460(80 KB)InductiveloadCliiping path caused rendering fault. hopefully fixed now.
2008年4月2日 (三) 19:122008年4月2日 (三) 19:12版本的缩略图720 × 460(78 KB)Inductiveload{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
2008年4月2日 (三) 19:102008年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使用此文件:

查看本文件的更多全域用途

元数据