The Bayesian Inference Framework | Prior, Data & Posterior Distribution

Added:

Bayes Basics
Prior Choice
Full Posterior
MAP Estimate
Estimator Use

Bayes Basics

0:00
Playing Section
  • 1

    Introduces unknown quantity as random variable with prior distribution.

  • 2

    Models observations via conditional distribution given theta.

  • 3

    Applies Bayes rule to derive posterior distribution as solution.

Fundamentals of probability theory, including conditional probability and the basic mathematical statement of Bayes' Theorem.
The concept of probability distributions, including probability density functions (PDFs) and cumulative distribution functions (CDFs) for both discrete and continuous random variables.
The definition and formulation of a likelihood function, representing the probability of observing data given specific parameter values.
The core conceptual distinction between frequentist statistics (parameters as fixed constants) and Bayesian statistics (parameters as random variables).
Conjugate priors and analytical updates, exploring how choosing specific mathematical pairs (like Beta-Binomial) simplifies posterior distribution calculations.
Markov Chain Monte Carlo (MCMC) algorithms, such as Metropolis-Hastings and Gibbs Sampling, used to numerically approximate complex, multi-dimensional posterior distributions.
Bayesian parameter estimation techniques, including calculating Credible Intervals and Maximum A Posteriori (MAP) estimates.
Bayesian hypothesis testing and model selection using Bayes Factors as an alternative to frequentist p-values.
83.7K views1.2Klikes9:48@mitocwOriginal Release: 2018-04-24

The Bayesian inference framework treats unknown quantities as random variables with prior distributions, and updates these beliefs using observed data through Bayes' rule to obtain posterior distributions; this complete solution can then be summarized using point estimators like Maximum A Posteriori (MAP) which finds the most probable value, or the conditional expectation estimator which provides the mean of the posterior distribution.