파일: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 나는 이 작품의 저작권자로서, 이 작품을 퍼블릭 도메인으로 모두에게 공개합니다. 이 공개 선언은 전 세계적으로 유효합니다.
만약 저작권의 포기가 법률적으로 가능하지 않은 경우,
나는 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한없이 사용할 수 있도록 허용합니다.
다른 버전 이 파일은 다음으로 파생됨:  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월 30일 (토) 01:172016년 4월 30일 (토) 01:17 판의 섬네일720 × 460 (76 KB)RayhemLighten background grid
2014년 9월 13일 (토) 01:172014년 9월 13일 (토) 01:17 판의 섬네일720 × 460 (73 KB)Wereldburger758Valid SVG now.
2009년 9월 24일 (목) 06:122009년 9월 24일 (목) 06:12 판의 섬네일720 × 460 (84 KB)Stpashare-uploading same file, since upload is buggy
2009년 9월 24일 (목) 04:282009년 9월 24일 (목) 04: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일 (토) 23:142009년 6월 27일 (토) 23: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월 3일 (목) 04:172008년 4월 3일 (목) 04:17 판의 섬네일720 × 460 (80 KB)InductiveloadCliiping path caused rendering fault. hopefully fixed now.
2008년 4월 3일 (목) 04:122008년 4월 3일 (목) 04:12 판의 섬네일720 × 460 (78 KB)Inductiveload{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
2008년 4월 3일 (목) 04:102008년 4월 3일 (목) 04: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개가 이 파일을 사용하고 있습니다:

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

이 파일의 더 많은 사용 내역을 봅니다.

메타데이터