Normal–Normal Bayesian Model
Normal–Normal Bayesian Model
(Gaussian Likelihood + Gaussian Prior)
1. What Is the Normal–Normal Model?
The Normal–Normal model is a Bayesian model used when:
-
Data are normally distributed
-
The variance is known
-
The mean is unknown
-
Our prior belief about the mean is Gaussian
It is one of the most important Bayesian models because:
-
The posterior has a closed form
-
It illustrates Bayesian updating
-
It connects directly to regularization in ML
2. Model Assumptions
Likelihood (Data Model)
-
: unknown mean
-
: known variance
Prior (Belief about the Mean)
-
: prior mean
-
: prior variance
3. Why Is This Called “Normal–Normal”?
| Component | Distribution |
|---|---|
| Likelihood | Normal |
| Prior | Normal |
| Posterior | Normal |
📌 This is an example of a conjugate prior.
4. Posterior Distribution (Key Result)
After observing data :
Where:
Posterior Mean
Posterior Variance
5. Interpretation of the Posterior Mean
The posterior mean is a weighted average:
Where:
-
Weights are proportional to precision (inverse variance)
📌 More confidence → more influence.
6. Worked Numerical Example
Given:
-
Prior:
-
Known variance:
-
Observed data:
Step 1: Compute Sample Mean
Step 2: Compute Posterior Mean
Step 3: Compute Posterior Variance
7. Final Posterior
8. Key Insights
1. Data vs Prior
-
More data → posterior moves toward sample mean
-
Strong prior → posterior stays near prior mean
2. Uncertainty Shrinks
More data → less uncertainty.
9. MAP and Bayesian Mean
For Gaussian posterior:
📌 MAP estimate equals posterior mean.
10. Limiting Cases (Important for Exams)
Large Data Limit
Very Strong Prior
11. Connection to Machine Learning
Ridge Regression
-
Normal prior on weights
-
Equivalent to
Kalman Filter
-
Repeated Normal–Normal updates
12. Bayesian vs Frequentist
| Aspect | Bayesian | Frequentist |
|---|---|---|
| Estimate | Distribution | Point |
| Uncertainty | Explicit | Asymptotic |
| Prior knowledge | Included | Ignored |
13. Summary
-
Normal–Normal is a conjugate Bayesian model
-
Posterior is Gaussian
-
Mean is precision-weighted average
-
Variance shrinks with data
Comments
Post a Comment