Fitxer:Normal Distribution CDF.svg

El contingut de la pàgina no s'admet en altres llengües.
De la Viquipèdia, l'enciclopèdia lliure

Fitxer original(fitxer SVG, nominalment 720 × 460 píxels, mida del fitxer: 76 Ko)

Descripció a Commons

Resum

Descripció A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied. The key is given on the graph.
Data
Font Treball propi (Original text: self-made, Mathematica, Inkscape)
Autor Inductiveload
Permís
(Com reutilitzar aquest fitxer)
Public domain Jo, el titular del copyright d'aquesta obra, l'allibero al domini públic. Això s'aplica a tot el món.
En alguns països això pot no ser legalment possible, en tal cas:
Jo faig concessió a tothom del dret d'usar aquesta obra per a qualsevol propòsit, sense cap condició llevat d'aquelles requerides per la llei.
Altres versions Derivative works of this file:  CumulativeSD.svg
SVG genesis
InfoField
 
El codi font d'aquest SVG és vàlid.
 
Aquesta imatge vectorial ha estat creada amb 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")

Llegendes

Afegeix una explicació d'una línia del que representa aquest fitxer
A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied.

Elements representats en aquest fitxer

representa l'entitat

Historial del fitxer

Cliqueu una data/hora per veure el fitxer tal com era aleshores.

Data/horaMiniaturaDimensionsUsuari/aComentari
actual18:17, 29 abr 2016Miniatura per a la versió del 18:17, 29 abr 2016720 × 460 (76 Ko)RayhemLighten background grid
18:17, 12 set 2014Miniatura per a la versió del 18:17, 12 set 2014720 × 460 (73 Ko)Wereldburger758Valid SVG now.
23:12, 23 set 2009Miniatura per a la versió del 23:12, 23 set 2009720 × 460 (84 Ko)Stpashare-uploading same file, since upload is buggy
21:28, 23 set 2009Miniatura per a la versió del 21:28, 23 set 2009720 × 460 (84 Ko)StpashaLines are made thicker and more visible, all numbers rendered in roman instead of italic, white background added
16:14, 27 juny 2009Miniatura per a la versió del 16:14, 27 juny 2009720 × 460 (55 Ko)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)
21:17, 2 abr 2008Miniatura per a la versió del 21:17, 2 abr 2008720 × 460 (80 Ko)InductiveloadCliiping path caused rendering fault. hopefully fixed now.
21:12, 2 abr 2008Miniatura per a la versió del 21:12, 2 abr 2008720 × 460 (78 Ko)Inductiveload{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
21:10, 2 abr 2008Miniatura per a la versió del 21:10, 2 abr 2008720 × 460 (78 Ko)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=

Les 2 pàgines següents utilitzen aquest fitxer:

Ús global del fitxer

Utilització d'aquest fitxer en altres wikis:

Vegeu més usos globals d'aquest fitxer.

Metadades