Normal Prior Normal Likelihood Posterior Derivation

Added:

Normal Prior Setup
Posterior Derivation
Precision Summation
Mean Matching
Mean Formula
Convenient Form

Normal Prior Setup

0:01
Playing Section
  • 1

    Explains using a normal prior for a normal likelihood.

  • 2

    Highlights the product remains a normal distribution.

  • 3

    Defines posterior parameters as mu_n and sigma_n^2.

Understanding of Bayes' Theorem, specifically the relationship where the Posterior is proportional to the Likelihood multiplied by the Prior.
Familiarity with the Probability Density Function (PDF) of the Normal (Gaussian) distribution and its parameters (mean and variance).
Algebraic proficiency in 'completing the square' within the exponent of exponential functions.
The concept of 'precision' in statistics, defined as the reciprocal of the variance.
Exploring the Multivariate Normal conjugate update, extending this univariate derivation to multi-dimensional data using matrix algebra.
Applying the Normal-Normal model to Bayesian Linear Regression, where priors are placed on the regression coefficients.
Studying Conjugate Priors and the Exponential Family to understand which other distribution pairs share this convenient property.
Implementing Sequential Bayesian Updating, demonstrating how a posterior distribution becomes the prior when new data is observed.
57.2K views397likes11:04@deetoherOriginal Release: 2013-03-08

When a normal distribution serves as the prior for a normal likelihood function, the resulting posterior distribution is also normal, with its precision equal to the sum of the prior precision and the likelihood precision, and its mean being a weighted average of the prior mean and the sample mean, where weights are proportional to their respective precisions.