Week 1 — Statistical experiments, models, parameters, and estimands

Where this week starts

Week 0 handed you a probability toolkit: joint and conditional densities, the tower property, change of variables, and the two limit theorems. Every one of those results begins with a distribution already in hand. Nobody in that story had to decide which f(xθ)f(x \mid \theta), or what number they were after, or whether the data could reveal it. Those decisions are where statistics starts, and where this week starts.

The question this week takes up sits before any estimator exists: what exactly are we trying to learn, and from what? “From what” is the statistical experiment — the sample space, the family of candidate distributions, and the assumptions that turn a wish into a model. “What we are trying to learn” is the estimand, a specific number fixed before any data arrive. Students arrive fluent in estimators and vague about estimands, and this course pushes back on that order all term.

By Thursday you should be able to take a described study, write down the experiment 𝒫={Pθ:θΘ}\mathcal{P} = \{P_\theta : \theta \in \Theta\} that formalizes it, decide whether θ\theta is identifiable, name a functional of the observed-data distribution that is the thing you want, and say which further assumption would connect it to the scientific claim someone will make. On Tuesday most of you can compute a sample mean and call it an estimate of “the effect”; by Thursday you should be uncomfortable saying “the effect” without saying which one. One habit starts here and never stops: the model ledger, a fixed set of rows — model, parameter, observed-data estimand, scientific target, bridging assumptions, what would break it — filled in before you compute anything.

Why this matters downstream

A clinic reports that patients who took an optional screening had worse average outcomes than patients who did not, and a newspaper reports that screening is harmful. Below you will find a fully specified model in which the observed difference in means is exactly +0.8+0.8 while screening lowers severity by exactly 1.01.0 for every patient. Nothing is wrong with the arithmetic, the sample size, or the software. The number computed and the number claimed are different objects, and no amount of data repairs a mismatch of that kind.

The technical stake is as immediate. Week 7 defines the maximum likelihood estimator as a maximizer of (θ)\ell(\theta); Week 12 asserts that n(θ̂θ)\sqrt{n}(\hat\theta - \theta) is asymptotically normal with variance 1/I1(θ)1 / I_1(\theta). Both statements silently assume θ\theta is identifiable, and both fail without it — but not always in the same way. Always the maximizer is a set rather than a value, so “the” estimate is not a number. When the observationally equivalent points form a continuum through θ\theta — the flat ridge of the second worked example — the information matrix is singular too, and 1/I1(θ)1 / I_1(\theta) does not exist. When they are isolated instead, as with the label swap in a two-component mixture, the information stays invertible and the Week 12 formula is well defined; what fails is that the quantity it is a variance for has no single value. Same disease, two symptoms.

What you will be able to do

  • Write down a statistical experiment for a described study, naming the sample space, the family, the parameter space, and the assumptions that restrict the family.
  • Classify a model as parametric, nonparametric, or semiparametric, and say what that buys and costs.
  • Prove or disprove identifiability for a given family, and state what fails when it does not hold.
  • Distinguish parameter, estimand, estimator, and estimate without conflating a random variable with the number it takes.
  • Write an observed-data estimand as a functional of what you actually see, and the scientific target beside it with the assumption that would join them.
  • Fill in a model ledger and name the concrete failure that would break its bridging assumption.

Words worth owning

Term What it means in this course
Statistical experiment A sample space 𝒳\mathcal{X} plus a family 𝒫\mathcal{P} of distributions on it, one of which is assumed to have generated the data.
Model The family 𝒫\mathcal{P} as a restriction: everything outside it is excluded by assumption, not by evidence.
Parameter An index θΘ\theta \in \Theta naming a member of the family. A label for a distribution.
Identifiable The labelling is one-to-one: θ1θ2\theta_1 \ne \theta_2 forces Pθ1Pθ2P_{\theta_1} \ne P_{\theta_2}.
Estimand The number you want, fixed before data: ψ=g(θ)\psi = g(\theta), or a functional ψ=Ψ(P)\psi = \Psi(P).
Estimator A random variable T(X1,,Xn)T(X_1, \dots, X_n) built from the data alone, with no θ\theta inside it.
Estimate The realized number T(x1,,xn)T(x_1, \dots, x_n) from the sample you have.
Observed-data estimand A functional of the law of exactly the variables you record: always identified, not always wanted.
Scientific target The quantity the study is about, often a feature of variables you did not record.

The statistical experiment as a mathematical object

A statistical experiment is a sample space 𝒳\mathcal{X} together with a family of distributions on it,

𝒫={Pθ:θΘ},\mathcal{P} = \{ P_\theta : \theta \in \Theta \},

where Θ\Theta is the parameter space. The data XX takes values in 𝒳\mathcal{X}, and the modelling assumption is that XPθX \sim P_\theta for some unknown θΘ\theta \in \Theta. Three commitments hide in that sentence. The first is 𝒳\mathcal{X}: what counts as data. Writing 𝒳=n\mathcal{X} = \mathbb{R}^n already decides the study produces nn real numbers and nothing else — no covariates, no missingness indicator, no record of who declined. The second is 𝒫\mathcal{P}: a strict subset of all distributions on 𝒳\mathcal{X}, so everything outside it has been ruled out by assumption rather than by evidence. The third is the map θPθ\theta \mapsto P_\theta, which nothing forces to be injective.

