Further Statistics
Further Statistics
Further Statistics extends the statistical methods from A-Level Mathematics, introducing continuous probability distributions, more sophisticated hypothesis tests, and the chi-squared family of tests for goodness of fit and independence.
Topics Covered
Poisson and Geometric Distributions
- Poisson distribution — ; derivation as the limit of as , with
- Poisson properties — mean , variance ; additive property of independent Poissons
- Geometric distribution — ; ; memoryless property
- Hypothesis testing — using Poisson and geometric distributions; critical regions, significance levels, -values
Exponential and Continuous Random Variables
- Exponential distribution — ; PDF for ; CDF
- Link to Poisson processes — the waiting time between Poisson events follows an exponential distribution
- Continuous random variables — PDF, CDF, ,
- Median and mode — finding the median from the CDF; locating the mode from the PDF
Chi-Squared Tests
- Goodness of fit — testing whether observed data follows a specified distribution;
- Contingency tables — testing for independence between two categorical variables
- Degrees of freedom — calculating correctly; for goodness of fit, for contingency tables
- Combining cells — when expected frequencies are below 5
- Interpretation — what a significant result actually means in context
Study Tips
- Know when to use each distribution — Binomial for fixed trials, Poisson for rare events in a fixed interval, Geometric for “first success” problems, Exponential for continuous waiting times.
- Practise calculating expected frequencies — for chi-squared tests, the expected values must be calculated correctly before you can compute the test statistic.
- Show all working in hypothesis tests — state and , calculate the test statistic, compare to critical value or find the -value, state the conclusion in context.
- Understand the memoryless property of both Geometric and Exponential distributions — it is a common exam topic that tests deep understanding.
- Check integration — continuous random variable problems require careful definite integration. Always verify bounds from the support of the distribution.
Hypothesis Testing Workflow
Every hypothesis test follows the same five-step structure:
- State hypotheses — (null: no effect/difference) and (alternative)
- Choose significance level — or
- Calculate the test statistic — using the appropriate distribution
- Determine the critical region or -value — compare to
- State the conclusion in context — never just “reject ”; explain what this means for the real-world situation
Distribution Selection Guide
| Scenario | Distribution | Key Parameters |
|---|---|---|
| Counting events in a fixed interval | Poisson() | Mean = Variance = |
| First success in repeated trials | Geometric() | |
| Continuous waiting time | Exponential() | Mean = |
| Testing goodness of fit | Degrees of freedom |
How to Use These Notes
Follow the sidebar order. Each page provides formal distribution definitions, worked calculation examples, and exam-style hypothesis testing problems. Start with Poisson and Geometric, then move to continuous distributions, then chi-squared tests.