4.2 Statistics and probability - AHL content

Syllabus
First assessment 2021
Topic
4.2
Level
HL

Good data collection makes later calculations meaningful

HL only

Data collection is the planned process of defining variables, selecting observations and recording measurements. Validity asks whether the method measures the intended construct; reliability asks whether it is consistent enough to repeat.

Sampling frame, wording, response options and recording conditions can introduce bias or random error. A questionnaire may be efficient, but leading questions and non-response can change who is represented and what is reported.

To estimate sleep in a school, define sleep time, choose a sampling method, pilot the question and record missing answers. A precise question about the previous night is more valid than an unbounded question about ‘usual’ sleep.

A reliable measurement can be consistently wrong, and a valid idea can be measured unreliably. Name the source of error and its direction before judging the data.

Question design should be unbiased, structured with consistent choices, precise and limited to relevant variables. For a χ2\chi^2 table, justify category boundaries, keep expected frequencies above 5 and reduce degrees of freedom when parameters are estimated from data. Reliability checks include test–retest and parallel forms; validity checks include content and criterion-related validity.

Non-linear regression is a model choice, not a curve-fitting guarantee

HL only

Regression estimates a relationship between explanatory and response variables. If a straight line leaves a systematic curve in the residuals, a non-linear model or transformation may represent the pattern better.

Choose a model from theory, residual behaviour and the observed range. A transformed linear model can simplify calculation, but the fitted relationship must be converted back before interpreting predictions in the original units.

A growth dataset may follow y=ab^x; plotting ln y against x can make the pattern linear and estimate a and b. A good fit inside the measured range still says little about values far outside it.

A high R² does not prove the model is causal or valid everywhere. Check residuals, outliers, units and extrapolation before trusting a forecast.

Technology may fit linear, quadratic, cubic, exponential, power and sine regressions. Compare models using residual plots, SSres=(yy^)2SS_{res}=\sum(y-\hat y)^2 and R2R^2, the proportion of response variability accounted for by that model. Smaller SSresSS_{res} or larger R2R^2 helps only for the same response data; neither overrides mechanism, residual pattern or extrapolation limits.

Transformations change a random variable in predictable ways

HL only

A transformation maps a random variable to a new variable, such as Y=aX+b. For expectation and variance, E(Y)=aE(X)+b and Var(Y)=a²Var(X); a shift changes location while a scale changes spread.

For a discrete variable, transform each possible value and keep its probability. For a continuous variable, monotonic changes also alter the density and interval interpretation, so do not transform only the mean and ignore the distribution.

If E(X)=10 and Var(X)=4, then Y=3X−2 has E(Y)=28 and Var(Y)=36. The subtraction moves every value down by two; it does not reduce the variance.

Variance is squared in the scale factor and is not measured in X's units. Check whether the transformation reverses order or changes the support before interpreting probabilities.

For Y=aiXi+bY=\sum a_iX_i+b, E(Y)=aiE(Xi)+bE(Y)=\sum a_iE(X_i)+b; if the XiX_i are independent, Var(Y)=ai2Var(Xi)Var(Y)=\sum a_i^2Var(X_i). The sample mean Xˉ\bar X is an unbiased estimator of μ\mu, and sn12=fi(xixˉ)2/(n1)s_{n-1}^2=\sum f_i(x_i-\bar x)^2/(n-1) is an unbiased estimator of σ2\sigma^2. Independence is required for adding variances without covariance terms.

A sampling distribution describes how a statistic varies across samples

HL only

A sampling distribution is the probability distribution of a statistic, such as a sample mean, over repeated samples of the same size. It is not the distribution of individual observations.

For independent observations with population mean μ and standard deviation σ, the sample mean has mean μ and standard deviation σ/√n. The central limit theorem makes the shape approximately normal when n is sufficiently large under suitable conditions.

If μ=50, σ=12 and n=36, the standard error of the mean is 2. A sample mean of 54 is two standard errors above μ; that statement concerns sampling variation, not one student's score.

Increasing n reduces the standard error, not the population spread σ. The CLT does not erase dependence, extreme bias or a badly defined sampling process.

A linear combination of independent normal variables is exactly normal. If the population is normal, XˉN(μ,σ2/n)\bar X\sim N(\mu,\sigma^2/n) for any nn; for a general population the central limit theorem makes Xˉ\bar X approximately normal as nn grows, with n>30n>30 treated as sufficient in examinations. Use variance σ2/n\sigma^2/n or standard error σ/n\sigma/\sqrt n consistently.

A confidence interval reports an estimate with sampling uncertainty

HL only

A confidence interval combines a sample estimate with a margin of error to give a range of plausible values for a population parameter under a stated procedure and confidence level.

The interval widens when variability increases or the sample becomes smaller, and narrows when the sample is larger. Its interpretation is about the long-run performance of the method, not a probability assigned to a fixed parameter after the interval is calculated.

If a mean estimate is 72 with margin 4, a 95% interval is (68,76) under the model used. Repeating the sampling procedure would produce intervals that capture the true mean about 95% of the time in the long run.

A confidence level is not the chance that this already-fixed interval contains the parameter. Check assumptions, units and whether the target parameter matches the estimate.

For a normal population mean, use xˉ±zσ/n\bar x\pm z^*\sigma/\sqrt n when population σ\sigma is known and xˉ±ts/n\bar x\pm t^*s/\sqrt n with n1n-1 degrees of freedom when σ\sigma is unknown, regardless of sample size. Report the confidence level, parameter, units and population in the contextual interpretation.