For an independent and identically distributed sample the experiment has extra structure. If X1,,XnX_1, \dots, X_n are independent draws from a density or mass function f(xθ)f(x \mid \theta), the whole sample has density

fn(x1,,xnθ)=i=1nf(xiθ).f_n(x_1, \dots, x_n \mid \theta) = \prod_{i=1}^{n} f(x_i \mid \theta).

Independence says no observation carries information about another beyond what θ\theta carries. Identical distribution says one mechanism produced all nn records — same clinic, same instrument, same population, across the whole study. Neither is a property of the data; both are properties of the story you tell about the data.

From a sample space to a family of laws

Four families this course reuses, each given by its one-observation density or mass function f(xθ)f(x \mid \theta); the law of the whole sample is the product fnf_n displayed above, and the two symbols stay distinct for the rest of the course. Bernoulli: Θ=[0,1]\Theta = [0, 1] and f(xp)=px(1p)1xf(x \mid p) = p^{x}(1-p)^{1-x} on {0,1}\{0, 1\}, so 𝒳={0,1}n\mathcal{X} = \{0, 1\}^n and fn(x1,,xnp)=ps(1p)nsf_n(x_1, \dots, x_n \mid p) = p^{s}(1-p)^{n-s} with s=ixis = \sum_i x_i — one dimension, and nothing to argue about except whether the draws really are copies of one another. Normal with known variance: Θ=\Theta = \mathbb{R} and f(xμ)=(2πσ02)1/2exp{(xμ)2/(2σ02)}f(x \mid \mu) = (2\pi\sigma_0^2)^{-1/2} \exp\{ -(x - \mu)^2 / (2\sigma_0^2) \}, whose product form is fn(x1,,xnμ)=(2πσ02)n/2exp{i(xiμ)2/(2σ02)}f_n(x_1, \dots, x_n \mid \mu) = (2\pi\sigma_0^2)^{-n/2} \exp\{ -\sum_i (x_i - \mu)^2 / (2\sigma_0^2) \}; fixing σ02\sigma_0^2 is a real restriction, since the family is then a curve through the two-parameter normal family and no member of it is correct if the true variance differs. Exponential: f(xλ)=λeλxf(x \mid \lambda) = \lambda e^{-\lambda x} for x>0x > 0, the well-behaved reference case for Weeks 7 and 12, with a fixed support and everything smooth in λ\lambda.

Uniform on (0,θ)(0, \theta): f(xθ)=θ1𝟏{0<x<θ}f(x \mid \theta) = \theta^{-1}\mathbf{1}\{0 < x < \theta\}, where the support moves with the parameter. Be precise about what goes wrong. The family is perfectly identifiable: if θ1<θ2\theta_1 < \theta_2, the interval (θ1,θ2)(\theta_1, \theta_2) has probability 00 under Pθ1P_{\theta_1} and (θ2θ1)/θ2>0(\theta_2 - \theta_1)/\theta_2 > 0 under Pθ2P_{\theta_2}. What the uniform breaks is regularity — differentiating under the integral sign, the score identities, the information bound. That is a different failure from non-identifiability, and keeping the two apart now will save you real trouble in Week 12.

All four are parametric: Θk\Theta \subseteq \mathbb{R}^k for a fixed finite kk. A nonparametric model takes 𝒫\mathcal{P} to be something like all distributions on \mathbb{R} with finite variance, so the parameter is the distribution itself. A semiparametric model splits θ=(β,η)\theta = (\beta, \eta) with βk\beta \in \mathbb{R}^k of interest and η\eta an infinite-dimensional nuisance; the linear model Y=βZ+εY = \beta^\top Z + \varepsilon with 𝔼[εZ]=0\mathbb{E}[\varepsilon \mid Z] = 0 and unspecified error density is the standard instance. A narrow family gives sharp conclusions when right and confidently wrong ones when not.

Identifiability, and the proposition that makes it matter

A model is identifiable when the labelling map is injective:

θ1θ2Pθ1Pθ2.\theta_1 \ne \theta_2 \quad \Longrightarrow \quad P_{\theta_1} \ne P_{\theta_2}.

This is a property of the model, not of the data, and no sample size bears on it.

Proposition. Suppose θ1θ2\theta_1 \ne \theta_2 but Pθ1=Pθ2P_{\theta_1} = P_{\theta_2}. Then no sequence of estimators θ̂n=Tn(X1,,Xn)\hat\theta_n = T_n(X_1, \dots, X_n) is consistent at both θ1\theta_1 and θ2\theta_2.

Derivation. Since Pθ1=Pθ2P_{\theta_1} = P_{\theta_2}, the nn-fold product measures coincide; call the common law QnQ_n. Because TnT_n is a fixed function of the data with no θ\theta inside it, the distribution of θ̂n\hat\theta_n is the law of TnT_n under QnQ_n whichever value we call the truth. Put ϵ=θ1θ2/2\epsilon = \lVert \theta_1 - \theta_2 \rVert / 2 and let An={θ̂nθ1<ϵ}A_n = \{ \lVert \hat\theta_n - \theta_1 \rVert \lt \epsilon \} and Bn={θ̂nθ2<ϵ}B_n = \{ \lVert \hat\theta_n - \theta_2 \rVert \lt \epsilon \}. The triangle inequality makes them disjoint, so Qn(An)+Qn(Bn)1Q_n(A_n) + Q_n(B_n) \le 1 for every nn. But consistency at θ1\theta_1 gives Qn(An)1Q_n(A_n) \to 1 and consistency at θ2\theta_2 gives Qn(Bn)1Q_n(B_n) \to 1, forcing the sum toward 22. Contradiction.

