לדלג לתוכן

קובץ:Shapiro-Wilk Simulated CDF for n = 5, 10, 15, ..., 50.svg

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

לקובץ המקורי(קובץ SVG, הגודל המקורי: 960 × 675 פיקסלים, גודל הקובץ: 499 ק"ב)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

תיאור
English: Recreation of Fig. 4 from Shapiro and Wilk (1965). Basically, the emprical CDF of test results (and resultant p-values) for various sample sizes. Generated by repeated resampling from a large number of normal variates. Not truly an empirical CDF for the test because the correspondence displayed was produced w/ Royston's exact test.
plotPvalues <- function() {
  l.norm <- rnorm(5000)
  shap.n <- function(n) {
    replicate(2000, unlist(shapiro.test(sample(l.norm, n, replace = TRUE))[c(1,2)]))
  }
  shap.l <- mapply(shap.n, seq(5, 50, 5), SIMPLIFY = FALSE)
  plot(seq(0,1,length.out = 10), seq(0.7, 1, length.out = 10), type = "n",
       xlab = "P",
       ylab = "W",
       main = "Simulated Empirical CDF for n = 5, 10, 15, ..., 50") 
  abline(v = seq(0, 1, length.out = 11), lty = 3, col = "grey")
  abline(h = seq(0.7, 1, length.out = 7), lty = 3, col = "grey")
  text(rep(0.21, 4), c(0.84, 0.88, 0.91, 0.98), labels = c("n = 5", "n = 10", "n = 15", "n = 50"), cex = 0.9)
  for (n in 1:10) {
    lines(sort(shap.l[[n]][2, ]), sort(shap.l[[n]][1, ]), col = rgb(red = (1 - 5*n/50), green = 0, blue = 5*n/50))
  }
}

The above is a copy from the gist on GitHub as of 21:41, 22 April 2012 (UTC). The gist may be updated in the future so always compare the two when attempting to recreate the image.

  • Shapiro, S. S.; Wilk, M. B. (1965). "An analysis of variance test for normality (complete samples)". Biometrika 52 (3-4): 591–611
  • Patrick Royston (1982) An extension of Shapiro and Wilk's W test for normality to large samples. Applied Statistics, 31, 115–124.
תאריך יצירה
מקור נוצר על־ידי מעלה היצירה
יוצר Protonk

רישיון

אני, בעל זכויות היוצרים על עבודה זו, מפרסם בזאת את העבודה תחת הרישיון הבא:
w:he:Creative Commons
ייחוס שיתוף זהה
הקובץ הזה מתפרסם לפי תנאי רישיון קריאייטיב קומונז ייחוס-שיתוף זהה 3.0 לא מותאם.
הנכם רשאים:
  • לשתף – להעתיק, להפיץ ולהעביר את העבודה
  • לערבב בין עבודות – להתאים את העבודה
תחת התנאים הבאים:
  • ייחוס – יש לתת ייחוס הולם, לתת קישור לרישיון, ולציין אם נעשו שינויים. אפשר לעשות את זה בכל צורה סבירה, אבל לא בשום צורה שמשתמע ממנה שמעניק הרישיון תומך בך או בשימוש שלך.
  • שיתוף זהה – אם תיצרו רמיקס, תשנו, או תבנו על החומר, חובה עליכם להפיץ את התרומות שלך לפי תנאי רישיון זהה או תואם למקור.
 
. R עם‎‎ נוצרה ה תמונה

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

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

מוצג

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

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

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית10:03, 12 בפברואר 2012תמונה ממוזערת לגרסה מ־10:03, 12 בפברואר 2012‪675 × 960‬ (499 ק"ב)Protonk

אין בוויקיפדיה דפים המשתמשים בקובץ זה.

מטא־נתונים