Dataset โ Youth Academy (n = 12)
| x (hrs/wk) | 4 | 5 | 6 | 6 | 7 | 8 | 8 | 9 | 10 | 11 | 12 | 13 |
| y (m/s) | 6.1 | 6.4 | 6.3 | 6.8 | 7.0 | 7.2 | 6.9 | 7.5 | 7.4 | 7.8 | 7.9 | 8.1 |
Task 2a
Calculate Pearson's r by hand.
\(r = S_{xy}/\sqrt{S_{xx}\cdot S_{yy}}\) where \(S_{xx}=\sum(x_i-\bar x)^2\), \(S_{yy}=\sum(y_i-\bar y)^2\), \(S_{xy}=\sum(x_i-\bar x)(y_i-\bar y)\). Split rows across group members.
Task 2b
Verify with GDC and interpret.
Casio: STAT โ CALC โ REG โ ax+b. Read r. TI: Lists & Spreadsheet โ Statistics โ Linear Regression. Write one sentence interpreting r in context.
Task 2c
Find \(\bar x\), \(\bar y\), plot the mean point, find the regression line.
Sketch a line of best fit through the mean point, then use GDC. Why must the line pass through the mean point?
Task 2d
Predict sprint speed for 10 hrs/wk.
Substitute into the regression line. Show full working.
Code to unlock Phase 3:PEARSON