The Poisson model counts events in a fixed interval at a stable average rate

HL only

A Poisson random variable counts events in a time, length or area interval when events occur independently at a stable average rate λ. Its mean and variance are both λ, and disjoint intervals have independent counts under the model.

If the interval is multiplied by k, the mean rate becomes kλ. Use the model only when events are countable, the rate is approximately constant and one event does not make another more or less likely.

If calls arrive at an average rate of 3 per hour, the count in two hours is Poisson with mean 6. The probability of exactly four calls uses that interval's λ, not the original one-hour value.

Poisson is not any small count. Clustering, a changing rate or a maximum capacity can violate the assumptions even when the data look discrete.

If independent counts satisfy XPois(λ1)X\sim Pois(\lambda_1) and YPois(λ2)Y\sim Pois(\lambda_2), then X+YPois(λ1+λ2)X+Y\sim Pois(\lambda_1+\lambda_2). Choose binomial for successes in fixed independent trials with constant pp, Poisson for independent events at a uniform average rate, and normal for an appropriate continuous symmetric measurement model. Match λ\lambda to the interval before using technology.

Advanced tests match the parameter, sampling structure and alternative

HL only

Choose the test from the parameter and information available: use a normal mean test when σ\sigma is known, a t-test when σ\sigma is unknown, a binomial test for a proportion, a Poisson test for a rate/mean, or a technology test of H0:ρ=0H_0:\rho=0 for bivariate normal data.

Samples may be paired or unpaired; matched pairs become one sample of differences. Normal, Poisson and binomial tests use the tail named by H1H_1; discrete critical regions maximize Type I error probability while keeping it below α\alpha. t-test critical regions need not be calculated manually.

Error interpretation

A Type I error rejects a true H0H_0 and has probability controlled by the critical region. A Type II error fails to reject a false H0H_0; calculate its probability under the stated alternative parameter by finding the chance of landing outside the rejection region.

Do not select a test by distribution name alone: identify the population parameter, known or unknown variance, pairing, assumptions and direction. Poisson and binomial hypothesis tests are one-tailed in this syllabus.

A transition matrix updates a state distribution one step at a time

HL only

A transition matrix stores probabilities of moving between states. With a column-vector convention, v_(n+1)=Pv_n; each column must sum to one. Powers of P give multi-step transition probabilities.

The orientation is part of the model: row-vector conventions transpose the multiplication order. A steady state is a distribution π with Pπ=π and entries summing to one, if the chain converges to one.

If 70% of users remain in state A and 30% move to B each month, the first column of P records those two destinations under the chosen convention. Multiply by the current state vector before interpreting the next month.

Matrix entries are not percentages to add across unrelated rows, and a stationary distribution is not guaranteed for every chain. State the convention, initial vector and convergence assumption.

A transition diagram labels the same probabilities encoded in TT. A regular Markov chain has some power of TT with all positive entries and approaches a unique steady state independent of the initial state. Find long-run probabilities by repeated multiplication or solve Tπ=πT\pi=\pi with entries summing to 1; π\pi is the eigenvector for eigenvalue 1 after normalization.

Objective notes

8 learning objectives
AHL 4.12 (HL)—Data collection and validity• Design valid surveys/questionnaires and choose relevant variables/data.• Use unbiased, structured and precise questioning.• Categorize numerical data for chi-square tests with suitable degrees of freedom.• Distinguish reliability and validity; know test-retest, parallel forms, content and criterion-related validity.ViewAHL 4.13 (HL)—Non-linear regression• Use technology for least-squares regression curves: linear, quadratic, cubic, exponential, power and sine.• Use residual sum of squares and coefficient of determination R^2 to evaluate fit.• Know R^2 alone is not enough to choose a model.ViewAHL 4.14 (HL)—Random variable transformations• Use linear transformations of random variables: E(aX+b)=aE(X)+b and Var(aX+b)=a^2Var(X).• Use expected value and variance for linear combinations of independent random variables.• Use sample mean and unbiased sample variance as estimators.ViewAHL 4.15 (HL)—Sampling distributions and CLT• Linear combinations of independent normal random variables are normal.• Use distribution of sample mean: Xbar ~ N(mu, sigma^2/n) for normal populations.• Use central limit theorem; n>30 is sufficient in examinations.ViewAHL 4.16 (HL)—Confidence intervals• Construct confidence intervals for the mean of a normal population.• Use normal distribution when sigma is known and t-distribution when sigma is unknown.• Interpret confidence intervals in context.ViewAHL 4.17 (HL)—Poisson distribution• Use Poisson distribution, mean and variance.• Sum of independent Poisson variables is Poisson.• Choose between normal, binomial and Poisson models based on context.ViewAHL 4.18 (HL)—Advanced hypothesis testing• Use critical values and critical regions.• Test population means with normal or t distributions, including paired/unpaired samples.• Test proportions with binomial distribution and population means with Poisson distribution.• Test whether population correlation rho is zero; know Type I and II errors and their probabilities.ViewAHL 4.19 (HL)—Transition matrices and Markov chains• Use transition matrices, powers and state matrices: s_n=T^n s_0.• Use transition diagrams for discrete dynamical systems.• Work with regular Markov chains, steady state and long-term probabilities.• Recognize steady state as eigenvector for eigenvalue 1.View