That says something stronger than “estimation is hard here”. No estimator, however clever and however large the sample, is consistent for a non-identified parameter across the parameter space. This is not a variance problem; the missing information is absent at every nn.

The repair is usually to change the claim. A function g:Θg : \Theta \to \mathbb{R} is identified when Pθ1=Pθ2P_{\theta_1} = P_{\theta_2} implies g(θ1)=g(θ2)g(\theta_1) = g(\theta_2): the distribution pins down gg even when it does not pin down θ\theta. In the second worked example below, θ=(α,β)\theta = (\alpha, \beta) is not identified but α+β\alpha + \beta is, and everything sensible you can say there is a statement about α+β\alpha + \beta. An estimand is a target you can test for identifiability before committing to estimate it, which is why this course insists on naming one.

Parameter, estimand, estimator, estimate

Four words, four different objects, and a semester of confusion if they blur.

A flow diagram: Model leads right to Estimand and down to Observed data, which feeds the Estimator, evaluated for the Estimate and pointing up at Estimand. A dashed arrow from Scientific target to Estimand reads identification assumptions.

The six objects of a statistical experiment and the arrows connecting them.

Four objects, and the two arrows people get wrong

The parameter θ\theta is an index whose only job is to name a member of 𝒫\mathcal{P}. In a well-posed problem it is not what you report.

The estimand ψ\psi is the number you want, usually ψ=g(θ)\psi = g(\theta) for a known gg and often far lower-dimensional than θ\theta: with θ=(μ,σ2)\theta = (\mu, \sigma^2) it might be μ\mu, or θ(X>10)=1Φ((10μ)/σ)\mathbb{P}_\theta(X > 10) = 1 - \Phi((10 - \mu)/\sigma), or μ/σ\mu / \sigma. The more durable form is a functional of the distribution, ψ=Ψ(P)\psi = \Psi(P) — for the mean, Ψ(P)=xdP(x)\Psi(P) = \int x \, dP(x), which makes sense for every PP with a finite first moment and needs no parametric family. That form survives misspecification, which is why Week 14 uses it.

The estimator ψ̂=T(X1,,Xn)\hat\psi = T(X_1, \dots, X_n) is a random variable: a measurable function of the data and nothing else. Barring θ\theta from TT is not pedantry — a rule like “use X\bar{X} when θ>0\theta > 0 and X-\bar{X} otherwise” cannot be evaluated. The estimate T(x1,,xn)T(x_1, \dots, x_n) is a number, the thing you type into a report.

Two arrows get misdrawn. Estimator-to-estimand exists: the estimator targets the estimand, always with error, and bias, variance, mean squared error, consistency and asymptotic normality — Weeks 6, 11 and 12 — all describe that error. Estimate-to-estimand does not exist. A number from one sample has no distribution, so “the variance of the estimate” is a category error. The estimator has a variance; the estimate is one draw from it.

An observed-data estimand is not a scientific target

An observed-data estimand is a functional Ψ(P)\Psi(P) of the distribution PP of exactly the variables you record. It is always identified, because PP is what an infinite sample would reveal, so a functional of PP is pinned down by the sampling process itself. Its limitation is that it need not be interesting.

A scientific target ψsci\psi_{\mathrm{sci}} is a feature of a richer structure — potential outcomes under treatments not given, a true exposure measured with error, a population you did not sample from. Nothing guarantees that PP determines it. The target is identified when some functional Ψ\Psi satisfies

ψsci=Ψ(P)for every P compatible with the assumptions 𝒜.\psi_{\mathrm{sci}} = \Psi(P) \quad \text{for every } P \text{ compatible with the assumptions } \mathcal{A}.

Writing down that Ψ\Psi, and being explicit about 𝒜\mathcal{A}, is the identification step. It is mathematics, not statistics: no data enter and no estimator is chosen. When 𝒜\mathcal{A} is too weak, the values of ψsci\psi_{\mathrm{sci}} consistent with PP can form an interval rather than a point, and the honest report is that whole set.

Note

Check the special case. Test every identification claim against the case where it should become trivial. In the screening study below, if screening were assigned by a coin flip, the crude difference in means and the standardized contrast would coincide and the bridge would hold by design. If your assumption set does not simplify in the randomized case, you have written it down wrong.

The model ledger as a working habit

Six rows, filled in before you compute, each short enough to fit on one line.

A six-row table with columns for the ledger row, what it must state, and the screening study. Rows are model, parameter, observed-data estimand, scientific target, bridging assumption, and what would break it.

The model ledger with the screening study filled into it.

The sixth row does the work: “what would break it” forces you to name a concrete, imaginable failure — an unmeasured common cause, an instrument that drifts, a group that declines at a different rate. A ledger whose last row says “the assumptions might not hold” is not a ledger. One that says “patients with prior hospitalizations both screen more and worsen more, and we never recorded prior hospitalizations” is a research plan.

Worked example — a screening study and the target it does not reach

Setting. A clinic records, for each of nn adults arriving in one year, a comorbidity indicator C{0,1}C \in \{0, 1\}, a screening indicator A{0,1}A \in \{0, 1\} (screening is optional and patients choose), and a severity measure YY twelve months later, larger being worse. The data are independent copies of (C,A,Y)(C, A, Y). Fix the mechanism completely — and fix it structurally, at the level of what each patient would record under either screening decision, since that is the level a causal claim lives on:

(C=1)=0.5,(A=1C=0)=0.2,(A=1C=1)=0.8,\mathbb{P}(C = 1) = 0.5, \qquad \mathbb{P}(A = 1 \mid C = 0) = 0.2, \qquad \mathbb{P}(A = 1 \mid C = 1) = 0.8,

Y(a)=2+3Ca+εfor a{0,1},Y=Y(A),Y(a) = 2 + 3C - a + \varepsilon \quad \text{for } a \in \{0, 1\}, \qquad Y = Y(A),

where ε\varepsilon is independent of (A,C)(A, C) with 𝔼[ε]=0\mathbb{E}[\varepsilon] = 0. Read the second line twice. Y(a)Y(a) is the severity a given patient would record had the screening decision been aa — two numbers per person, of which the world reveals one — and Y=Y(A)Y = Y(A) says the severity recorded is the potential outcome belonging to the decision actually taken. Sicker patients screen far more often, comorbidity raises severity by three units, and screening lowers it by one unit for everybody.

What the data can display is the observational consequence of that, which follows by substituting Y=Y(A)Y = Y(A) and using 𝔼[εA,C]=𝔼[ε]=0\mathbb{E}[\varepsilon \mid A, C] = \mathbb{E}[\varepsilon] = 0:

𝔼[YA=a,C=c]=𝔼[2+3CA+εA=a,C=c]=2+3ca.\mathbb{E}[Y \mid A = a, C = c] = \mathbb{E}[2 + 3C - A + \varepsilon \mid A = a, C = c] = 2 + 3c - a .

Every number below can now be checked by hand. Note that the implication runs one way only: conditional means of 2+3ca2 + 3c - a are equally consistent with a world where screening does nothing and the patients who choose it differ, within each level of CC, for reasons nobody recorded.

Step 1 — the observed-data estimand. The number a naive report computes is the crude contrast

ψcrude=𝔼[YA=1]𝔼[YA=0],\psi_{\mathrm{crude}} = \mathbb{E}[Y \mid A = 1] - \mathbb{E}[Y \mid A = 0],

a functional of the distribution of (A,Y)(A, Y) alone, defined whenever 0<(A=1)<10 < \mathbb{P}(A = 1) < 1 and 𝔼|Y|<\mathbb{E}|Y| < \infty.

Step 2 — evaluate it. The screening rate is (A=1)=0.5(0.2)+0.5(0.8)=0.5\mathbb{P}(A = 1) = 0.5(0.2) + 0.5(0.8) = 0.5, so Bayes’ rule gives the comorbidity mix in each arm:

(C=1A=1)=0.5(0.8)0.5=0.8,(C=1A=0)=0.5(0.2)0.5=0.2.\mathbb{P}(C = 1 \mid A = 1) = \frac{0.5(0.8)}{0.5} = 0.8, \qquad \mathbb{P}(C = 1 \mid A = 0) = \frac{0.5(0.2)}{0.5} = 0.2 .

Averaging the conditional mean over that mix,

𝔼[YA=1]=2+3(0.8)1=3.4,𝔼[YA=0]=2+3(0.2)0=2.6,\mathbb{E}[Y \mid A = 1] = 2 + 3(0.8) - 1 = 3.4, \qquad \mathbb{E}[Y \mid A = 0] = 2 + 3(0.2) - 0 = 2.6,

so ψcrude=3.42.6=0.8\psi_{\mathrm{crude}} = 3.4 - 2.6 = 0.8.

Step 3 — the scientific target. The target is the average causal effect ψsci=𝔼[Y(1)Y(0)]\psi_{\mathrm{sci}} = \mathbb{E}[Y(1) - Y(0)], and the structural display hands it over immediately: Y(1)Y(0)=(2+3C1+ε)(2+3C+ε)=1Y(1) - Y(0) = (2 + 3C - 1 + \varepsilon) - (2 + 3C + \varepsilon) = -1 for every patient, whatever their comorbidity and whatever their ε\varepsilon, so ψsci=1\psi_{\mathrm{sci}} = -1 exactly. Observed +0.8+0.8, effect 1.0-1.0: not merely biased, but the wrong sign. Notice which display did the work — the mechanism, which no real study hands you. Nothing was read off 𝔼[YA=a,C=c]\mathbb{E}[Y \mid A = a, C = c], and nothing could have been.

Step 4 — what would join them. Consistency: Y=Y(A)Y = Y(A), the outcome you see is the potential outcome for the treatment actually taken. Conditional exchangeability: {Y(0),Y(1)}\{Y(0), Y(1)\} independent of AA given CC. Positivity: 0<(A=1C=c)<10 < \mathbb{P}(A = 1 \mid C = c) < 1 for each cc that occurs. Under all three, standardizing over CC identifies the target:

ψsci=c{𝔼[YA=1,C=c]𝔼[YA=0,C=c]}(C=c).\psi_{\mathrm{sci}} = \sum_{c} \big\{ \mathbb{E}[Y \mid A = 1, C = c] - \mathbb{E}[Y \mid A = 0, C = c] \big\} \, \mathbb{P}(C = c).

Within each stratum the difference is (2+3c1)(2+3c)=1(2 + 3c - 1) - (2 + 3c) = -1, so the sum is (1)(0.5)+(1)(0.5)=1(-1)(0.5) + (-1)(0.5) = -1. The standardized contrast is a second observed-data functional, and it is the one that equals the target.

Verify, rather than assume, that all three hold in the construction above. Consistency was imposed outright by Y=Y(A)Y = Y(A). Exchangeability holds because {Y(0),Y(1)}\{Y(0), Y(1)\} is a function of (C,ε)(C, \varepsilon) alone with ε\varepsilon independent of (A,C)(A, C). Positivity holds because the screening probabilities are 0.20.2 and 0.80.8. That the bridge holds here is the point: a valid bridge repairs the estimand, not the crude contrast, which is still +0.8+0.8.

Step 5 — a sample with no noise in it. Take n=400n = 400 with cell counts landing exactly on the probabilities.

Comorbidity Screened Count Mean severity
C=0C = 0 no 160 2.0
C=0C = 0 yes 40 1.0
C=1C = 1 no 40 5.0
C=1C = 1 yes 160 4.0

Then y1={40(1.0)+160(4.0)}/200=3.4\bar{y}_1 = \{40(1.0) + 160(4.0)\}/200 = 3.4 and y0={160(2.0)+40(5.0)}/200=2.6\bar{y}_0 = \{160(2.0) + 40(5.0)\}/200 = 2.6, so the crude contrast is 0.80.8 with no sampling error at all, while stratum by stratum the difference is 1.02.0=11.0 - 2.0 = -1 and 4.05.0=14.0 - 5.0 = -1. The gap is not noise, and no sample size touches it.

# one draw from the screening mechanism, then both estimands side by side
set.seed(75063)
n <- 4000
C <- rbinom(n, 1, 0.5)
A <- rbinom(n, 1, ifelse(C == 1, 0.8, 0.2))
Y <- 2 + 3 * C - 1 * A + rnorm(n, 0, 1)     # this line is Y = Y(A), the structural form

crude <- mean(Y[A == 1]) - mean(Y[A == 0])
cell  <- tapply(Y, list(A, C), mean)        # rows A = 0, 1 ; columns C = 0, 1
w     <- prop.table(table(C))
standardized <- sum((cell["1", ] - cell["0", ]) * w)

c(crude = crude, standardized = standardized)

The first entry lands near 0.80.8 and the second near 1-1. Raise nn and both tighten around those values; neither moves toward the other. That is “consistent for the wrong thing” in a console.

What this assumed. That CC is the only variable pushing both screening and severity. Drop that and the standardized contrast stops equalling the target while remaining perfectly estimable. Estimability and relevance are independent properties, and the ledger keeps them in separate rows.

The same reasoning, transferred

A nutrition study wants the association between habitual daily sodium intake XX and blood pressure YY, modelled as 𝔼[YX]=β0+β1X\mathbb{E}[Y \mid X] = \beta_0 + \beta_1 X. Habitual intake cannot be observed; what is recorded is a single-day recall W=X+UW = X + U with 𝔼[U]=0\mathbb{E}[U] = 0, Var(U)=σu2\operatorname{Var}(U) = \sigma_u^2, and UU independent of XX and of ε=Y𝔼[YX]\varepsilon = Y - \mathbb{E}[Y \mid X]. The data are copies of (W,Y)(W, Y), so the observed-data estimand is the slope of the regression of YY on WW:

Cov(Y,W)=Cov(β0+β1X+ε,X+U)=β1σx2,Var(W)=σx2+σu2,\operatorname{Cov}(Y, W) = \operatorname{Cov}(\beta_0 + \beta_1 X + \varepsilon,\; X + U) = \beta_1 \sigma_x^2, \qquad \operatorname{Var}(W) = \sigma_x^2 + \sigma_u^2,

β1*=Cov(Y,W)Var(W)=β1σx2σx2+σu2.\beta_1^{*} = \frac{\operatorname{Cov}(Y, W)}{\operatorname{Var}(W)} = \beta_1 \, \frac{\sigma_x^2}{\sigma_x^2 + \sigma_u^2} .

The reliability ratio λ=σx2/(σx2+σu2)\lambda = \sigma_x^2 / (\sigma_x^2 + \sigma_u^2) lies strictly between 00 and 11, so the observed slope is pulled toward zero. With σx2=900\sigma_x^2 = 900 and σu2=300\sigma_u^2 = 300 we get λ=0.75\lambda = 0.75, and a true slope of β1=0.020\beta_1 = 0.020 appears in the recorded data as β1*=0.015\beta_1^{*} = 0.015.

What stayed the same: an identified observed-data functional, a scientific target that is not a functional of the observed law by itself, and a bridging assumption closing the gap — here, knowledge of λ\lambda from a validation substudy with repeated measurements. What changed: attenuation rather than confounding, and a quantitative bridge rather than a structural one. Correlated measurement error, where UU depends on XX, breaks this one; an unmeasured common cause broke the other. Same ledger, different sixth row.

Second worked example — a normal model with a flat ridge

The first example had an identified model and a target sitting outside it. This one keeps the target inside the model and breaks identifiability instead.

Setting. A device’s reading is the sum of a baseline α\alpha and an offset β\beta, observed only together: Y1,,YnY_1, \dots, Y_n are independent N(α+β,σ2)N(\alpha + \beta, \sigma^2) with σ2\sigma^2 known, so θ=(α,β)2\theta = (\alpha, \beta) \in \mathbb{R}^2 and

(α,β)=n2log(2πσ2)12σ2i=1n(yiαβ)2.\ell(\alpha, \beta) = -\frac{n}{2}\log(2\pi\sigma^2) - \frac{1}{2\sigma^2}\sum_{i=1}^{n} (y_i - \alpha - \beta)^2 .

Step 1 — not identifiable. If α+β=α+β\alpha + \beta = \alpha' + \beta' then P(α,β)P_{(\alpha, \beta)} and P(α,β)P_{(\alpha', \beta')} are the same distribution: (0,3)(0, 3), (3,0)(3, 0) and (100,103)(-100, 103) all describe N(3,σ2)N(3, \sigma^2) data. Every point of 2\mathbb{R}^2 has such a twin, so by the proposition above no estimator sequence is consistent for α\alpha across the parameter space.

Step 2 — see it in the likelihood. Using i(yim)2=i(yiy)2+n(ym)2\sum_i (y_i - m)^2 = \sum_i (y_i - \bar{y})^2 + n(\bar{y} - m)^2 with m=α+βm = \alpha + \beta,

(α,β)=cn2σ2(yαβ)2,c=n2log(2πσ2)12σ2i=1n(yiy)2,\ell(\alpha, \beta) = c - \frac{n}{2\sigma^2}\,(\bar{y} - \alpha - \beta)^2, \qquad c = -\frac{n}{2}\log(2\pi\sigma^2) - \frac{1}{2\sigma^2}\sum_{i=1}^{n}(y_i - \bar{y})^2,

and cc involves neither α\alpha nor β\beta. So \ell depends on the parameter only through α+β\alpha + \beta, and its maximizers form the whole line {(α,β):α+β=y}\{(\alpha, \beta) : \alpha + \beta = \bar{y}\} — infinitely many, all at the same height.

Left: parallel straight level lines in the alpha-beta plane, the maximizing line alpha plus beta equals 3.2 drawn thick with three dots on it. Right: a sharp downward parabola across the ridge beside a flat horizontal line along it.

Level sets of a log-likelihood that is flat along one direction.

The left panel takes n=25n = 25, σ=2\sigma = 2 and y=3.2\bar{y} = 3.2. Every level set is a straight line of slope 1-1; the thick one is the maximum. Shifting to a parameter pair whose sum α+β\alpha + \beta differs from y\bar{y} by dd costs nd2/(2σ2)=3.125d2n d^2 / (2\sigma^2) = 3.125\, d^2 in log-likelihood, so the dashed lines at d=0.6d = 0.6 and d=1.2d = 1.2 sit 1.1251.125 and 4.54.5 below the peak. The right panel slices the same surface two ways: sharply curved across the ridge, exactly flat along it.

Step 3 — the information matrix is singular. Both partial derivatives are the same function,

α=β=nσ2(yαβ),\frac{\partial \ell}{\partial \alpha} = \frac{\partial \ell}{\partial \beta} = \frac{n}{\sigma^2}(\bar{y} - \alpha - \beta),

and all three second derivatives equal n/σ2-n/\sigma^2, so

I(α,β)=𝔼[2θθ]=nσ2(1111),I(\alpha, \beta) = -\mathbb{E}\left[\frac{\partial^2 \ell}{\partial \theta \, \partial \theta^\top}\right] = \frac{n}{\sigma^2}\begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix},

whose determinant is zero. There is no I1I^{-1}, so the Week 12 machinery has nothing to say about (α̂,β̂)(\hat\alpha, \hat\beta). The flat direction in the picture and the zero eigenvalue in the matrix are one fact seen twice — exactly the cross-check this course wants you to run.

Step 4 — what is identified. The function g(α,β)=α+βg(\alpha, \beta) = \alpha + \beta is, and ĝ=YN(α+β,σ2/n)\hat{g} = \bar{Y} \sim N(\alpha + \beta, \sigma^2/n) behaves impeccably; at n=25n = 25 and σ=2\sigma = 2 its standard error is 2/5=0.42/5 = 0.4. Reparameterizing to μ=α+β\mu = \alpha + \beta gives I(μ)=n/σ2=6.25I(\mu) = n/\sigma^2 = 6.25 and Var(Y)=σ2/n=0.16=1/6.25\operatorname{Var}(\bar{Y}) = \sigma^2/n = 0.16 = 1/6.25: variance and reciprocal information agree, as they should here. The estimand you can have is μ\mu; the one you wanted, α\alpha, was never on offer.

# the ridge, found numerically rather than algebraically
set.seed(75063)
n <- 25; sigma <- 2
y <- rnorm(n, mean = 3.2, sd = sigma)
loglik <- function(a, b) sum(dnorm(y, mean = a + b, sd = sigma, log = TRUE))

g <- expand.grid(alpha = seq(-2, 6, by = 0.05), beta = seq(-2, 6, by = 0.05))
g$ll <- mapply(loglik, g$alpha, g$beta)
top  <- g[g$ll  >  max(g$ll) - 1e-9, ]

nrow(top)                    # many maximizers, not one
mean(y)                      # the sample mean this run produced
range(top$alpha + top$beta)  # one value: the grid line nearest mean(y)

The grid search does not fail, crash or warn: it returns a long list of pairs whose log-likelihoods agree to numerical precision and whose coordinate sums are identical — the grid line closest to y\bar{y}. An optimizer would return whichever ridge point its starting value led to, and report convergence.

Step 5 — what a prior does, and does not do. Give α\alpha and β\beta independent N(0,τ2)N(0, \tau^2) priors and write μ=α+β\mu = \alpha + \beta, δ=αβ\delta = \alpha - \beta. A priori these are jointly normal with Var(μ)=Var(δ)=2τ2\operatorname{Var}(\mu) = \operatorname{Var}(\delta) = 2\tau^2 and Cov(μ,δ)=Var(α)Var(β)=0\operatorname{Cov}(\mu, \delta) = \operatorname{Var}(\alpha) - \operatorname{Var}(\beta) = 0, hence independent. The likelihood involves μ\mu only, so the posterior factorizes and the marginal posterior of δ\delta is exactly its N(0,2τ2)N(0, 2\tau^2) prior: the data never touch it, at any nn. With v=σ2/nv = \sigma^2/n, bivariate normal conditioning gives

Var(αy)=τ2(τ2)22τ2+v=τ2τ2+v2τ2+vτ22as n.\operatorname{Var}(\alpha \mid \bar{y}) = \tau^2 - \frac{(\tau^2)^2}{2\tau^2 + v} = \tau^2 \cdot \frac{\tau^2 + v}{2\tau^2 + v} \; \longrightarrow \; \frac{\tau^2}{2} \quad \text{as } n \to \infty .

With τ=10\tau = 10, n=25n = 25 and σ2=4\sigma^2 = 4 we have v=0.16v = 0.16 and Var(αy)=100(100.16)/(200.16)=50.04\operatorname{Var}(\alpha \mid \bar{y}) = 100 (100.16)/(200.16) = 50.04, against a prior variance of 100100. The data halve the posterior variance of α\alpha and then stop, forever. Such an analysis is coherent and returns a proper posterior; what it must not do is present the part that is pure prior as a finding. Week 9 builds the machinery, but the caution belongs here.

Label switching is the same disease in milder form, and comparing the two forms retires a confusion the opening section warned about. In the mixture 12N(μ1,1)+12N(μ2,1)\tfrac{1}{2}N(\mu_1, 1) + \tfrac{1}{2}N(\mu_2, 1) the pairs (μ1,μ2)(\mu_1, \mu_2) and (μ2,μ1)(\mu_2, \mu_1) give identical laws, so the parameter is identified only up to a swap; imposing μ1μ2\mu_1 \le \mu_2 restores identifiability at the cost of changing what the components mean. But the twin here is isolated: one reflected point, not a line of them. The log-likelihood has two separated peaks of equal height rather than a flat direction, and at every θ\theta with μ1μ2\mu_1 \ne \mu_2 the information matrix is nonsingular, so I(θ)1I(\theta)^{-1} exists; what is missing is a unique θ\theta for it to describe. Non-identifiability alone does not make information singular. A continuum of equivalent points does, because the log-likelihood is constant along it, so the score has a direction vv with v0v^\top \nabla \ell \equiv 0 and hence vI(θ)v=𝔼[(v)2]=0v^\top I(\theta) v = \mathbb{E}[(v^\top \nabla \ell)^2] = 0. On this page that is the ridge, and only the ridge.

The misreading to avoid

Every year someone says a version of this, and it sounds sophisticated:

“I do not need to write the estimand down separately. I compute the difference in sample means, it converges to something, and that is the effect of screening. The estimand is whatever my estimator converges to.”

The sentence redefines the target as a property of the procedure. Three counterexamples kill it, and between them they exhibit two distinct ways it breaks. In the first two the limit is perfectly well defined — a genuine functional of the law of the data collected — and simply is not what anyone wanted; those two reach that failure by different routes, confounding and selection. In the third there is no single limit to promote to the status of a target at all.

A consistent estimator of a number nobody wanted. In the screening study Y1Y00.8\bar{Y}_1 - \bar{Y}_0 \to 0.8 almost surely. It is consistent — for ψcrude=0.8\psi_{\mathrm{crude}} = 0.8, while the effect is 1.0-1.0. Consistency relates an estimator to a specified limit and certifies nothing about whether that limit deserved computing.

A limit for the wrong population. Survey households about weekly grocery spending, and write S=1S = 1 for a household that replies. The observed mean converges to 𝔼[XS=1]\mathbb{E}[X \mid S = 1], not 𝔼[X]\mathbb{E}[X]. If 𝔼[XS=1]=62\mathbb{E}[X \mid S = 1] = 62, 𝔼[XS=0]=38\mathbb{E}[X \mid S = 0] = 38 and (S=1)=0.25\mathbb{P}(S = 1) = 0.25, the population mean is 0.25(62)+0.75(38)=440.25(62) + 0.75(38) = 44. Your estimator converges to 6262; doubling the sample tightens the interval around 6262 and moves it no closer to 4444. Be careful about what went wrong: the limit is not meaningless. Mean spending among responders is a legitimate functional of the law of the data you collected, the estimator is consistent for it, and nothing about 6262 is defective. It is indexed to the wrong population, and the observed law carries no signal saying so, because the non-responders left no trace in it. Same failure as the previous counterexample, reached by a different route: there a common cause bent the limit away from the target, here a selection mechanism did.

A limit that is not unique. Return to the flat ridge and try to estimate α\alpha. Take α̂n17\hat\alpha_n \equiv 17 with β̂n=Yn17\hat\beta_n = \bar{Y}_n - 17: this pair maximizes the likelihood exactly, for every sample, and α̂n17\hat\alpha_n \to 17. Take α̂n4\hat\alpha_n \equiv -4 with β̂n=Yn+4\hat\beta_n = \bar{Y}_n + 4: also a maximizer, converging to 4-4. Both are maximum likelihood estimators. If the estimand were whatever the estimator converges to, α\alpha would be 1717 and 4-4 at once.

Left: unmeasured comorbidity C causes both screening A and severity Y, with the A to Y effect minus 1.0. Right: A alone causes Y, effect plus 0.8. Both panels show the same observed means, 2.6 unscreened and 3.4 screened.

Two data-generating stories with the same observed distribution and different causal claims.

The figure makes the deepest version visible. Suppose you record only (A,Y)(A, Y), not CC. Story one is the mechanism above: comorbidity drives both screening and severity, and screening helps by one unit. Story two has no comorbidity in it — screening simply harms, and the conditional law of YY given AA is defined to be exactly the mixture story one induces. By construction the two give the identical distribution of (A,Y)(A, Y), so every estimator has the same sampling distribution and the same limit under both. Yet the causal claims are 1.0-1.0 and +0.8+0.8. A limit identical in two worlds where the truth differs cannot define the truth.

The repair is the reversal this week has been building toward. Write the estimand first, as a functional of something. Check identification. Only then choose an estimator, and ask what it converges to as a check on the choice rather than as a definition of the goal.

Practice on your own

These are for your own checking, not for handing in.

  1. An identifiability derivation. Let X1,,XnX_1, \dots, X_n be independent N(μ1+μ2,σ2)N(\mu_1 + \mu_2, \sigma^2) with θ=(μ1,μ2,σ2)\theta = (\mu_1, \mu_2, \sigma^2) and σ2>0\sigma^2 > 0 unknown. Characterize which functions g(θ)g(\theta) are identified, show that σ2\sigma^2 is one and μ1\mu_1 is not, then decide about μ1/μ2\mu_1 / \mu_2 and explain the outcome using the level sets in the flat-ridge figure.
  2. A counterexample hunt. Find a family other than the two on this page that is not identifiable and exhibit two parameter values with the same law. Then find a restriction of Θ\Theta that restores identifiability, and say in one sentence what it costs scientifically. Worth trying: a product of two probabilities, or a two-stage mechanism where only the total time is recorded.
  3. A simulation to describe. Describe in words and about eight lines of R a study that draws samples of size n=200n = 200 from the screening mechanism, computes both contrasts in each replication, and plots the two sampling distributions on one axis. Predict where each centres and how wide it is before you run anything, then say what changes at n=2000n = 2000.
  4. An audit. A colleague writes: “Y1Y0\bar{Y}_1 - \bar{Y}_0 is unbiased for ψcrude\psi_{\mathrm{crude}}, and ψcrude\psi_{\mathrm{crude}} estimates the effect of screening, so Y1Y0\bar{Y}_1 - \bar{Y}_0 is unbiased for the effect of screening.” Locate the step that is not a mathematical statement, and rewrite the argument as a correct conditional claim with its hypothesis made explicit.
  5. A ledger of your own. Take a study from your own field and fill in all six rows. If you cannot name a concrete failure that would break the bridging assumption, that is itself the finding.

Where to read more

Where this goes next

Week 2 turns to machinery: given the distribution of the data, how do you get the distribution of the thing you compute from it? The cumulative distribution function method, the Jacobian, the moment generating function, and conditioning used as a modelling device — the first place Bayesian structure appears in this course without being named. Read it as the technical service this week’s questions demand: once you have an estimand and an estimator, you need the law of that estimator. Hold onto identification, though, because everything in Week 2 is a statement about a PP you have already agreed exists, and none of it rescues a target that PP does not determine.

The flat ridge itself returns twice: in Week 7 as one way the score equation fails to locate a maximum, and in Week 12 as the singular information matrix that voids the Cramér-Rao bound. To review the probability this week leaned on, go back to Week 0; the next unit is Week 2, and every unit is listed on the notes index.