לדלג לתוכן

קובץ:Normal Distribution CDF.svg

תוכן הדף אינו נתמך בשפות אחרות.
מקורו של קובץ זה בוויקישיתוף
מתוך ויקיספר, אוסף הספרים והמדריכים החופשי

לקובץ המקורי (קובץ SVG, הגודל המקורי: 720 × 460 פיקסלים, גודל הקובץ: 75 ק"ב)

זהו קובץ שמקורו במיזם ויקישיתוף וניתן להשתמש בו גם במיזמים אחרים.
פרטי הקובץ שמופיעים למטה נלקחו מדף תיאור הקובץ המקורי.
Any autoconfirmed user can overwrite this file from the same source. Please ensure that overwrites comply with the guideline.

תקציר

תיאור
English: A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied. The key is given on the graph.
תאריך יצירה
מקור נוצר על־ידי מעלה היצירה (טקסט מקורי: “self-made, Mathematica, Inkscape)
יוצר Inductiveload
אישורים והיתרים
(שימוש חוזר בקובץ זה)
Public domain ברצוני, בעלי זכויות היוצרים על יצירה זו, לשחרר יצירה זו לנחלת הכלל. זה תקף בכל העולם.
יש מדינות שבהן הדבר אינו אפשרי על פי חוק, אם כך:
אני מעניק לכל אחד את הזכות להשתמש בעבודה זו לכל מטרה שהיא, ללא תנאים כלשהם, אלא אם כן תנאים כאלה נדרשים על פי חוק.
SVGהתפתחות 
InfoField
 
.קוד המקור של קובץ SVG זה הוא תקין
 
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")

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג
A selection of Normal Distribution Cumulative Density Functions (CDFs). Both the mean, μ, and variance, σ², are varied.

פריטים שמוצגים בקובץ הזה

מוצג

image/svg+xml

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית01:43, 28 בדצמבר 2024תמונה ממוזערת לגרסה מ־01:43, 28 בדצמבר 2024‪460 × 720‬ (75 ק"ב)TheBooker66Minified the file a bit by removing unnecessary elements.
18:17, 29 באפריל 2016תמונה ממוזערת לגרסה מ־18:17, 29 באפריל 2016‪460 × 720‬ (76 ק"ב)RayhemLighten background grid
18:17, 12 בספטמבר 2014תמונה ממוזערת לגרסה מ־18:17, 12 בספטמבר 2014‪460 × 720‬ (73 ק"ב)Wereldburger758Valid SVG now.
23:12, 23 בספטמבר 2009תמונה ממוזערת לגרסה מ־23:12, 23 בספטמבר 2009‪460 × 720‬ (84 ק"ב)Stpashare-uploading same file, since upload is buggy
21:28, 23 בספטמבר 2009תמונה ממוזערת לגרסה מ־21:28, 23 בספטמבר 2009‪460 × 720‬ (84 ק"ב)StpashaLines are made thicker and more visible, all numbers rendered in roman instead of italic, white background added
16:14, 27 ביוני 2009תמונה ממוזערת לגרסה מ־16:14, 27 ביוני 2009‪460 × 720‬ (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)
21:17, 2 באפריל 2008תמונה ממוזערת לגרסה מ־21:17, 2 באפריל 2008‪460 × 720‬ (80 ק"ב)InductiveloadCliiping path caused rendering fault. hopefully fixed now.
21:12, 2 באפריל 2008תמונה ממוזערת לגרסה מ־21:12, 2 באפריל 2008‪460 × 720‬ (78 ק"ב)Inductiveload{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
21:10, 2 באפריל 2008תמונה ממוזערת לגרסה מ־21:10, 2 באפריל 2008‪460 × 720‬ (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=

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה:

צפייה בשימושים גלובליים נוספים של קובץ זה.

מטא־נתונים