Ans:
+--++
| ||
* * O ------| ||--
| ||
+--++
+---------+---------+---------+---------+
0 50 100 150 200
Ans: actual measurement = true measurement + random error.
| (a) |
|
(b) |
|
(c) |
|
Ans: Compute the weighted average (x1 w1 + ... + xn wn) / (w1 + ... + wn) , where x1 is the midpoint of the ith bin and w1 is the number or proportion of observations in the ith bin.
Ans for 1(a): 0.5 x 1 + 1.5 x 3 + 2.5 x 4 + 3.5 x 1 18.5
------------------------------------- = ---- = 5.056
1 + 3 + 4 + 1 9
Ans for 1(b): 0.5 x 2 + 1.5 x 4 + 3.0 x 1 10
--------------------------- = --- = 1.429
2 + 4 + 1 7
Ans for 1(c). Use percentages for bins instead of counts:
0.5 x 20 + 1.5 x 40 + 2.25 x 30 + 2.75 x 10 165
------------------------------------------- = --- = 1.65.
20 + 40 + 30 100
Ans: The mean and median are both increased by 7.
Ans: The mean and median are both multiplied by 3.
Ans: The mean will be increased by 1000 / n; the median will be unchanged (unless n = 2).
Ans: Trimming 10% of the variables off of the bottom and 10% off of the top, means omitting 1 and 94. The average of the remaining variables is 5.175.
Trimming 20% of the variables off of the bottom and the top means omitting 1 and 3 from the top and 7 and 94 from the bottom. The average of the remaining variables is 5.125.
Trimming 15% of the variables off of the botton and the top means omitting 1 and 94 and keeping 3 and 7, but giving weights of 0.5 to 3 and 7. The weighted average is The weighted average is
3*0.5 + 1*4 + 1*4 + 1*5 + 1*5 + 1*6 + 1*7 + 0.5*7 36 -------------------------------------------------- = -- = 5.1429 0.5 + 1 + 1 + 1 + 1 + 1 + 1 + 0.5 7
Ans: Use Analyze >> Descriptive Statistics >> Explore.