الملف الأصلي(ملف SVG، أبعاده 720 × 460 بكسل، حجم الملف: 76 كيلوبايت)

ملخص

الوصف 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
 
الشيفرة المصدرية لهذا الرسم المتجه صالحة.
 
هذا الرسم المتجهي أُنشئ بواسطة 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")

الشروحات

أضف شرحاً من سطر واحد لما يُمثِّله هذا الملف
A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied.

العناصر المصورة في هذا الملف

يُصوِّر

تاريخ الملف

اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.

زمن/تاريخصورة مصغرةالأبعادمستخدمتعليق
حالي16:17، 29 أبريل 2016تصغير للنسخة بتاريخ 16:17، 29 أبريل 2016720 × 460 (76 كيلوبايت)RayhemLighten background grid
16:17، 12 سبتمبر 2014تصغير للنسخة بتاريخ 16:17، 12 سبتمبر 2014720 × 460 (73 كيلوبايت)Wereldburger758Valid SVG now.
21:12، 23 سبتمبر 2009تصغير للنسخة بتاريخ 21:12، 23 سبتمبر 2009720 × 460 (84 كيلوبايت)Stpashare-uploading same file, since upload is buggy
19:28، 23 سبتمبر 2009تصغير للنسخة بتاريخ 19:28، 23 سبتمبر 2009720 × 460 (84 كيلوبايت)StpashaLines are made thicker and more visible, all numbers rendered in roman instead of italic, white background added
14:14، 27 يونيو 2009تصغير للنسخة بتاريخ 14:14، 27 يونيو 2009720 × 460 (55 كيلوبايت)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 أبريل 2008تصغير للنسخة بتاريخ 19:17، 2 أبريل 2008720 × 460 (80 كيلوبايت)InductiveloadCliiping path caused rendering fault. hopefully fixed now.
19:12، 2 أبريل 2008تصغير للنسخة بتاريخ 19:12، 2 أبريل 2008720 × 460 (78 كيلوبايت)Inductiveload{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
19:10، 2 أبريل 2008تصغير للنسخة بتاريخ 19:10، 2 أبريل 2008720 × 460 (78 كيلوبايت)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=

الصفحة التالية تستخدم هذا الملف:

الاستخدام العالمي للملف

الويكيات الأخرى التالية تستخدم هذا الملف:

اعرض المزيد من الاستخدام العام لهذا الملف.

بيانات وصفية