Simple Inferential StatisticsTo make inferences about, say,
the sample mean The estimator of the sample mean is From the Central Limit Theorem, we know that the sample mean follows the normal distribution. The standard error of the sample mean can be estimated by using
the sample standard deviation, With this information, questions of the following kind can be answered. 1) What is the chance that the value 11.0 will be equalled or exceeded in a normal distribution with a mean of 10.0 and a standard deviation of 2.0? (Note that question deals with a single value of a variable, and not with the sample mean, and is used to illustrate the idea of "looking up" a probability value using a cumulative density function.) To
answer this question, obtain the value of The R pnorm(z, mean=0, sd=1) function can be used to return this value, with z <- 0.5; the value returned represents the area under the cdf to the left of the value "plugged in" which in this case is 0.6915. The probability of observing a value greater than or equal to 11 is 1.0 - .6915 = .3085. 2)
How unusual is the value of a sample
mean equal to 5.15, relative to population with a true mean To
answer this question, first obtain the standard error of the sample mean, Then,
obtain the value of Note
that now the sample mean and standard erro for the sample mean appear in the
equation for 3)
Suppose we know that the “true” mean of a particular process is 8.5,
and that the standard error, To
answer this question, we need to find the (two) values of |