Bayesian Inference: Deriving the Posterior Mean & Precision

Added:

Posterior Setup
Precision Likelihood
Prior Distribution
Posterior Setup
Exponent Expansion
Completing Square
Posterior Results
Weighted Average

Posterior Setup

0:00
Playing Section
  • 1

    Introduces the problem of deriving the posterior with unknown mean and known variance.

  • 2

    Defines the likelihood for iid normal data as a product of individual densities.

  • 3

    Emphasizes the shift to using precision instead of variance for easier derivation.

Bayes' Theorem and its core components: understanding the mathematical relationship between the prior, likelihood, and posterior distributions.
The Normal (Gaussian) distribution, including its probability density function (PDF) and standard parameterization.
The concept of precision as the reciprocal of variance (1/sigma^2) and why it is mathematically convenient in Bayesian formulations.
The definition and utility of conjugate priors, specifically how they yield a posterior within the same probability distribution family as the prior.
Basic algebraic manipulation of exponents, specifically the technique of completing the square to identify the parameters of a normal distribution.
Joint estimation of both an unknown mean and an unknown variance/precision using a Normal-Gamma or Normal-Inverse-Gamma conjugate prior.
Multivariate Bayesian inference, extending the univariate normal model to handle vectors of means and covariance/precision matrices.
Bayesian Linear Regression, applying these derived posterior formulas to estimate regression coefficients with Gaussian priors.
Markov Chain Monte Carlo (MCMC) methods, learning how to handle non-conjugate priors where analytical posterior derivation is mathematically intractable.
Sequential Bayesian updating, demonstrating how the derived posterior acts as the new prior when a fresh stream of data arrives.
852 views4likes36:14@JingchenMonikaHuOriginal Release: 2019-02-12

In Bayesian inference, when estimating an unknown mean μ with known variance σ², the posterior distribution is derived by multiplying the normal likelihood function with a normal prior distribution, then completing the square in the exponent to recognize the resulting distribution as normal with updated mean and precision. The posterior mean is a weighted average of the prior mean and the sample mean, where weights are proportional to their respective precisions (τ₀ and n), and the posterior precision equals the sum of the prior precision and the data precision (τ_post = τ₀ + n).