Builds on probability
Statistics
Move from observations to estimates, inference, regression, and model evaluation.
Inside this subject
Read at your own pace01Data and study design2 lessons
02Describing samples4 lessons
03Sampling properties2 lessons
04Likelihood estimation3 lessons
05Bayesian estimation2 lessons
06Uncertainty intervals5 lessons
- 01Standard errors
Interpret the standard deviation of an estimator's sampling distribution.
- 02Confidence interval meaning
Interpret confidence through repeated coverage of a fixed parameter.
- 03Mean intervals
Construct a one-sample t interval under stated sampling conditions.
- 04Bootstrap resampling
Construct a bootstrap sampling approximation for an IID sample statistic.
- 05Bootstrap intervals
Read a percentile interval from supplied bootstrap replicates with stated limitations.
07Tests and errors3 lessons
08Comparisons and multiplicity2 lessons
09Linear regression4 lessons
- 01Linear regression models
Specify a conditional mean model separating predictors from residual noise.
- 02Design matrices
Encode supplied predictors and an intercept as a design matrix.
- 03Fitting regression
Obtain coefficients for a full-rank regression using a supplied QR least-squares procedure.
- 04Regression residuals
Compute residuals from fitted predictions and observations.
10Regression uncertainty and evaluation4 lessons
- 01Collinearity
Diagnose coefficient instability caused by dependent or nearly dependent predictors.
- 02Holdout evaluation
Separate model fitting from an independent evaluation set.
- 03Cross-validation
Aggregate validation error from a supplied fold scheme without test-set reuse.
- 04Data leakage
Identify preprocessing or selection that uses unavailable evaluation information.
11Probabilistic prediction3 lessons
12Principal component analysis4 lessons
- 01Centering data
Center each data feature using training-sample means.
- 02Principal components
Find principal directions from a supplied SVD of centered data.
- 03Component scores
Project centered observations into a chosen principal-component basis.
- 04Explained variance
Compute a retained-variance fraction from supplied singular values.