मूल चित्र(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 मैं, इस कार्य का/की कॉपीराइट धारक, इस कार्य को सार्वजनिक डोमेन में प्रकाशित करता/करती हूँ। यह पूरे विश्व में लागू होता है।
कुछ देशों में यह कानूनी तौर पर नहीं हो सकता है; ऐसा हो तो:
मैं सभी को इस कार्य का इस्तेमाल किसी भी उद्देश्य से, बिना किसी बाधाओं के इन शर्तों के कानून द्वारा अनिवार्य किए तक करने की अनुमति देता/देती हूँ।
दूसरे संस्करण Derivative works of this file:  CumulativeSD.svg
SVG genesis
InfoField
 
The SVG code is valid.
 
इस वेक्टर चित्र को 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")

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

चित्रण

चित्र का इतिहास

फ़ाइलका पुराना अवतरण देखने के लिये दिनांक/समय पर क्लिक करें।

दिनांक/समयथंबनेलआकारसदस्यप्रतिक्रिया
वर्तमान16:17, 29 अप्रैल 201616:17, 29 अप्रैल 2016 के संस्करण का थंबनेल संस्करण720 × 460 (76 KB)RayhemLighten background grid
16:17, 12 सितंबर 201416:17, 12 सितंबर 2014 के संस्करण का थंबनेल संस्करण720 × 460 (73 KB)Wereldburger758Valid SVG now.
21:12, 23 सितंबर 200921:12, 23 सितंबर 2009 के संस्करण का थंबनेल संस्करण720 × 460 (84 KB)Stpashare-uploading same file, since upload is buggy
19:28, 23 सितंबर 200919:28, 23 सितंबर 2009 के संस्करण का थंबनेल संस्करण720 × 460 (84 KB)StpashaLines are made thicker and more visible, all numbers rendered in roman instead of italic, white background added
14:14, 27 जून 200914:14, 27 जून 2009 के संस्करण का थंबनेल संस्करण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)
19:17, 2 अप्रैल 200819:17, 2 अप्रैल 2008 के संस्करण का थंबनेल संस्करण720 × 460 (80 KB)InductiveloadCliiping path caused rendering fault. hopefully fixed now.
19:12, 2 अप्रैल 200819:12, 2 अप्रैल 2008 के संस्करण का थंबनेल संस्करण720 × 460 (78 KB)Inductiveload{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
19:10, 2 अप्रैल 200819:10, 2 अप्रैल 2008 के संस्करण का थंबनेल संस्करण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=

निम्नलिखित पन्ने इस चित्र से जुडते हैं :

चित्र का वैश्विक उपयोग

इस चित्र का उपयोग इन दूसरे विकियों में किया जाता है:

इस चित्र के वैश्विक उपयोग की अधिक जानकारी देखें।

मेटाडेटा