Stat 3011 Midterm 1
The sample mean is
The numbers in sorted order are
To find the 10% trimmed mean, throw 10% of the numbers (10% of 10 is one)
from each end (of the sorted list) and calculate the mean of the rest
There are two good answers, one involving the notion of ``outlier'' and the other involving the notion of ``asymmetry.''
Correlation only indicates that random variables tend to vary together. It cannot indicate which causes which. More precisely, if x and yare correlated random variables, this is consistent with three different scenarios
Regression is just correlation in another guise, as is apparent from the
formula
The answers to this part are given in the first four columns of the table below. The last two columns relate to the next part.
| Cumulative | |||||
| Relative | Relative | ||||
| Class | Frequency | Frequency | Frequency | Width | Height |
|
|
20 | 0.20 | 0.20 | 5 | 0.04 |
|
|
30 | 0.30 | 0.50 | 5 | 0.06 |
|
|
40 | 0.40 | 0.90 | 10 | 0.04 |
|
|
10 | 0.10 | 1.00 | 10 | 0.01 |
Because the bin widths are not all equal we must use the rule
,
giving the heights in the last column of the table in part (a).
The histogram is

The first thing to note is that x, the predictor variable, is the
score on the first midterm, thus
and sx = 6, and that y,
the response variable, is the score on the second midterm, thus
and sy = 6. If you get this backwards, you, of course, mess up the whole
problem.
The equations needed to calculate the regression coefficients here are
plugging in the numbers in the problem gives
Thus the least-squares regression equation is
The predicted value of y for an x value of 80 is
The coefficient of determination r2 = 0.62 = 0.36.
By the multiplication rule
The addition rule is not appropriate because it is possible for several light bulbs to last more than 1000 hours.
Thus we try the complement rule. The outcome
``at least one lasts more than 1000 hours''
is the complementary outcome of ``four last less than 1000 hours'',
and the probability of that outcome can be
calculated by the multiplication rule
Between P(z < - 2.345) = .0096 and P(z < - 2.35) = .0094, about half way between, which is .0095.
P(.67 < z < .89) = P(z < .89) - P(z < .67) = .8133 - .7486 = .0647.
This is the same question as ``What is the z* such that P(z < z*) = 0.20''? We can extract the following from the normal distribution table
| z* | P(z < z*) |
| -0.84 | .2005 |
| -0.85 | .1977 |
qnorm(0.20) [1] -0.8416212and get the answer to six significant figures. (Of course, you couldn't do that during the exam.)