Hello
Cumulative deviations
Not sure what you mean by graduated national mortality rate - there isn't any graduation going on in this question. The expected deaths used are the same for the goodness-of-fit and cumulative deviations tests. Sorry if I'm not understanding properly, can you be a bit more specific about the issue? If you're not getting the same answers in the cumulative deviation test, can you provide your calculations?
Serial correlations
I've written out a lot of formula in this answer. It is a real mess to write complicated formulae out on the forum so please feel free to point out if anything looks wrong.
There appears to be an error in the Examiners' report (as of the time of writing this post). They appear to be using the exact formula, ie:
\( r_j = \frac{\sum_{i=1}^{m-j} (z_i - \bar z^{(1)})(z_{i+j} - \bar z^{(2)})}
{\sqrt{ \sum_{i=1}^{m-j} (z_i - \bar z^{(1)})^2 \sum_{i=1}^{m-j} (z_{i+j} - \bar z^{(2)})^2 }} \)
where \( \bar z^{(1)} = \frac{1}{m-j} \sum_{i=1}^{m-j} z_i \)
and \( \bar z^{(2)} = \frac{1}{m-j} \sum_{i=1}^{m-j} z_{i+j} \)
for the case where \( j = 1 \). This formula can be found on page 40 of Chapter 10 in the Course Notes.
Calculating these for this question:
\( \bar z^{(1)} = \frac{1}{m-1} \sum_{i=1}^{m-1} z_i = \frac{1}{m-1} (0.02460 + 0.00779 + ... + -1.02989) = -0.62034 \)
\( \bar z^{(2)} = \frac{1}{m-1} \sum_{i=1}^{m-1} z_{i+1} = \frac{1}{m-1} (0.00779 + ... + -1.02989 + -1.21842) = -0.75845 \)
For the numerator we need \( z_1 - \bar z^{(1)} , z_2 - \bar z^{(1)}, ..., z_9 - \bar z^{(1)} \). They'll be a few sets of numbers so I will call this set of numbers set 1:
\(
0.64494 \\
0.62812 \\
0.67433 \\
1.14825 \\
0.01533 \\
-0.81279 \\
-1.00294 \\
-0.88568 \\
-0.40956
\)
where, for example, the last number is \( z_9 - \bar z^{(1)} \) which is \(-1.02989 - -0.62034 = -0.40956 \).
We also need \( z_2 - \bar z^{(2)} , z_3 - \bar z^{(2)}, ..., z_{10} - \bar z^{(2)} \). We'll call this set of numbers set 2:
\(
0.76624 \\
0.81245 \\
1.28636 \\
0.15344 \\
-0.67467 \\
-0.86483 \\
-0.74757 \\
-0.27144 \\
-0.45997
\)
where, for example, the last number is \( z_{10} - \bar z^{(2)} \) which is \(-1.21842 - -0.75845 = -0.45997 \).
Next we need the product of these numbers. Specifically, we need: \( (z_1 - \bar z^{(1)})(z_{2} - \bar z^{(2)}), (z_2 - \bar z^{(1)})(z_{3} - \bar z^{(2)}), ..., (z_9 - \bar z^{(1)})(z_{10} - \bar z^{(2)}) \). We'll call this set of numbers set 3:
\(
0.49418 \\
0.51032 \\
0.86744 \\
0.17619 \\
-0.01034 \\
0.70292 \\
0.74977 \\
0.24041 \\
0.18838 \\
\)
where, for example, the first entry is: \( (z_1 - \bar z^{(1)})(z_{2} - \bar z^{(2)}) = 0.64494 * 0.76624 = 0.49418 \).
The numerator is the sum of these, which is 3.9193. As of the time of writing, the Examiners' report incorrectly appears to have an extra row in their table and so they get 3.46565 instead. The difference is the -0.45361 in the final column of the last row.
For the denominator we need: \( \sum_{i=1}^{m-1} (z_i - \bar z^{(1)})^2 \). This is the sum of the square of the numbers in set 1. This is: \( 0.64494^2 + .. + (-0.40956)^2 = 5.2026 \).
For the denominator we also need: \( \sum_{i=1}^{m-1} (z_{i+1} - \bar z^{(2)})^2 \). This is the sum of the square of the numbers in set 2. This is: \( 0.76624^2 + .. + (-0.45997)^2 = 4.9727 \).
Again, as of the time of writing, the Examiners' report incorrectly appears to have an additional row in these calculations. The difference between the numbers here and those in the report are given by the entries in that row.
Finally, we have:
\( r_1 = 3.9193 / \sqrt{5.2026 * 4.9727} = 0.77055 \)
The observed value of the test statistic is then:
\( \sqrt{10} * r_1 = 2.4367 \)
Alternatively, we can use the following approximate formula instead:
\( r_j \approx \frac{ \frac{1}{m-j} \sum_{i=1}^{m-j} (z_i - \bar z)(z_{i+j} - \bar z)}
{ \frac{1}{m} \sum_{i=1}^{m} (z_i - \bar z)^2} \)
where \( \bar z = \frac{1}{m} \sum_{i=1}^{m} z_i \)
This is also on page 40 of the Course Notes and the one on page 34 of the Tables.
I'll leave the calculations to you on this one. You should get an observed value of the test statistic of 2.47.
Hope this helps
Andy