Talaksan:Normal Distribution CDF.svg

Mula testwiki
Pumunta sa nabigasyon Pumunta sa paghahanap

Orihinal na file(SVG na file, nominal na 720 × 460 (na) pixel, laki: 75 KB)

Mula sa Wikimedia Commons ang file na ito at posibleng magamit sa ibang proyekto. Makikita sa baba ang paglalarawan sa pahina ng paglalarawan nito roon.

Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.

Buod

Paglalarawan
English: A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied. The key is given on the graph.
Petsa
Pinanggalingan Sariling gawa (Original text: self-made, Mathematica, Inkscape)
May-akda Inductiveload
Permiso
(Muling paggamit sa file)
Public domain Ako, ang may tangan ng karapatang-ari ng akdang ito, ay pinakakawalan ang akdang ito sa nasasakupan ng madla. Magagamit ito sa buong mundo.
Maaaring hindi ito posibleng legal sa ilang mga bansa; kung ganito:
Ibinibigay ko sa sinuman ang karapatang gamitin ang akdang ito para sa anumang layunin, na walang mga kundisyon, maliban na lang kung ang ganyang mga kundisyon ay kailangan ng batas.
SVG genesis
InfoField
 
The SVG code is valid.
 
This chart was created with Mathematica.
 
This chart 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

depicts English

2 Abril 2008

media type English

image/svg+xml

Nakaraan ng file

Pindutin ang isang petsa/oras para makita ang file noong puntong yon.

Petsa/OrasThumbnailSukatTagagamitKomento
ngayon01:43, 28 Disyembre 2024Thumbnail para sa bersyon noong 01:43, 28 Disyembre 2024720 × 460 (75 KB)wikimediacommons>TheBooker66Minified the file a bit by removing unnecessary elements.

Walang pahinang gumagamit sa file na ito.