Statistical inference is the process of learning about unknown quantities from observed data.
The Inference Problem
We observe data generated by some process with unknown parameters . What can we say about given ?
This involves two directions of reasoning:
- Forward: - If we knew the parameters, what data would we expect?
- Inverse: - Given the data we observed, what parameters are plausible?
We typically know how to compute (the likelihood) from our model, but we want (the posterior).
Approaches to Inference
Baysian Inference - Uses Bayes theorem to update beliefs.
Frequentist Inference - Treats parameters as fixed but unknown. Uses procedures that have good properties when repeated.The key philosophical difference: Bayesians quantify uncertainty about parameters directly via , while frequentists quantify uncertainty about their procedures.