This HL-only mini-lesson covers the extra statistics HL demands: the Poisson distribution, the χ² goodness-of-fit and independence tests, the t-test for comparing means, and the long-run behaviour of Markov chains (steady states) — with careful hypothesis-test interpretation.
AI HL flavour: you choose the right test, run it on your GDC, and state a conclusion in context with the significance level.
Work through each screen, answer the questions as you go (some are wordy, some are calculations) and collect ⭐ stars. Every number on the calculation screens has been re-derived and checked. Press Start when you are ready.
The Poisson distribution models the number of random events in a fixed interval, with mean (and variance) λ:
λ = 3 calls per hour.
P(X = 2) = e⁻³ × 3² ⁄ 2! = 0.2240
P(X ≤ 1) = e⁻³(1 + 3) = 0.1991
Both χ² tests use χ²calc = Σ (O − E)² ⁄ E and compare to a critical value.
2×3 independence table: χ²calc = 16.67, df = 2, critical 5.991.
16.67 > 5.991 ⇒ reject H₀ (the variables are associated).
A two-sample t-test compares the means of two groups. State H₀: μ₁ = μ₂ and H₁ (one- or two-tailed), run the test on your GDC, and read the p-value.
Decision rule: if p < significance level (e.g. 0.05), reject H₀ — there is evidence the means differ. Otherwise there is insufficient evidence.
A Markov chain with transition matrix T settles to a steady state s with Ts = s and components summing to 1.
T = [[0.8, 0.3], [0.2, 0.7]].
Solve: 0.8s₁ + 0.3s₂ = s₁ with s₁ + s₂ = 1 ⇒ s₁ = 0.3⁄0.5 = 0.6, s₂ = 0.4
Cumulative Poisson probabilities add the individual terms (GDC poissoncdf).
λ = 3: P(X ≤ 1) = e⁻³(1 + 3) = 0.1991
Tap a scenario, then the correct statistical tool.
Tap an item on the left, then its match on the right.
Match the tool to the data: counts of rare events → Poisson; two categorical variables → χ² independence; comparing two group means → t-test; fit to a claimed distribution → χ² goodness-of-fit.
Always state H₀ and H₁, the significance level, and interpret the p-value in context.
Poisson: e^(−λ)λ^r ⁄ r!; mean = variance = λ; random events at rate λ
χ² tests: independence df=(r−1)(c−1); goodness-of-fit df=(k−1)−params
t-test: compare two means; reject H₀ if p < significance level
Markov: steady state Ts = s, components sum to 1
Interpretation: always state H₀/H₁ and conclude in context
GDC: poissonpdf/cdf, χ²-test, 2-Samp t-test
You have worked through the whole topic. Press Finish to see your score.
You have covered HL Statistics (Poisson, χ², t-tests and Markov chains) for AI. 🎉
Your stars: 0 / 0
Next: test yourself in the Evaluate stage, then lock it in with Verify.