Skip to course content
Free Python statistics course

Statistical Data Analytics with Python

Module 08 Knowledge Check

5 questions. Pass mark 4 out of 5. Answer every question before checking the answer key below, then retry after reading the feedback.

1. A correlation near zero means…

2. Spearman being noticeably higher than Pearson suggests…

3. A regression slope from observational data should be described as…

4. Between R-squared and the residual standard deviation, the more interpretable is…

5. obs_ci_lower/upper is wider than mean_ci_lower/upper because…

---

Answer Key and Explanations

Check these only after attempting every question.

1. B — no straight-line relationship

The lesson's U-shaped relationship was strong and correlated at −0.002.

2. B — a monotonic but curved relationship

Spearman uses ranks, so it captures any consistently increasing relationship even when it is not a straight line.

3. B — the association between x and y

Nothing was randomised, so the slope reflects whatever else differs between high-x and low-x cases.

4. B — the residual SD, because it is in the outcome's units

R-squared cannot tell you the model is the wrong shape; the curved model had the higher one.

5. B — a new observation carries the residual scatter as well as the uncertainty in the line

In the lesson the widths were 3.83 and 24.96 at the same value of x.

Practical Check

Apply this module to your own work: complete the module activity for *Correlation and Simple Linear Regression*, then write one sentence naming what your result shows and one naming what it does not.

Strong Answer Pattern

A strong answer names the task, the evidence used, the check performed, and the remaining limitation. It avoids "proved", "guaranteed", or "always" unless the evidence genuinely supports it.