{"id":677,"date":"2020-07-27T14:13:05","date_gmt":"2020-07-27T18:13:05","guid":{"rendered":"https:\/\/openbooks.macewan.ca\/rcommander\/?post_type=chapter&#038;p=677"},"modified":"2025-05-07T17:55:40","modified_gmt":"2025-05-07T21:55:40","slug":"6-2-distribution-of-the-sample-mean","status":"publish","type":"chapter","link":"https:\/\/openbooks.macewan.ca\/introstats\/chapter\/6-2-distribution-of-the-sample-mean\/","title":{"raw":"6.2 Distribution of the Sample Mean","rendered":"6.2 Distribution of the Sample Mean"},"content":{"raw":"Suppose the variable of interest is X and the population consists of N individuals. The possible values of X are the different measurements for each individual in the population. For example, suppose the variable of interest is X=height and the population is the N = 60 students in our class. The number N = 60 is called the <strong>population size<\/strong>. Suppose we measure each student's height and draw a histogram of those N = 60 measurements. In that case, the resulting distribution is the <strong>population distribution<\/strong>, that is, the distribution of the random variable X. The average height of all 60 students is the population mean [latex]\\mu[\/latex].\r\n\r\nWe often use the sample mean [latex]\\bar{X}[\/latex] to estimate the population mean [latex]\\mu[\/latex]. However, since the observed value of [latex]\\bar{X}[\/latex] varies from sample to sample, it is helpful to know the typical accuracy of this estimator. For example, how confident are we that the error in estimating [latex]\\mu[\/latex] by [latex]\\bar{x}[\/latex] is at most 2 cm? To answer this kind of question, we need to know the distribution of the sample mean [latex]\\bar{X}[\/latex].\r\n\r\nFor a population of size <em>N<\/em>, if we take a sample of size <em>n<\/em>, there are [latex]\\binom{N}{n}[\/latex] distinct samples, each of which gives one possible value of the sample mean [latex]\\bar x[\/latex]. The [latex]\\binom{N}{n}[\/latex] values of [latex]\\bar{x}[\/latex] give the distribution of the sample mean [latex]\\bar{X}[\/latex], which is also called the sampling distribution of the sample mean. A histogram of the [latex]\\binom{N}{n}[\/latex] values of [latex]\\bar{x}[\/latex] shows the distribution of [latex]\\bar{X}[\/latex].\u00a0 However, [latex]\\binom{N}{n}[\/latex] is often so large that we are unable to consider all possible samples of size n directly. Fortunately, we can still obtain a reasonable approximation of the distribution of [latex]\\bar{X}[\/latex] by obtaining a large number of random samples, say 10,000, computing each sample mean, and drawing a histogram based on our sample of the sample means. For example, if the population size is N = 60 and the sample size is n = 5, there are [latex]\\binom{N}{n} = _{60}C_5 = 5,461,512[\/latex] different samples, many of which have different values of [latex]\\bar{x}[\/latex]. Drawing a histogram of these 5,461,512 [latex]\\bar{x}[\/latex] values gives the distribution of the sample mean [latex]\\bar{X}[\/latex], with sample size n = 5. Moreover, the sampling distribution of the sample mean [latex]\\bar{X}[\/latex] can be described in three aspects: centre, spread (variation), and shape.\r\n<h2>6.2.1 Mean and Standard Deviation of the Sample Mean<\/h2>\r\nLet's consider a population consisting of 5 students. Suppose their heights (in cm) are [latex]x_1 = 155, x_2= 165, x_3=175, x_4=185, x_5=195[\/latex]. The population size is <em>N<\/em>=5 and the population mean [latex]\\mu[\/latex] and population standard deviation [latex]\\sigma[\/latex] are: [latex]\\begin{align*} \\mu &amp;= \\frac{\\sum x_i}{N} \\\\ \u00a0&amp;= \\frac{155+165 + 175 + 185 +195}{5} \\\\ &amp;= 175, \\\\ \\sigma &amp;= \\sqrt{ \\frac{ \\sum (x_i - \\mu )^2 }{N} } \\\\ &amp;= \\sqrt{\\frac{(155-175)^2 + (165 -175)^2 + (175 - 175)^2 + (185 - 175)^2 + (195-175,)^2} {5} } \\\\ &amp;= 14.14. \\end{align*}[\/latex]\r\n\r\nConsider a simple random sample of size <em>n<\/em> = 2, which means randomly picking two students from this population of five students.<em> n<\/em> = 2 \u00a0is called the <strong>sample size<\/strong>. The number of ways we can pick two students out of five is [latex]_5C_2 = \\binom{5}{2} = 10[\/latex]. For example, one possible sample is [latex]\\{x_1, x_2\\}[\/latex] which gives a value of the sample mean,\r\n<p align=\"center\">[latex]\\bar{x} = \\frac{x_1 + x_2}{2} = \\frac{155+ 165}{2} = \u00a0160[\/latex].<\/p>\r\nAnother possible sample is [latex]\\{x_1, x_3 \\}[\/latex]\u00a0 and the corresponding value of the sample mean is:\r\n<p align=\"center\">[latex] \\bar{x} = \\frac{x_1 + x_3}{2} = \\frac{155+ 175}{2} = 165. [\/latex]<\/p>\r\nTable 6.1 lists all possible samples of sample size <em>n<\/em> = 2, 3, 4 and their corresponding sample mean values. The mean and standard deviation of the sample mean of all possible sample sizes are also given in the table.<a id=\"rettab6.1\"><\/a>\r\n\r\n[caption id=\"attachment_721\" align=\"aligncenter\" width=\"851\"]<img class=\"wp-image-721 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Table1-e1627603764185.png\" alt=\"A table showing the different means between samples sizes from the same population. Image description available.\" width=\"851\" height=\"397\" \/> <strong>Table 6.1<\/strong>: Sample Means of All Possible Samples of Sample Size n=2, 3, 4. [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#tab6.1\">Image Description (See Appendix D Table 6.1)<\/a>][\/caption]The mean and standard deviation of the sample mean [latex]\\bar{X}[\/latex] are denoted as [latex]\\mu_{\\bar{X}}[\/latex] and [latex]\\sigma_{\\bar{X}}[\/latex] respectively. When the sample size [latex]n=2[\/latex], Table 6.1 shows 10 possible values of the sample mean: [latex]160, 165, \\cdots, 185, 190[\/latex]; there is one value of 160 and two values of 180, giving the probabilities of [latex]\\frac{1}{10}[\/latex] and [latex]\\frac{2}{10}[\/latex] observing these two values respectively. The probability distribution and distribution histogram of the sample mean [latex]\\bar{X}[\/latex] with [latex]n=2[\/latex] are:<a id=\"retfig6.1\"><\/a>\r\n\r\n[caption id=\"attachment_720\" align=\"aligncenter\" width=\"797\"]<img class=\"wp-image-720 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_SampleMean_Height2.png\" alt=\"A table of the probability distribution of the sample mean given n = 2 and the associated relative frequency graph. Image description available.\" width=\"797\" height=\"372\" \/> <strong>Figure 6.1<\/strong>: Probability Distribution and Probability Histogram of Sample Mean for n=2. [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.1\">Image Description (See Appendix D Figure 6.1)<\/a>][\/caption]The mean and the standard deviation of the sample mean with <em>n<\/em> = 2\u00a0are:\r\n<p align=\"center\">[latex]\\begin{align*} \\mu_{\\bar{X}} &amp;= \\frac{160 + 165 + 170 + 175+ 170 + 175 + 180 + 180 + 185 + 190}{10} \\\\ &amp;= 175, \\\\ \\sigma_{\\bar{X}} &amp;= \\sqrt{ \\frac{\\sum (\\bar{x} - \\mu_{\\bar{X}})^2}{N}} \\\\ &amp;= \\sqrt{ \\frac{ (160-175)^2 + (165-175)^2 + ... + (185 - 175)^2 + (190 - 175)^2}{10} } \\\\ &amp;= 8.66. \\end{align*}[\/latex]<\/p>\r\nWhen the sample size is <em>n<\/em> = 3, the mean and the standard deviation of the sample mean are:\r\n<p align=\"center\">[latex]\\begin{align*} \\mu_{\\bar{X}} &amp;= \\frac{165 + 168.33 + 171.67 + 171.67+ 175 + 178.33 + 175 + 178.33 + 181.67 + 185}{10} \\\\ &amp;= 175, \\\\ \\sigma_{\\bar{X}} &amp;= \\sqrt{ \\frac{\\sum (\\bar{x} - \\mu_{\\bar{X}})^2}{N}} \\\\ &amp;= \\sqrt{ \\frac{ (160-175)^2 + (168.33-175)^2 + ... + (185 - 175)^2 + (190 - 175)^2}{10} } \\\\ &amp;= 5.77. \\end{align*}[\/latex]<\/p>\r\nWhen the sample size is <em>n<\/em> = 4, the mean and the standard deviation of the sample mean are:\r\n<p align=\"center\">[latex]\\begin{align*} \\mu_{\\bar{X}} &amp;= \\frac{170 +172.5 +175 +177.5 + 180 }{5} \\\\ &amp;= 175, \\\\ \\sigma_{\\bar{X}} &amp;= \\sqrt{ \\frac{\\sum (\\bar{x} - \\mu_{\\bar{X}})^2}{N}} \\\\ &amp;= \\sqrt{ \\frac{ (170-175)^2 + (172.5-175)^2 + (175 - 175)^2 + (177.5 - 175)^2 + (180 - 175)^2}{5} } \\\\ &amp;= 3.54. \\end{align*}[\/latex]<\/p>\r\nThe above results show that the mean of the sample mean equals the population mean regardless of the sample size, i.e., [latex]\\mu_{\\bar{X}} = \\mu[\/latex], while the standard deviation of the sample mean decreases when the sample size <em>n<\/em> increases. It can be shown that when sampling without replacement from a finite population, like those listed in Table 6.1,\r\n<p align=\"center\">[latex] \\sigma_{\\bar{X}} = \\sqrt{ \\frac{N-n}{N-1} } \\times \\frac{\\sigma}{\\sqrt{n}}. [\/latex]<\/p>\r\nIf we instead sample with replacement from a finite population, the standard deviation of the sample mean is\r\n<p align=\"center\">[latex] \\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}}. [\/latex]<\/p>\r\n<strong>Note<\/strong>: If we sample without replacement, [latex] \\sigma_{\\bar{X}}[\/latex] is approximately equal to [latex]\\frac{\\sigma}{\\sqrt{n}}[\/latex], as long as the sample size <em>n<\/em> is much smaller than the population size <em>N<\/em>. For simplicity of notation, we only focus on the sample without replacement case for the distribution of the sample mean in the remaining chapters.\r\n<div class=\"textbox textbox--key-takeaways\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Key Facts: Mean and Standard Deviation of the Sample Mean [latex]\\color{white}{\\bar{X}}[\/latex]<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFor samples of size <em>n<\/em>,\r\n<ul>\r\n \t<li>The mean of the sample mean [latex]\\bar{X}[\/latex] equals the population mean [latex]\\mu[\/latex]; that is\r\n<p align=\"center\">[latex]\\mu_{\\bar{X}} = \\mu[\/latex].<\/p>\r\n<\/li>\r\n<\/ul>\r\n<ul>\r\n \t<li>The standard deviation of the sample mean [latex]\\bar{X}[\/latex] equals the population standard deviation [latex]\\sigma[\/latex] divided by the square root of the sample size; that is\r\n<p align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}}[\/latex].<\/p>\r\n<\/li>\r\n<\/ul>\r\nThese two arguments are always true for any population distribution and any sample size <em>n<\/em>.\r\n\r\nNote: The standard deviation of the sample mean [latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}}[\/latex] implies that as sample size [latex]n[\/latex] increases, the standard deviation of the sample mean gets smaller. This is because the sample mean gets closer to the population mean and hence has a smaller variation when the sample size increases.\r\n\r\n<\/div>\r\n<\/div>\r\n<h2>6.2.2 Shape of the Distribution of the Sample Mean (Central Limit Theorem)<\/h2>\r\nWe discuss the shape of the distribution of the sample mean for two cases: when the population distribution is normal, i.e., the variable of interest [latex]X \\sim N(\\mu, \\sigma)[\/latex]\u00a0and when the population distribution is not normal.\r\n<h3><strong>When the Population is Normally Distributed<\/strong><\/h3>\r\nSuppose the random variables [latex]X_1, X_2, \\dots, X_n[\/latex] represent a simple random sample from a normal population distribution [latex]N(\\mu, \\sigma)[\/latex], then the sample mean\r\n<p align=\"center\">[latex] \\bar{X} = \\frac{X_1 + X_2 + \\dots + X_n}{n} [\/latex]<\/p>\r\nalso follows a normal distribution, regardless of the value of the sample size [latex]n[\/latex]. This is a consequence of the fact that a <strong>linear combination<\/strong> of normal random variables is itself a normal random variable.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example: Grade of 100 Students<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nSuppose a population consists of 100 students and the variable of interest is [latex]X=[\/latex] student grades. Due to bonus questions, the maximum grade might be above 100. The histogram of the grades of these 100 students gives the population (or parent) distribution, or simply the distribution of [latex]X[\/latex]. The mean and standard deviation of these 100 grades give the population mean and population standard deviation [latex]\\mu = 70, \\sigma = 10[\/latex]. It is reasonable for us to assume grades follow a normal distribution since the histogram is bell-shaped and the points in the QQ plot form an approximate straight-line pattern.<a id=\"retfig6.2\"><\/a>\r\n<div align=\"center\">\r\n<table class=\"no-border\" style=\"width: 100%; height: 303px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"height: 274px;\">\r\n<td style=\"height: 274px; width: 50.05834305717619%;\" valign=\"top\"><img class=\"aligncenter wp-image-704 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70-300x300.png\" alt=\"The population distribution of grade with a mean of 70 and a standard deviation of 10. Image description available.\" width=\"300\" height=\"300\" \/><\/td>\r\n<td style=\"height: 274px; width: 50.05834305717619%;\" valign=\"top\"><img class=\"aligncenter wp-image-708 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70-300x298.png\" alt=\"A Q-Q plot of population grade showing a fairly straight line. Image description available.\" width=\"300\" height=\"298\" \/><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<strong>Figure 6.2<\/strong>: Density and Normal Probability Plot of Grade (Population). [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.2\">Image Description (See Appendix D Figure 6.2)<\/a>]\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\nLet\u2019s examine the distributions of the sample mean [latex]\\bar{X}[\/latex]\u00a0for sample size [latex]n = 2, 5, 30[\/latex]. In each histogram, the red solid line indicates the population mean and the blue dashed line indicates the mean of the sample mean. Recall the steps to obtain the distribution of the sample mean:\r\n<ol>\r\n \t<li>Obtain a sample of size <em>n from the population of 100 students<\/em>\u00a0and calculate the sample mean [latex]\\bar x = [\/latex] average grade for this particular sample.<\/li>\r\n \t<li>Repeat step 1 for each of the [latex]\\binom{100}{n}=_{100}C_n[\/latex] different samples to obtain [latex]\\binom{100}{n}[\/latex] sample means [latex]\\bar x[\/latex] values.<\/li>\r\n \t<li>Draw a histogram of those [latex]\\binom{100}{n}[\/latex]\u00a0sample means.<\/li>\r\n \t<li>If [latex]\\binom{100}{n}[\/latex] is too large, then we can approximate the distribution of the sample mean by performing the above steps using a large number of random samples (say 10,000), instead of all [latex]\\binom{100}{n}[\/latex] samples.<\/li>\r\n<\/ol>\r\nNote that the mean and standard deviation are [latex]\\mu_{\\bar{X}} = \\mu = 70, \\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{10}{\\sqrt{n}}.[\/latex]<a id=\"retfig6.3\"><\/a>\r\n\r\n<\/div>\r\n<div class=\"textbox__content\">\r\n<div align=\"center\">\r\n<table class=\"aligncenter no-border\" style=\"width: 95%; height: 501px;\" border=\"0\">\r\n<tbody>\r\n<tr style=\"height: 15px;\">\r\n<td style=\"width: 32.97442799461642%; height: 15px; text-align: center;\">\r\n<div align=\"center\">[latex] \\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{10}{\\sqrt{2}} = 7.07 [\/latex]<\/div><\/td>\r\n<td style=\"width: 33.37819650067295%; height: 15px; text-align: center;\">\r\n<div align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{10}{\\sqrt{5}} =4.47[\/latex]<\/div><\/td>\r\n<td style=\"width: 33.51278600269179%; height: 15px; text-align: center;\">\r\n<div align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{10}{\\sqrt{30}} = 1.83 [\/latex]<\/div><\/td>\r\n<\/tr>\r\n<tr style=\"height: 248px;\">\r\n<td style=\"height: 248px; width: 32.97442799461642%;\">\r\n<div align=\"center\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2.png\"><img class=\"alignnone wp-image-696 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2.png\" alt=\"A density curve of sample means for sample size n = 2. Image description available.\" width=\"901\" height=\"932\" \/><\/a><\/div><\/td>\r\n<td style=\"height: 248px; width: 33.37819650067295%;\">\r\n<div align=\"center\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5.png\"><img class=\"alignnone wp-image-695 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5.png\" alt=\"A density curve of sample means for sample size n = 5. Image description available.\" width=\"894\" height=\"920\" \/><\/a><\/div><\/td>\r\n<td style=\"height: 248px; width: 33.51278600269179%;\">\r\n<div align=\"center\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30.png\"><img class=\"alignnone wp-image-697 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30.png\" alt=\"A density curve of sample means for sample size n = 30. Image description available.\" width=\"874\" height=\"910\" \/><\/a><\/div><\/td>\r\n<\/tr>\r\n<tr style=\"height: 238px;\">\r\n<td style=\"height: 238px; width: 32.97442799461642%;\">\r\n<div align=\"center\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2.png\"><img class=\"alignnone wp-image-705 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2.png\" alt=\"A probability plot of sample means for sample size = 2. Image description available.\" width=\"864\" height=\"875\" \/><\/a><\/div><\/td>\r\n<td style=\"height: 238px; width: 33.37819650067295%;\">\r\n<div align=\"center\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5.png\"><img class=\"alignnone wp-image-706 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5.png\" alt=\"A probability plot of sample means for sample size n = 5. Image description available.\" width=\"873\" height=\"872\" \/><\/a><\/div><\/td>\r\n<td style=\"height: 238px; width: 33.51278600269179%;\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30.png\"><img class=\"alignnone wp-image-707 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30.png\" alt=\"A probability plot of sample means for sample size n = 30. Image description available.\" width=\"862\" height=\"858\" \/><\/a><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<strong>Figure 6.3<\/strong>: Density and Normal Probability Plot of the Average Grade (Sample Mean) for n=2, 5, 30. [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.3\">Image Description (See Appendix D Figure 6.3)<\/a>] Click on the image to enlarge it.\r\n\r\nFor each sample size, we can verify the following:\r\n<ul>\r\n \t<li>The distribution of the sample mean [latex]\\bar{X}[\/latex]\u00a0is approximately normally distributed (symmetric, bell shape, unimodal);<\/li>\r\n \t<li>The mean of the sample mean equals the population mean of 70, and the standard deviation of the sample mean gets smaller and smaller when sample size <em>n<\/em> increases and roughly equals the population standard deviation divided by the square root of the sample size. Note that they are approximately equal because we have obtained 10,000 random samples for each sample size n, instead of all [latex]\\binom{100}{n}=_{100}C_n[\/latex] possible samples.<\/li>\r\n<\/ul>\r\n<\/div>\r\n<\/div>\r\n<h3><strong>When the Population is not Normally Distributed<\/strong><\/h3>\r\nTo illustrate two non-normal populations, we will discuss the uniform distribution (which is symmetric) and the exponential distribution (which is extremely right-skewed).\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example: Population Distribution is Uniform (Symmetric but not Normal)<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nConsider rolling a fair die. Since the die is fair, each face has the same chance to be observed; therefore, the population distribution is a uniform distribution with the following probability distribution.\r\n<div align=\"center\">\r\n<table class=\"aligncenter no-border\" style=\"width: 100%; height: 306px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"height: 306px;\">\r\n<td style=\"height: 306px; width: 46.6882%;\" valign=\"top\"><strong>Table 6.2<\/strong>: Working Table for the Population Mean and Standard Deviation\r\n<table style=\"border-collapse: collapse; width: 100%; height: 112px;\" border=\"0\">\r\n<tbody>\r\n<tr class=\"shaded\" style=\"height: 14px;\">\r\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{x}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{P(X=x)}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{xP(X=x})[\/latex]<\/td>\r\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{x^2P(X=x)}[\/latex]<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px;\">\r\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{1}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\r\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{1^2\\times \\frac{1}{6} = 1\/6}[\/latex]<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px;\">\r\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{2}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{2\/6}[\/latex]<\/td>\r\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{2^2\\times \\frac{1}{6} = 4\/6}[\/latex]<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px;\">\r\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{3}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{3\/6}[\/latex]<\/td>\r\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{3^2\\times \\frac{1}{6} = 9\/6}[\/latex]<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px;\">\r\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{4}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{4\/6}[\/latex]<\/td>\r\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{4^2\\times \\frac{1}{6} = 16\/6}[\/latex]<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px;\">\r\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{5}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{5\/6}[\/latex]<\/td>\r\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{5^2\\times \\frac{1}{6} = 25\/6}[\/latex]<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px;\">\r\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{6}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\r\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{6\/6}[\/latex]<\/td>\r\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{6^2\\times \\frac{1}{6} = 36\/6}[\/latex]<\/td>\r\n<\/tr>\r\n<tr class=\"shaded\" style=\"height: 14px;\">\r\n<td style=\"width: 18%; height: 14px; font-size: small;\"><\/td>\r\n<td style=\"width: 25%; height: 14px; font-size: small;\">sum=1<\/td>\r\n<td style=\"width: 25%; height: 14px; font-size: small;\">sum=21\/6=3.5<\/td>\r\n<td style=\"width: 32%; height: 14px; font-size: small;\">sum=91\/6<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/td>\r\n<td style=\"height: 306px; width: 2.26171%;\" valign=\"top\"><\/td>\r\n<td style=\"height: 306px; width: 51.0501%;\" valign=\"top\"><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<p style=\"margin-left: 0in;\"><span style=\"line-height: 115%;\">The population mean and standard deviation are calculated as follows:<\/span><\/p>\r\n[latex]\\begin{align*} \u00a0\\mu &amp;= \\sum xP(X=x) \\\\ &amp;= \\frac{1}{6}(1 + 2+3+4+5+6) \\\\ &amp;= 3.5, \\\\\r\n\\sigma &amp;= \\sqrt{\\sum x^2 P(X=x) - \\mu^2} \\\\ &amp;= \\sqrt{\\frac{1}{6}(1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2 ) - 3.5^2} \\\\\r\n&amp;= 1.71.\r\n\\end{align*}[\/latex]<a id=\"retfig6.4\"><\/a>\r\n\r\n[caption id=\"attachment_711\" align=\"aligncenter\" width=\"331\"]<img class=\"wp-image-711 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_PopulationDistribution_Uniform_Histogram_die.png\" alt=\"The density curve of rolling a fair die. The distribution is uniform. Image description available.\" width=\"331\" height=\"344\" \/> <strong>Figure 6.4<\/strong>: Density Curve of the Population X [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.4\">Image Description (See Appendix D Figure 6.4)<\/a>][\/caption]\r\nThe uniform distribution is not bell-shaped and, hence, is not a normal distribution. Let\u2019s examine the distribution of the sample mean with sample sizes <em>n\u00a0<\/em>= 2, 5, 30, that is, the distribution of the average of\u00a0<em>n\u00a0<\/em>rolls of a fair die. Note that the mean and standard deviation are: [latex]\\mu_{\\bar{X}} = \\mu = 3.5; \\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{1.71}{\\sqrt{n}}[\/latex].<a id=\"retfig6.5\"><\/a>\r\n<table class=\"alignleft no-border\" style=\"width: 95%; height: 588px;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"height: 88px;\">\r\n<td style=\"height: 88px; width: 33.33%;\" valign=\"top\" width=\"33.33%\">\r\n<p align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{1.71}{\\sqrt{2}} = 1.21[\/latex]<\/p>\r\n<p align=\"center\">shape: triangular<\/p>\r\n<\/td>\r\n<td style=\"height: 88px; width: 33.33%;\" valign=\"top\" width=\"33.33%\">\r\n<p align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{1.71}{\\sqrt{5}} = 0.76[\/latex]<\/p>\r\n<p align=\"center\">shape: normal<\/p>\r\n<\/td>\r\n<td style=\"height: 88px; width: 33.33%;\" valign=\"top\" width=\"33.33%\">\r\n<p align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{1.71}{\\sqrt{30}} = 0.31[\/latex]<\/p>\r\n<p align=\"center\">shape: normal<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr style=\"height: 247px;\">\r\n<td style=\"height: 247px; width: 33.33%;\" valign=\"top\" width=\"33.33%\" height=\"247\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2.png\"><img class=\"alignnone wp-image-857 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2.png\" alt=\"A density curve of sample means for sample size n = 2. Image description available.\" width=\"901\" height=\"932\" \/><\/a><\/td>\r\n<td style=\"height: 247px; width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5.png\"><img class=\"alignnone wp-image-858 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5.png\" alt=\"A density curve of sample means for sample size n = 5. Image description available.\" width=\"894\" height=\"920\" \/><\/a><\/td>\r\n<td style=\"height: 247px; width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30.png\"><img class=\"alignnone wp-image-859 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30.png\" alt=\"A density curve of sample means for sample size n = 30. Image description available.\" width=\"874\" height=\"910\" \/><\/a><\/td>\r\n<\/tr>\r\n<tr style=\"height: 224px;\">\r\n<td style=\"height: 224px; width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5.png\"><img class=\"alignnone wp-image-861 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5.png\" alt=\"A probability plot of sample means for sample size = 2. Image description available.\" width=\"861\" height=\"894\" \/><\/a><\/td>\r\n<td style=\"height: 224px; width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2.png\"><img class=\"alignnone wp-image-860 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2.png\" alt=\"A probability plot of sample means for sample size = 5. Image description available.\" width=\"877\" height=\"877\" \/><\/a><\/td>\r\n<td style=\"height: 224px; width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30.png\"><img class=\"alignnone wp-image-862 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30.png\" alt=\"A probability plot of sample means for sample size = 30. Image description available.\" width=\"866\" height=\"883\" \/><\/a><\/td>\r\n<\/tr>\r\n<tr style=\"height: 29px;\">\r\n<td style=\"width: 33.33%; height: 29px;\" colspan=\"3\"><strong style=\"text-align: initial; font-size: 1em;\">Figure 6.5<\/strong><span style=\"text-align: initial; font-size: 1em;\">: Density and Normal Probability Plot of the Average of n=2, 5, 30 Rolls (Sample Mean). [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.5\">Image Description (See Appendix D Figure 6.5)<\/a>] Click on the image to enlarge it.<\/span><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n&nbsp;\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div>Here are the findings regarding the distribution of the sample mean [latex]\\bar{X}[\/latex]:<\/div>\r\n<ul>\r\n \t<li><span style=\"text-align: initial; font-size: 1em;\">The mean of the sample mean is 3.5, which equals the population mean regardless of the sample size <\/span><em style=\"text-align: initial; font-size: 1em;\">n<\/em><span style=\"text-align: initial; font-size: 1em;\">; the standard deviation roughly equals the population standard deviation divided by the square root of the sample size.<\/span><\/li>\r\n \t<li>Notice that for [latex]n=2[\/latex], the distribution of the sample mean appears triangular (not normal), but it becomes increasingly normal for [latex]n=5[\/latex] and [latex]n=30[\/latex].<\/li>\r\n<\/ul>\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example: Population Distribution is Exponential (Extremely Right Skewed)<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nThe exponential distribution is an extremely right-skewed distribution that appears in a variety of real-world applications, including survival times. Suppose [latex]X=[\/latex]survival time of liver cancer patients, and that [latex]X[\/latex] follows an exponential distribution with a mean and standard deviation of 5 years.<a id=\"retfig6.6\"><\/a>\r\n<div align=\"center\">\r\n<table class=\"aligncenter no-border\" style=\"width: 95%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 49.9417%;\" valign=\"top\"><img class=\"alignnone wp-image-715 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution.png\" alt=\"Density curve representing survival time. The curve is right skewed. Image description available.\" width=\"856\" height=\"872\" \/><\/td>\r\n<td style=\"width: 49.9417%;\" valign=\"top\"><img class=\"alignnone wp-image-714 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot.png\" alt=\"A probability plot of survival time. The plot is curved. Image description available.\" width=\"913\" height=\"916\" \/><\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 49.9417%;\" colspan=\"2\"><strong>Figure 6.6<\/strong>: Density and Normal Probability Plot of Survival Time (Population). [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.6\">Image Description (See Appendix D Figure 6.6)<\/a>]<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\nLet\u2019s examine the distribution of the sample mean with sample sizes [latex]n= 2, 5, 30[\/latex]. That is, the distribution of the average survival time of <em>n<\/em> randomly selected patients. Once again, note that the mean and standard deviation of the sample mean are: [latex]\\mu_{\\bar{X}} = \\mu = 5; \\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{5}{\\sqrt{n}}[\/latex]<a id=\"retfig6.7\"><\/a>\r\n<div align=\"center\">\r\n<table class=\"aligncenter no-border\" style=\"width: 95%;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\">\r\n<p align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{5}{\\sqrt{2}} = 3.54[\/latex]<\/p>\r\n<p style=\"text-align: left;\" align=\"center\">shape: right skewed<\/p>\r\n<\/td>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\">\r\n<p align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{5}{\\sqrt{5}} = 2.24[\/latex]<\/p>\r\n<p style=\"text-align: left;\" align=\"center\">shape: right skewed<\/p>\r\n<\/td>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\">\r\n<p align=\"center\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{5}{\\sqrt{30}} = 0.91[\/latex]<\/p>\r\n<p style=\"text-align: left;\" align=\"center\">shape: approximately normal<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2.png\"><img class=\"alignnone wp-image-864 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2-295x300.png\" alt=\"A density curve of sample means for sample size n = 2. Image description available.\" width=\"295\" height=\"300\" \/><\/a><\/td>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5.png\"><img class=\"alignnone wp-image-865 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5-287x300.png\" alt=\"A density curve of sample means for sample size n = 5. Image description available.\" width=\"287\" height=\"300\" \/><\/a><\/td>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30.png\"><img class=\"alignnone wp-image-866 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30-292x300.png\" alt=\"A density curve of sample means for sample size n = 30. Image description available.\" width=\"292\" height=\"300\" \/><\/a><\/td>\r\n<\/tr>\r\n<tr>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2.png\"><img class=\"alignnone wp-image-867 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2-297x300.png\" alt=\"A probability plot of sample means for sample size = 2. Image description available.\" width=\"297\" height=\"300\" \/><\/a><\/td>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5.png\"><img class=\"alignnone wp-image-868 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5-300x296.png\" alt=\"A probability plot of sample means for sample size = 5. Image description available.\" width=\"300\" height=\"296\" \/><\/a><\/td>\r\n<td style=\"width: 33.33%;\" valign=\"top\" width=\"33.33%\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30.png\"><img class=\"alignnone wp-image-869 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30-300x300.png\" alt=\"A probability plot of sample means for sample size = 30. Image description available.\" width=\"300\" height=\"300\" \/><\/a><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<strong style=\"text-align: initial; font-size: 1em;\">Figure 6.7<\/strong><span style=\"text-align: initial; font-size: 1em;\">: Density and Normal Probability Plot of the Average Survival Time of n=2, 5, 30 Patients (Sample Mean). [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.7\">Image Description (See Appendix D Figure 6.7)<\/a>] Click on the image to enlarge it.<\/span>\r\n\r\nHere are the findings:\r\n<ul>\r\n \t<li>The mean of the sample mean is 5, which equals the population mean regardless of the sample size <em>n<\/em>; the standard deviation roughly equals the population standard deviation divided by the square root of the sample size.<\/li>\r\n \t<li>The distribution of the sample mean inherits the right skewness of the parent population for relatively small sample sizes [latex]n = 2, 5[\/latex], but it is roughly normal when [latex]n=30[\/latex] (note that this trend towards normality increases as <em>n<\/em> grows beyond 30).<\/li>\r\n<\/ul>\r\n<\/div>\r\n<\/div>\r\nThese two examples illustrate that the shape of the distribution of the sample mean [latex]\\bar{X}[\/latex]\u00a0is approximately normal when the sample size <em>n<\/em> is sufficiently large, even if the population distribution is not normal. The more \u201cnon-normal\u201d the parent population is, the larger <em>n<\/em> must be. This is the result of the central limit theorem, which will be discussed in the next section.","rendered":"<p>Suppose the variable of interest is X and the population consists of N individuals. The possible values of X are the different measurements for each individual in the population. For example, suppose the variable of interest is X=height and the population is the N = 60 students in our class. The number N = 60 is called the <strong>population size<\/strong>. Suppose we measure each student&#8217;s height and draw a histogram of those N = 60 measurements. In that case, the resulting distribution is the <strong>population distribution<\/strong>, that is, the distribution of the random variable X. The average height of all 60 students is the population mean [latex]\\mu[\/latex].<\/p>\n<p>We often use the sample mean [latex]\\bar{X}[\/latex] to estimate the population mean [latex]\\mu[\/latex]. However, since the observed value of [latex]\\bar{X}[\/latex] varies from sample to sample, it is helpful to know the typical accuracy of this estimator. For example, how confident are we that the error in estimating [latex]\\mu[\/latex] by [latex]\\bar{x}[\/latex] is at most 2 cm? To answer this kind of question, we need to know the distribution of the sample mean [latex]\\bar{X}[\/latex].<\/p>\n<p>For a population of size <em>N<\/em>, if we take a sample of size <em>n<\/em>, there are [latex]\\binom{N}{n}[\/latex] distinct samples, each of which gives one possible value of the sample mean [latex]\\bar x[\/latex]. The [latex]\\binom{N}{n}[\/latex] values of [latex]\\bar{x}[\/latex] give the distribution of the sample mean [latex]\\bar{X}[\/latex], which is also called the sampling distribution of the sample mean. A histogram of the [latex]\\binom{N}{n}[\/latex] values of [latex]\\bar{x}[\/latex] shows the distribution of [latex]\\bar{X}[\/latex].\u00a0 However, [latex]\\binom{N}{n}[\/latex] is often so large that we are unable to consider all possible samples of size n directly. Fortunately, we can still obtain a reasonable approximation of the distribution of [latex]\\bar{X}[\/latex] by obtaining a large number of random samples, say 10,000, computing each sample mean, and drawing a histogram based on our sample of the sample means. For example, if the population size is N = 60 and the sample size is n = 5, there are [latex]\\binom{N}{n} = _{60}C_5 = 5,461,512[\/latex] different samples, many of which have different values of [latex]\\bar{x}[\/latex]. Drawing a histogram of these 5,461,512 [latex]\\bar{x}[\/latex] values gives the distribution of the sample mean [latex]\\bar{X}[\/latex], with sample size n = 5. Moreover, the sampling distribution of the sample mean [latex]\\bar{X}[\/latex] can be described in three aspects: centre, spread (variation), and shape.<\/p>\n<h2>6.2.1 Mean and Standard Deviation of the Sample Mean<\/h2>\n<p>Let&#8217;s consider a population consisting of 5 students. Suppose their heights (in cm) are [latex]x_1 = 155, x_2= 165, x_3=175, x_4=185, x_5=195[\/latex]. The population size is <em>N<\/em>=5 and the population mean [latex]\\mu[\/latex] and population standard deviation [latex]\\sigma[\/latex] are: [latex]\\begin{align*} \\mu &= \\frac{\\sum x_i}{N} \\\\ \u00a0&= \\frac{155+165 + 175 + 185 +195}{5} \\\\ &= 175, \\\\ \\sigma &= \\sqrt{ \\frac{ \\sum (x_i - \\mu )^2 }{N} } \\\\ &= \\sqrt{\\frac{(155-175)^2 + (165 -175)^2 + (175 - 175)^2 + (185 - 175)^2 + (195-175,)^2} {5} } \\\\ &= 14.14. \\end{align*}[\/latex]<\/p>\n<p>Consider a simple random sample of size <em>n<\/em> = 2, which means randomly picking two students from this population of five students.<em> n<\/em> = 2 \u00a0is called the <strong>sample size<\/strong>. The number of ways we can pick two students out of five is [latex]_5C_2 = \\binom{5}{2} = 10[\/latex]. For example, one possible sample is [latex]\\{x_1, x_2\\}[\/latex] which gives a value of the sample mean,<\/p>\n<p style=\"text-align: center;\">[latex]\\bar{x} = \\frac{x_1 + x_2}{2} = \\frac{155+ 165}{2} = \u00a0160[\/latex].<\/p>\n<p>Another possible sample is [latex]\\{x_1, x_3 \\}[\/latex]\u00a0 and the corresponding value of the sample mean is:<\/p>\n<p style=\"text-align: center;\">[latex]\\bar{x} = \\frac{x_1 + x_3}{2} = \\frac{155+ 175}{2} = 165.[\/latex]<\/p>\n<p>Table 6.1 lists all possible samples of sample size <em>n<\/em> = 2, 3, 4 and their corresponding sample mean values. The mean and standard deviation of the sample mean of all possible sample sizes are also given in the table.<a id=\"rettab6.1\"><\/a><\/p>\n<figure id=\"attachment_721\" aria-describedby=\"caption-attachment-721\" style=\"width: 851px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-721 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Table1-e1627603764185.png\" alt=\"A table showing the different means between samples sizes from the same population. Image description available.\" width=\"851\" height=\"397\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Table1-e1627603764185.png 851w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Table1-e1627603764185-300x140.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Table1-e1627603764185-768x358.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Table1-e1627603764185-65x30.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Table1-e1627603764185-225x105.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Table1-e1627603764185-350x163.png 350w\" sizes=\"auto, (max-width: 851px) 100vw, 851px\" \/><figcaption id=\"caption-attachment-721\" class=\"wp-caption-text\"><strong>Table 6.1<\/strong>: Sample Means of All Possible Samples of Sample Size n=2, 3, 4. [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#tab6.1\">Image Description (See Appendix D Table 6.1)<\/a>]<\/figcaption><\/figure>\n<p>The mean and standard deviation of the sample mean [latex]\\bar{X}[\/latex] are denoted as [latex]\\mu_{\\bar{X}}[\/latex] and [latex]\\sigma_{\\bar{X}}[\/latex] respectively. When the sample size [latex]n=2[\/latex], Table 6.1 shows 10 possible values of the sample mean: [latex]160, 165, \\cdots, 185, 190[\/latex]; there is one value of 160 and two values of 180, giving the probabilities of [latex]\\frac{1}{10}[\/latex] and [latex]\\frac{2}{10}[\/latex] observing these two values respectively. The probability distribution and distribution histogram of the sample mean [latex]\\bar{X}[\/latex] with [latex]n=2[\/latex] are:<a id=\"retfig6.1\"><\/a><\/p>\n<figure id=\"attachment_720\" aria-describedby=\"caption-attachment-720\" style=\"width: 797px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-720 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_SampleMean_Height2.png\" alt=\"A table of the probability distribution of the sample mean given n = 2 and the associated relative frequency graph. Image description available.\" width=\"797\" height=\"372\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_SampleMean_Height2.png 797w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_SampleMean_Height2-300x140.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_SampleMean_Height2-768x358.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_SampleMean_Height2-65x30.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_SampleMean_Height2-225x105.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_SampleMean_Height2-350x163.png 350w\" sizes=\"auto, (max-width: 797px) 100vw, 797px\" \/><figcaption id=\"caption-attachment-720\" class=\"wp-caption-text\"><strong>Figure 6.1<\/strong>: Probability Distribution and Probability Histogram of Sample Mean for n=2. [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.1\">Image Description (See Appendix D Figure 6.1)<\/a>]<\/figcaption><\/figure>\n<p>The mean and the standard deviation of the sample mean with <em>n<\/em> = 2\u00a0are:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{align*} \\mu_{\\bar{X}} &= \\frac{160 + 165 + 170 + 175+ 170 + 175 + 180 + 180 + 185 + 190}{10} \\\\ &= 175, \\\\ \\sigma_{\\bar{X}} &= \\sqrt{ \\frac{\\sum (\\bar{x} - \\mu_{\\bar{X}})^2}{N}} \\\\ &= \\sqrt{ \\frac{ (160-175)^2 + (165-175)^2 + ... + (185 - 175)^2 + (190 - 175)^2}{10} } \\\\ &= 8.66. \\end{align*}[\/latex]<\/p>\n<p>When the sample size is <em>n<\/em> = 3, the mean and the standard deviation of the sample mean are:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{align*} \\mu_{\\bar{X}} &= \\frac{165 + 168.33 + 171.67 + 171.67+ 175 + 178.33 + 175 + 178.33 + 181.67 + 185}{10} \\\\ &= 175, \\\\ \\sigma_{\\bar{X}} &= \\sqrt{ \\frac{\\sum (\\bar{x} - \\mu_{\\bar{X}})^2}{N}} \\\\ &= \\sqrt{ \\frac{ (160-175)^2 + (168.33-175)^2 + ... + (185 - 175)^2 + (190 - 175)^2}{10} } \\\\ &= 5.77. \\end{align*}[\/latex]<\/p>\n<p>When the sample size is <em>n<\/em> = 4, the mean and the standard deviation of the sample mean are:<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{align*} \\mu_{\\bar{X}} &= \\frac{170 +172.5 +175 +177.5 + 180 }{5} \\\\ &= 175, \\\\ \\sigma_{\\bar{X}} &= \\sqrt{ \\frac{\\sum (\\bar{x} - \\mu_{\\bar{X}})^2}{N}} \\\\ &= \\sqrt{ \\frac{ (170-175)^2 + (172.5-175)^2 + (175 - 175)^2 + (177.5 - 175)^2 + (180 - 175)^2}{5} } \\\\ &= 3.54. \\end{align*}[\/latex]<\/p>\n<p>The above results show that the mean of the sample mean equals the population mean regardless of the sample size, i.e., [latex]\\mu_{\\bar{X}} = \\mu[\/latex], while the standard deviation of the sample mean decreases when the sample size <em>n<\/em> increases. It can be shown that when sampling without replacement from a finite population, like those listed in Table 6.1,<\/p>\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\sqrt{ \\frac{N-n}{N-1} } \\times \\frac{\\sigma}{\\sqrt{n}}.[\/latex]<\/p>\n<p>If we instead sample with replacement from a finite population, the standard deviation of the sample mean is<\/p>\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}}.[\/latex]<\/p>\n<p><strong>Note<\/strong>: If we sample without replacement, [latex]\\sigma_{\\bar{X}}[\/latex] is approximately equal to [latex]\\frac{\\sigma}{\\sqrt{n}}[\/latex], as long as the sample size <em>n<\/em> is much smaller than the population size <em>N<\/em>. For simplicity of notation, we only focus on the sample without replacement case for the distribution of the sample mean in the remaining chapters.<\/p>\n<div class=\"textbox textbox--key-takeaways\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Key Facts: Mean and Standard Deviation of the Sample Mean [latex]\\color{white}{\\bar{X}}[\/latex]<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>For samples of size <em>n<\/em>,<\/p>\n<ul>\n<li>The mean of the sample mean [latex]\\bar{X}[\/latex] equals the population mean [latex]\\mu[\/latex]; that is\n<p style=\"text-align: center;\">[latex]\\mu_{\\bar{X}} = \\mu[\/latex].<\/p>\n<\/li>\n<\/ul>\n<ul>\n<li>The standard deviation of the sample mean [latex]\\bar{X}[\/latex] equals the population standard deviation [latex]\\sigma[\/latex] divided by the square root of the sample size; that is\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}}[\/latex].<\/p>\n<\/li>\n<\/ul>\n<p>These two arguments are always true for any population distribution and any sample size <em>n<\/em>.<\/p>\n<p>Note: The standard deviation of the sample mean [latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}}[\/latex] implies that as sample size [latex]n[\/latex] increases, the standard deviation of the sample mean gets smaller. This is because the sample mean gets closer to the population mean and hence has a smaller variation when the sample size increases.<\/p>\n<\/div>\n<\/div>\n<h2>6.2.2 Shape of the Distribution of the Sample Mean (Central Limit Theorem)<\/h2>\n<p>We discuss the shape of the distribution of the sample mean for two cases: when the population distribution is normal, i.e., the variable of interest [latex]X \\sim N(\\mu, \\sigma)[\/latex]\u00a0and when the population distribution is not normal.<\/p>\n<h3><strong>When the Population is Normally Distributed<\/strong><\/h3>\n<p>Suppose the random variables [latex]X_1, X_2, \\dots, X_n[\/latex] represent a simple random sample from a normal population distribution [latex]N(\\mu, \\sigma)[\/latex], then the sample mean<\/p>\n<p style=\"text-align: center;\">[latex]\\bar{X} = \\frac{X_1 + X_2 + \\dots + X_n}{n}[\/latex]<\/p>\n<p>also follows a normal distribution, regardless of the value of the sample size [latex]n[\/latex]. This is a consequence of the fact that a <strong>linear combination<\/strong> of normal random variables is itself a normal random variable.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example: Grade of 100 Students<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Suppose a population consists of 100 students and the variable of interest is [latex]X=[\/latex] student grades. Due to bonus questions, the maximum grade might be above 100. The histogram of the grades of these 100 students gives the population (or parent) distribution, or simply the distribution of [latex]X[\/latex]. The mean and standard deviation of these 100 grades give the population mean and population standard deviation [latex]\\mu = 70, \\sigma = 10[\/latex]. It is reasonable for us to assume grades follow a normal distribution since the histogram is bell-shaped and the points in the QQ plot form an approximate straight-line pattern.<a id=\"retfig6.2\"><\/a><\/p>\n<div style=\"margin: auto;\">\n<table class=\"no-border\" style=\"width: 100%; height: 303px; border-spacing: 0px;\" cellpadding=\"0\">\n<tbody>\n<tr style=\"height: 274px;\">\n<td style=\"height: 274px; width: 50.05834305717619%;\" valign=\"top\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-704 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70-300x300.png\" alt=\"The population distribution of grade with a mean of 70 and a standard deviation of 10. Image description available.\" width=\"300\" height=\"300\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70-300x300.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70-150x150.png 150w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70-768x765.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70-65x65.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70-225x224.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70-350x349.png 350w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleDeviationMean_n70.png 865w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/td>\n<td style=\"height: 274px; width: 50.05834305717619%;\" valign=\"top\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-708 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70-300x298.png\" alt=\"A Q-Q plot of population grade showing a fairly straight line. Image description available.\" width=\"300\" height=\"298\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70-300x298.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70-150x150.png 150w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70-768x763.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70-65x65.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70-225x223.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70-350x348.png 350w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n70.png 867w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Figure 6.2<\/strong>: Density and Normal Probability Plot of Grade (Population). [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.2\">Image Description (See Appendix D Figure 6.2)<\/a>]<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<p>Let\u2019s examine the distributions of the sample mean [latex]\\bar{X}[\/latex]\u00a0for sample size [latex]n = 2, 5, 30[\/latex]. In each histogram, the red solid line indicates the population mean and the blue dashed line indicates the mean of the sample mean. Recall the steps to obtain the distribution of the sample mean:<\/p>\n<ol>\n<li>Obtain a sample of size <em>n from the population of 100 students<\/em>\u00a0and calculate the sample mean [latex]\\bar x =[\/latex] average grade for this particular sample.<\/li>\n<li>Repeat step 1 for each of the [latex]\\binom{100}{n}=_{100}C_n[\/latex] different samples to obtain [latex]\\binom{100}{n}[\/latex] sample means [latex]\\bar x[\/latex] values.<\/li>\n<li>Draw a histogram of those [latex]\\binom{100}{n}[\/latex]\u00a0sample means.<\/li>\n<li>If [latex]\\binom{100}{n}[\/latex] is too large, then we can approximate the distribution of the sample mean by performing the above steps using a large number of random samples (say 10,000), instead of all [latex]\\binom{100}{n}[\/latex] samples.<\/li>\n<\/ol>\n<p>Note that the mean and standard deviation are [latex]\\mu_{\\bar{X}} = \\mu = 70, \\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{10}{\\sqrt{n}}.[\/latex]<a id=\"retfig6.3\"><\/a><\/p>\n<\/div>\n<div class=\"textbox__content\">\n<div style=\"margin: auto;\">\n<table class=\"aligncenter no-border\" style=\"width: 95%; height: 501px;\">\n<tbody>\n<tr style=\"height: 15px;\">\n<td style=\"width: 32.97442799461642%; height: 15px; text-align: center;\">\n<div style=\"margin: auto;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{10}{\\sqrt{2}} = 7.07[\/latex]<\/div>\n<\/td>\n<td style=\"width: 33.37819650067295%; height: 15px; text-align: center;\">\n<div style=\"margin: auto;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{10}{\\sqrt{5}} =4.47[\/latex]<\/div>\n<\/td>\n<td style=\"width: 33.51278600269179%; height: 15px; text-align: center;\">\n<div style=\"margin: auto;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{10}{\\sqrt{30}} = 1.83[\/latex]<\/div>\n<\/td>\n<\/tr>\n<tr style=\"height: 248px;\">\n<td style=\"height: 248px; width: 32.97442799461642%;\">\n<div style=\"margin: auto;\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-696 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2.png\" alt=\"A density curve of sample means for sample size n = 2. Image description available.\" width=\"901\" height=\"932\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2.png 901w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2-290x300.png 290w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2-768x794.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2-65x67.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2-225x233.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n2-350x362.png 350w\" sizes=\"auto, (max-width: 901px) 100vw, 901px\" \/><\/a><\/div>\n<\/td>\n<td style=\"height: 248px; width: 33.37819650067295%;\">\n<div style=\"margin: auto;\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-695 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5.png\" alt=\"A density curve of sample means for sample size n = 5. Image description available.\" width=\"894\" height=\"920\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5.png 894w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5-292x300.png 292w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5-768x790.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5-65x67.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5-225x232.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n5-350x360.png 350w\" sizes=\"auto, (max-width: 894px) 100vw, 894px\" \/><\/a><\/div>\n<\/td>\n<td style=\"height: 248px; width: 33.51278600269179%;\">\n<div style=\"margin: auto;\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-697 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30.png\" alt=\"A density curve of sample means for sample size n = 30. Image description available.\" width=\"874\" height=\"910\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30.png 874w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30-288x300.png 288w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30-768x800.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30-65x68.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30-225x234.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Die_SampleDeviationMean_n30-350x364.png 350w\" sizes=\"auto, (max-width: 874px) 100vw, 874px\" \/><\/a><\/div>\n<\/td>\n<\/tr>\n<tr style=\"height: 238px;\">\n<td style=\"height: 238px; width: 32.97442799461642%;\">\n<div style=\"margin: auto;\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-705 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2.png\" alt=\"A probability plot of sample means for sample size = 2. Image description available.\" width=\"864\" height=\"875\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2.png 864w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2-296x300.png 296w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2-768x778.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2-65x66.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2-225x228.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n2-350x354.png 350w\" sizes=\"auto, (max-width: 864px) 100vw, 864px\" \/><\/a><\/div>\n<\/td>\n<td style=\"height: 238px; width: 33.37819650067295%;\">\n<div style=\"margin: auto;\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-706 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5.png\" alt=\"A probability plot of sample means for sample size n = 5. Image description available.\" width=\"873\" height=\"872\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5.png 873w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5-300x300.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5-150x150.png 150w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5-768x767.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5-65x65.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5-225x225.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n5-350x350.png 350w\" sizes=\"auto, (max-width: 873px) 100vw, 873px\" \/><\/a><\/div>\n<\/td>\n<td style=\"height: 238px; width: 33.51278600269179%;\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-707 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30.png\" alt=\"A probability plot of sample means for sample size n = 30. Image description available.\" width=\"862\" height=\"858\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30.png 862w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30-300x300.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30-150x150.png 150w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30-768x764.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30-65x65.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30-225x224.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Grade_SampleMean_Plot_n30-350x348.png 350w\" sizes=\"auto, (max-width: 862px) 100vw, 862px\" \/><\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><strong>Figure 6.3<\/strong>: Density and Normal Probability Plot of the Average Grade (Sample Mean) for n=2, 5, 30. [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.3\">Image Description (See Appendix D Figure 6.3)<\/a>] Click on the image to enlarge it.<\/p>\n<p>For each sample size, we can verify the following:<\/p>\n<ul>\n<li>The distribution of the sample mean [latex]\\bar{X}[\/latex]\u00a0is approximately normally distributed (symmetric, bell shape, unimodal);<\/li>\n<li>The mean of the sample mean equals the population mean of 70, and the standard deviation of the sample mean gets smaller and smaller when sample size <em>n<\/em> increases and roughly equals the population standard deviation divided by the square root of the sample size. Note that they are approximately equal because we have obtained 10,000 random samples for each sample size n, instead of all [latex]\\binom{100}{n}=_{100}C_n[\/latex] possible samples.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<h3><strong>When the Population is not Normally Distributed<\/strong><\/h3>\n<p>To illustrate two non-normal populations, we will discuss the uniform distribution (which is symmetric) and the exponential distribution (which is extremely right-skewed).<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example: Population Distribution is Uniform (Symmetric but not Normal)<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Consider rolling a fair die. Since the die is fair, each face has the same chance to be observed; therefore, the population distribution is a uniform distribution with the following probability distribution.<\/p>\n<div style=\"margin: auto;\">\n<table class=\"aligncenter no-border\" style=\"width: 100%; height: 306px; border-spacing: 0px;\" cellpadding=\"0\">\n<tbody>\n<tr style=\"height: 306px;\">\n<td style=\"height: 306px; width: 46.6882%;\" valign=\"top\"><strong>Table 6.2<\/strong>: Working Table for the Population Mean and Standard Deviation<\/p>\n<table style=\"border-collapse: collapse; width: 100%; height: 112px;\">\n<tbody>\n<tr class=\"shaded\" style=\"height: 14px;\">\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{x}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{P(X=x)}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{xP(X=x})[\/latex]<\/td>\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{x^2P(X=x)}[\/latex]<\/td>\n<\/tr>\n<tr style=\"height: 14px;\">\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{1}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{1^2\\times \\frac{1}{6} = 1\/6}[\/latex]<\/td>\n<\/tr>\n<tr style=\"height: 14px;\">\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{2}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{2\/6}[\/latex]<\/td>\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{2^2\\times \\frac{1}{6} = 4\/6}[\/latex]<\/td>\n<\/tr>\n<tr style=\"height: 14px;\">\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{3}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{3\/6}[\/latex]<\/td>\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{3^2\\times \\frac{1}{6} = 9\/6}[\/latex]<\/td>\n<\/tr>\n<tr style=\"height: 14px;\">\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{4}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{4\/6}[\/latex]<\/td>\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{4^2\\times \\frac{1}{6} = 16\/6}[\/latex]<\/td>\n<\/tr>\n<tr style=\"height: 14px;\">\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{5}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{5\/6}[\/latex]<\/td>\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{5^2\\times \\frac{1}{6} = 25\/6}[\/latex]<\/td>\n<\/tr>\n<tr style=\"height: 14px;\">\n<td style=\"width: 18%; height: 14px;\">[latex]\\small{6}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{1\/6}[\/latex]<\/td>\n<td style=\"width: 25%; height: 14px;\">[latex]\\small{6\/6}[\/latex]<\/td>\n<td style=\"width: 32%; height: 14px;\">[latex]\\small{6^2\\times \\frac{1}{6} = 36\/6}[\/latex]<\/td>\n<\/tr>\n<tr class=\"shaded\" style=\"height: 14px;\">\n<td style=\"width: 18%; height: 14px; font-size: small;\"><\/td>\n<td style=\"width: 25%; height: 14px; font-size: small;\">sum=1<\/td>\n<td style=\"width: 25%; height: 14px; font-size: small;\">sum=21\/6=3.5<\/td>\n<td style=\"width: 32%; height: 14px; font-size: small;\">sum=91\/6<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td style=\"height: 306px; width: 2.26171%;\" valign=\"top\"><\/td>\n<td style=\"height: 306px; width: 51.0501%;\" valign=\"top\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"margin-left: 0in;\"><span style=\"line-height: 115%;\">The population mean and standard deviation are calculated as follows:<\/span><\/p>\n<p>[latex]\\begin{align*} \u00a0\\mu &= \\sum xP(X=x) \\\\ &= \\frac{1}{6}(1 + 2+3+4+5+6) \\\\ &= 3.5, \\\\  \\sigma &= \\sqrt{\\sum x^2 P(X=x) - \\mu^2} \\\\ &= \\sqrt{\\frac{1}{6}(1^2 + 2^2 + 3^2 + 4^2 + 5^2 + 6^2 ) - 3.5^2} \\\\  &= 1.71.  \\end{align*}[\/latex]<a id=\"retfig6.4\"><\/a><\/p>\n<figure id=\"attachment_711\" aria-describedby=\"caption-attachment-711\" style=\"width: 331px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-711 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_PopulationDistribution_Uniform_Histogram_die.png\" alt=\"The density curve of rolling a fair die. The distribution is uniform. Image description available.\" width=\"331\" height=\"344\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_PopulationDistribution_Uniform_Histogram_die.png 331w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_PopulationDistribution_Uniform_Histogram_die-289x300.png 289w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_PopulationDistribution_Uniform_Histogram_die-65x68.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_PopulationDistribution_Uniform_Histogram_die-225x234.png 225w\" sizes=\"auto, (max-width: 331px) 100vw, 331px\" \/><figcaption id=\"caption-attachment-711\" class=\"wp-caption-text\"><strong>Figure 6.4<\/strong>: Density Curve of the Population X [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.4\">Image Description (See Appendix D Figure 6.4)<\/a>]<\/figcaption><\/figure>\n<p>The uniform distribution is not bell-shaped and, hence, is not a normal distribution. Let\u2019s examine the distribution of the sample mean with sample sizes <em>n\u00a0<\/em>= 2, 5, 30, that is, the distribution of the average of\u00a0<em>n\u00a0<\/em>rolls of a fair die. Note that the mean and standard deviation are: [latex]\\mu_{\\bar{X}} = \\mu = 3.5; \\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{1.71}{\\sqrt{n}}[\/latex].<a id=\"retfig6.5\"><\/a><\/p>\n<table class=\"alignleft no-border\" style=\"width: 95%; height: 588px; border-spacing: 0px;\" cellpadding=\"0\">\n<tbody>\n<tr style=\"height: 88px;\">\n<td style=\"height: 88px; width: 33.33%; width: 33.33%;\" valign=\"top\">\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{1.71}{\\sqrt{2}} = 1.21[\/latex]<\/p>\n<p style=\"text-align: center;\">shape: triangular<\/p>\n<\/td>\n<td style=\"height: 88px; width: 33.33%; width: 33.33%;\" valign=\"top\">\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{1.71}{\\sqrt{5}} = 0.76[\/latex]<\/p>\n<p style=\"text-align: center;\">shape: normal<\/p>\n<\/td>\n<td style=\"height: 88px; width: 33.33%; width: 33.33%;\" valign=\"top\">\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{1.71}{\\sqrt{30}} = 0.31[\/latex]<\/p>\n<p style=\"text-align: center;\">shape: normal<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 247px;\">\n<td style=\"height: 247px; width: 33.33%; width: 33.33%; height: 247px;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-857 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2.png\" alt=\"A density curve of sample means for sample size n = 2. Image description available.\" width=\"901\" height=\"932\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2.png 901w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2-290x300.png 290w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2-768x794.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2-65x67.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2-225x233.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n2-350x362.png 350w\" sizes=\"auto, (max-width: 901px) 100vw, 901px\" \/><\/a><\/td>\n<td style=\"height: 247px; width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-858 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5.png\" alt=\"A density curve of sample means for sample size n = 5. Image description available.\" width=\"894\" height=\"920\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5.png 894w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5-292x300.png 292w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5-768x790.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5-65x67.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5-225x232.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n5-350x360.png 350w\" sizes=\"auto, (max-width: 894px) 100vw, 894px\" \/><\/a><\/td>\n<td style=\"height: 247px; width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-859 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30.png\" alt=\"A density curve of sample means for sample size n = 30. Image description available.\" width=\"874\" height=\"910\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30.png 874w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30-288x300.png 288w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30-768x800.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30-65x68.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30-225x234.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleDeviationMean_n30-350x364.png 350w\" sizes=\"auto, (max-width: 874px) 100vw, 874px\" \/><\/a><\/td>\n<\/tr>\n<tr style=\"height: 224px;\">\n<td style=\"height: 224px; width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-861 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5.png\" alt=\"A probability plot of sample means for sample size = 2. Image description available.\" width=\"861\" height=\"894\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5.png 861w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5-289x300.png 289w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5-768x797.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5-65x67.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5-225x234.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n5-350x363.png 350w\" sizes=\"auto, (max-width: 861px) 100vw, 861px\" \/><\/a><\/td>\n<td style=\"height: 224px; width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-860 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2.png\" alt=\"A probability plot of sample means for sample size = 5. Image description available.\" width=\"877\" height=\"877\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2.png 877w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2-300x300.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2-150x150.png 150w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2-768x768.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2-65x65.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2-225x225.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n2-350x350.png 350w\" sizes=\"auto, (max-width: 877px) 100vw, 877px\" \/><\/a><\/td>\n<td style=\"height: 224px; width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-862 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30.png\" alt=\"A probability plot of sample means for sample size = 30. Image description available.\" width=\"866\" height=\"883\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30.png 866w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30-294x300.png 294w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30-768x783.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30-65x66.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30-225x229.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Die_SampleMean_Plot_n30-350x357.png 350w\" sizes=\"auto, (max-width: 866px) 100vw, 866px\" \/><\/a><\/td>\n<\/tr>\n<tr style=\"height: 29px;\">\n<td style=\"width: 33.33%; height: 29px;\" colspan=\"3\"><strong style=\"text-align: initial; font-size: 1em;\">Figure 6.5<\/strong><span style=\"text-align: initial; font-size: 1em;\">: Density and Normal Probability Plot of the Average of n=2, 5, 30 Rolls (Sample Mean). [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.5\">Image Description (See Appendix D Figure 6.5)<\/a>] Click on the image to enlarge it.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div>Here are the findings regarding the distribution of the sample mean [latex]\\bar{X}[\/latex]:<\/div>\n<ul>\n<li><span style=\"text-align: initial; font-size: 1em;\">The mean of the sample mean is 3.5, which equals the population mean regardless of the sample size <\/span><em style=\"text-align: initial; font-size: 1em;\">n<\/em><span style=\"text-align: initial; font-size: 1em;\">; the standard deviation roughly equals the population standard deviation divided by the square root of the sample size.<\/span><\/li>\n<li>Notice that for [latex]n=2[\/latex], the distribution of the sample mean appears triangular (not normal), but it becomes increasingly normal for [latex]n=5[\/latex] and [latex]n=30[\/latex].<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example: Population Distribution is Exponential (Extremely Right Skewed)<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>The exponential distribution is an extremely right-skewed distribution that appears in a variety of real-world applications, including survival times. Suppose [latex]X=[\/latex]survival time of liver cancer patients, and that [latex]X[\/latex] follows an exponential distribution with a mean and standard deviation of 5 years.<a id=\"retfig6.6\"><\/a><\/p>\n<div style=\"margin: auto;\">\n<table class=\"aligncenter no-border\" style=\"width: 95%; border-spacing: 0px;\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"width: 49.9417%;\" valign=\"top\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-715 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution.png\" alt=\"Density curve representing survival time. The curve is right skewed. Image description available.\" width=\"856\" height=\"872\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution.png 856w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution-294x300.png 294w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution-768x782.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution-65x66.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution-225x229.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution-350x357.png 350w\" sizes=\"auto, (max-width: 856px) 100vw, 856px\" \/><\/td>\n<td style=\"width: 49.9417%;\" valign=\"top\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-714 size-full\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot.png\" alt=\"A probability plot of survival time. The plot is curved. Image description available.\" width=\"913\" height=\"916\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot.png 913w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot-300x300.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot-150x150.png 150w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot-768x771.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot-65x65.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot-225x226.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/07\/m06_Liver_SurvivalTime_Distribution_Plot-350x351.png 350w\" sizes=\"auto, (max-width: 913px) 100vw, 913px\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 49.9417%;\" colspan=\"2\"><strong>Figure 6.6<\/strong>: Density and Normal Probability Plot of Survival Time (Population). [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.6\">Image Description (See Appendix D Figure 6.6)<\/a>]<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>Let\u2019s examine the distribution of the sample mean with sample sizes [latex]n= 2, 5, 30[\/latex]. That is, the distribution of the average survival time of <em>n<\/em> randomly selected patients. Once again, note that the mean and standard deviation of the sample mean are: [latex]\\mu_{\\bar{X}} = \\mu = 5; \\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{5}{\\sqrt{n}}[\/latex]<a id=\"retfig6.7\"><\/a><\/p>\n<div style=\"margin: auto;\">\n<table class=\"aligncenter no-border\" style=\"width: 95%; border-spacing: 0px;\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\">\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{5}{\\sqrt{2}} = 3.54[\/latex]<\/p>\n<p style=\"text-align: left; text-align: center;\">shape: right skewed<\/p>\n<\/td>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\">\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{5}{\\sqrt{5}} = 2.24[\/latex]<\/p>\n<p style=\"text-align: left; text-align: center;\">shape: right skewed<\/p>\n<\/td>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\">\n<p style=\"text-align: center;\">[latex]\\sigma_{\\bar{X}} = \\frac{\\sigma}{\\sqrt{n}} = \\frac{5}{\\sqrt{30}} = 0.91[\/latex]<\/p>\n<p style=\"text-align: left; text-align: center;\">shape: approximately normal<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-864 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2-295x300.png\" alt=\"A density curve of sample means for sample size n = 2. Image description available.\" width=\"295\" height=\"300\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2-295x300.png 295w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2-768x781.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2-65x66.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2-225x229.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2-350x356.png 350w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n2.png 850w\" sizes=\"auto, (max-width: 295px) 100vw, 295px\" \/><\/a><\/td>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-865 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5-287x300.png\" alt=\"A density curve of sample means for sample size n = 5. Image description available.\" width=\"287\" height=\"300\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5-287x300.png 287w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5-768x802.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5-65x68.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5-225x235.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5-350x366.png 350w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n5.png 829w\" sizes=\"auto, (max-width: 287px) 100vw, 287px\" \/><\/a><\/td>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-866 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30-292x300.png\" alt=\"A density curve of sample means for sample size n = 30. Image description available.\" width=\"292\" height=\"300\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30-292x300.png 292w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30-768x790.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30-65x67.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30-225x231.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30-350x360.png 350w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_SurvivalTime_SampleMean_n30.png 847w\" sizes=\"auto, (max-width: 292px) 100vw, 292px\" \/><\/a><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-867 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2-297x300.png\" alt=\"A probability plot of sample means for sample size = 2. Image description available.\" width=\"297\" height=\"300\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2-297x300.png 297w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2-768x775.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2-65x66.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2-225x227.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2-350x353.png 350w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n2.png 854w\" sizes=\"auto, (max-width: 297px) 100vw, 297px\" \/><\/a><\/td>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-868 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5-300x296.png\" alt=\"A probability plot of sample means for sample size = 5. Image description available.\" width=\"300\" height=\"296\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5-300x296.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5-768x757.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5-65x64.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5-225x222.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5-350x345.png 350w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n5.png 870w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/td>\n<td style=\"width: 33.33%; width: 33.33%;\" valign=\"top\"><a href=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-869 size-medium\" src=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30-300x300.png\" alt=\"A probability plot of sample means for sample size = 30. Image description available.\" width=\"300\" height=\"300\" srcset=\"https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30-300x300.png 300w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30-150x150.png 150w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30-768x768.png 768w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30-65x65.png 65w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30-225x225.png 225w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30-350x350.png 350w, https:\/\/openbooks.macewan.ca\/introstats\/wp-content\/uploads\/sites\/8\/2020\/08\/m06_Liver_Survival_SampleMean_Plot_n30.png 861w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><strong style=\"text-align: initial; font-size: 1em;\">Figure 6.7<\/strong><span style=\"text-align: initial; font-size: 1em;\">: Density and Normal Probability Plot of the Average Survival Time of n=2, 5, 30 Patients (Sample Mean). [<a href=\"https:\/\/openbooks.macewan.ca\/introstats\/back-matter\/image-description\/#fig6.7\">Image Description (See Appendix D Figure 6.7)<\/a>] Click on the image to enlarge it.<\/span><\/p>\n<p>Here are the findings:<\/p>\n<ul>\n<li>The mean of the sample mean is 5, which equals the population mean regardless of the sample size <em>n<\/em>; the standard deviation roughly equals the population standard deviation divided by the square root of the sample size.<\/li>\n<li>The distribution of the sample mean inherits the right skewness of the parent population for relatively small sample sizes [latex]n = 2, 5[\/latex], but it is roughly normal when [latex]n=30[\/latex] (note that this trend towards normality increases as <em>n<\/em> grows beyond 30).<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p>These two examples illustrate that the shape of the distribution of the sample mean [latex]\\bar{X}[\/latex]\u00a0is approximately normal when the sample size <em>n<\/em> is sufficiently large, even if the population distribution is not normal. The more \u201cnon-normal\u201d the parent population is, the larger <em>n<\/em> must be. This is the result of the central limit theorem, which will be discussed in the next section.<\/p>\n","protected":false},"author":19,"menu_order":2,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-677","chapter","type-chapter","status-publish","hentry"],"part":671,"_links":{"self":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters\/677","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/users\/19"}],"version-history":[{"count":60,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters\/677\/revisions"}],"predecessor-version":[{"id":5506,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters\/677\/revisions\/5506"}],"part":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/parts\/671"}],"metadata":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapters\/677\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/media?parent=677"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/pressbooks\/v2\/chapter-type?post=677"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/contributor?post=677"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/openbooks.macewan.ca\/introstats\/wp-json\/wp\/v2\/license?post=677"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}