File:Normal Distribution CDF.svg

来自testwiki
跳转到导航 跳转到搜索
原始文件 (SVG文件,尺寸为720 × 460像素,文件大小:75 KB)

本文件来自维基共享资源并可能被其他项目使用。 其文件描述页上的描述显示在下面。

本文件可由自动确认用户自相同来源覆盖。请确保操作符合规定

摘要

描述
English: 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 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。
SVG开发
InfoField
 该SVG的源代码为有效代码
 本统计图使用Mathematica创作。
 此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.

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2024年12月28日 (六) 00:432024年12月28日 (六) 00:43版本的缩略图720 × 460​(75 KB)wikimediacommons>TheBooker66Minified the file a bit by removing unnecessary elements.

以下2个页面使用本文件: