Compact Final Review and Test-Selection Guide - Spring 2026
Instructors: Ani Adhikari, William Fithian
Data 145 methods look less like a list when they are organized by the job they perform. Name the job first; then identify the random object that calibrates the answer.
MLE, plug-in, Fisher information, delta method. Maximize likelihood, attach standard errors, and transform estimates.
Risk, MSE, admissibility, shrinkage. “Good” depends on the loss function, not only on unbiasedness.
Bayesian inference. Posterior is proportional to likelihood times prior; the estimator depends on the loss.
KL projection, sandwich variance, bootstrap. Separate the target of estimation from its sampling uncertainty.
NP, MLR, UMP, GLRT, and p-values. Control Type I error while comparing or maximizing power.
Bonferroni, Sidak, and BH. Decide whether the goal is family-wise error control or false-discovery control.
z, t, χ2, F, regression, ANOVA. Rotate data into nuisance, tested, and residual directions.
Hierarchical and empirical Bayes. Learn shrinkage from many parallel noisy problems.
Begin at the top and classify the problem before reaching for a formula. The branches separate sample structure, model restrictions, linear-model questions, and multiplicity goals.
The full map is horizontally scrollable so the labels stay readable on smaller screens.
Use for smooth transformed targets. If $g'(\theta_0)=0$ or the model is nonregular, first-order theory can fail.
This is a finite-sample lower bound for unbiased estimators under regularity conditions.
| Model | MLE | $I(\theta)$ per observation | Key note |
|---|---|---|---|
| $\operatorname{Bernoulli}(p)$ | $\hat p=\bar X$ | $1/[p(1-p)]$ | For logit targets, $g'(p)=1/[p(1-p)]$. |
| $\operatorname{Pois}(\lambda)$ | $\hat\lambda=\bar X$ | $1/\lambda$ | $\bar X$ is finite-sample efficient for $\lambda$. |
| $\operatorname{Exp}(\lambda)$, rate | $\hat\lambda=1/\bar X$ | $1/\lambda^2$ | Do not confuse rate with the mean parameterization. |
| $N(\mu,\sigma^2)$, $\sigma^2$ known | $\hat\mu=\bar X$ | $1/\sigma^2$ | Exact normal sampling distribution. |
| $\operatorname{Unif}(0,\theta)$ | $\hat\theta=X_{(n)}$ | Regular identity fails | The support depends on $\theta$; regular MLE theory does not apply. |
An estimator dominates another if its risk is never larger and is strictly smaller somewhere.
Shrinkage may add bias while reducing variance enough to lower total risk. Unbiasedness is a constraint, not a universal objective.
Admissible: no other estimator dominates it. Minimax: minimizes the worst-case risk.
| Loss | Estimator |
|---|---|
| Squared error | Posterior mean |
| Absolute error | Posterior median |
| 0–1 / MAP-like | Posterior mode |
| Likelihood | Prior | Posterior pattern |
|---|---|---|
| Binomial / Bernoulli | $\operatorname{Beta}(a,b)$ | $\operatorname{Beta}(a+x,b+n-x)$ |
| Poisson | $\operatorname{Gamma}(a,b)$ on rate | Gamma with shape $a+\sum x_i$ and rate $b+n$ |
| Normal mean, variance known | Normal | Posterior precision = prior precision + data precision |
Under misspecification, the MLE targets the closest model member—not a literal “true” parameter.
The information identity $I=J$ requires correct specification.
| Bootstrap choice | Rule | Use or trap |
|---|---|---|
| Parametric | Sample $X^*\sim f_{\hat\theta}$. | Efficient when the model is trusted; inherits misspecification. |
| Nonparametric | Sample with replacement from the observed data. | Fewer modeling assumptions. |
| Normal interval | $T\pm z_{1-\alpha/2}\widehat{\operatorname{sd}}(T^*)$ | Needs approximate normality and low bias. |
| Percentile interval | $[q^*_{\alpha/2},q^*_{1-\alpha/2}]$ | Simple, but can be bias-sensitive. |
| Basic interval | $[2T-q^*_{1-\alpha/2},2T-q^*_{\alpha/2}]$ | Reflects the bootstrap error distribution. |
The NP lemma gives the most powerful level-$\alpha$ test for a fixed simple alternative.
If an exponential family has a monotone likelihood ratio in $T(X)$, thresholding $T$ can give a one-sided UMP test.
A valid p-value satisfies $P_\theta\{p(X)\le t\}\le t$ under every null parameter.
A $1-\alpha$ confidence region contains the parameter values whose level-$\alpha$ tests do not reject.
Use for regular nested parametric hypotheses. Unlike NP, this is not a finite-sample most-powerful guarantee.
With $k$ cells and $r$ parameters estimated from the data, the asymptotic degrees of freedom are $k-1-r$.
| Model / alternative | LR monotone in | Reject direction |
|---|---|---|
| $N(\mu,\sigma^2)$ known, $\mu_1>\mu_0$ | $\bar X$ | Large $\bar X$ |
| $\operatorname{Exp}(\lambda)$ rate, $\lambda_1>\lambda_0$ | $\sum X_i$ decreasing | Small $\sum X_i$ |
| $\operatorname{Binom}(n,p)$, $p_1>p_0$ | $X$ | Large $X$ |
| Pareto shape $\theta_1<\theta_0$ | $\sum\log X_i$ | Large sum for the smaller, heavier-tail shape |
Use this table after the decision map. The last column is as important as the formula: it says when the calibration is justified.
| Situation | Method | Statistic or rule | Calibration | Assumptions / traps |
|---|---|---|---|---|
| One mean, $\sigma$ known | $z$-test | $Z=(\bar X-\mu_0)/(\sigma/\sqrt n)$ | $N(0,1)$ | Normal model or justified large-$n$ approximation. |
| One normal mean, $\sigma$ unknown | One-sample $t$ | $T=(\bar X-\mu_0)/(S/\sqrt n)$ | $t_{n-1}$ | IID normal for exact finite-sample calibration. |
| Paired before/after | Paired $t$ | One-sample $t$ on $D_i=X_i-Y_i$ | $t_{n-1}$ | Preserve the pairing; do not treat samples as independent. |
| Paired, small or non-normal | Sign test | $S=\#\{D_i>0\}$ after dropping ties | $\operatorname{Binom}(k,1/2)$ | Positive and negative signs are equally likely under $H_0$. |
| Two independent means | Welch $t$ by default | $(\bar X-\bar Y)/\widehat{\operatorname{SE}}$ | Welch–Satterthwaite $t$ | Use pooled $t$ only when equal variances are justified. |
| One fully specified continuous CDF | One-sample KS | $D_n=\sup_x|F_n(x)-F_0(x)|$ | KS distribution | If parameters are estimated, refit inside a parametric bootstrap. |
| Two full distributions | Two-sample KS | $D_{m,n}=\sup_x|F_m(x)-G_n(x)|$ | Exact, permutation, or asymptotic | Independent samples; cleanest for continuous distributions without ties. |
| Two samples, rank / location comparison | Wilcoxon rank-sum | Rank sum for one group | Permutation over labels | Targets ranks or a distributional shift, not automatically the mean. |
| Categorical goodness of fit | Pearson $X^2$ or $G^2$ | $\sum(O-E)^2/E$ or $2\sum O\log(O/E)$ | $\chi^2_{k-1-r}$ | Expected counts must support the asymptotic approximation. |
| Three or more normal group means | One-way ANOVA | Between-group / within-group variation | $F_{g-1,n-g}$ | Normal equal-variance model. |
| Three or more groups, no model form | $k$-sample permutation | Recompute a chosen discrepancy after relabeling | Permutation distribution | Exchangeability under the null; keep group sizes fixed. |
| Simple vs. simple hypotheses | NP likelihood ratio | Reject for large $f_1(X)/f_0(X)$ | Choose cutoff under $H_0$ | Optimal for the specified simple alternative only. |
| Composite nested parametric model | GLRT | $2\{\ell(\hat\theta)-\ell(\hat\theta_0)\}$ | Asymptotic $\chi^2$ | Regular nested models; degrees of freedom = dimension difference. |
| One regression coefficient | Coefficient $t$ | $\hat\beta_j/\widehat{\operatorname{SE}}(\hat\beta_j)$ | $t_{n-d}$ | Normal linear model; $d$ is full-model dimension. |
| $d_1$ regression restrictions | Regression $F$ | $[(\operatorname{RSS}_0-\operatorname{RSS})/d_1]/[\operatorname{RSS}/(n-d)]$ | $F_{d_1,n-d}$ | The denominator uses full-model residual variance. |
| Many hypotheses, FWER goal | Bonferroni / Sidak | $p_i\le\alpha/m$ or $p_i\le1-(1-\alpha)^{1/m}$ | FWER control | Bonferroni allows any dependence; exact Sidak needs independence. |
| Many hypotheses, discovery goal | Benjamini–Hochberg | Largest $k$ with $p_{(k)}\le\alpha k/m$ | FDR control | Independence or suitable positive dependence conditions. |
$R$ is the number of discoveries and $V$ is the number of false discoveries. Under the global null, FDR = FWER.
Independence of the signal and residual projections is the engine behind the exact $t$ and $F$ calibrations.
Rotate $Y\sim N_n(\theta,\sigma^2I)$ into independent blocks $Z=(Z_0,Z_1,Z_r)$.
For one-way ANOVA, $d_1=g-1$ and the full-model residual degrees of freedom are $n-g$.
The many-means problem is where the course’s estimation, decision, and Bayesian threads meet. Each coordinate is noisy, but the collection teaches us how strongly to shrink.
| Estimator | Form | Interpretation |
|---|---|---|
| Coordinatewise MLE | $\hat\theta_i=X_i$ | No sharing across coordinates. |
| Oracle Bayes | $\zeta\mu+(1-\zeta)X_i$ | Uses known population shrinkage. |
| Hierarchical Bayes | $E[\zeta\mu\mid X]+\{1-E[\zeta\mid X]\}X_i$ | Integrates over hyperparameter uncertainty. |
| Empirical Bayes | Plug estimated $\mu$ and $\tau^2$ into the oracle rule | Learns the shrinkage coefficient from the ensemble. |
| Result | Statement | Use / trap |
|---|---|---|
| Cramér–Rao | $\Var_\theta(T)\ge[g'(\theta)]^2/[nI(\theta)]$ for unbiased $T$. | Regular finite-sample lower bound. |
| MLE asymptotic normality | $\sqrt n(\hat\theta-\theta_0)\Rightarrow N(0,1/I(\theta_0))$. | Standard errors and large-sample intervals. |
| Delta method | Multiply asymptotic variance by $[g'(\theta_0)]^2$. | Smooth transformed targets. |
| Bernstein–von Mises | Posterior $\approx N(\hat\theta_{\mathrm{MLE}},1/[nI(\hat\theta)])$. | Regular large-$n$ one-parameter Bayes. |
| Neyman–Pearson | LR test is most powerful for simple vs. simple hypotheses. | Optimality is for a fixed alternative. |
| MLR $\Rightarrow$ UMP | Threshold a monotone statistic for one-sided alternatives. | Usually not a two-sided result. |
| Wilks / GLRT | $2\Delta\ell\Rightarrow\chi^2_{\text{dimension difference}}$. | Regular nested composite tests. |
| Rotational invariance | Orthogonal Gaussian projections are independent and chi-squared by dimension. | Foundation of $t$, $F$, regression, and ANOVA. |
| Bonferroni | $P(\bigcup_i A_i)\le\sum_iP(A_i)$. | FWER control without independence. |
| Benjamini–Hochberg | Under its conditions, FDR $\le\alpha m_0/m\le\alpha$. | Expected false-discovery proportion, not FWER. |