Back to Modeling: Regression and Beyond

Bayesian Inference — The Update Game

Stop hiding from Bayes. Prior + likelihood = posterior. The update rule that powers modern probabilistic modeling. FIND_VIDEO: search 'Bayesian inference prior posterior' — recommended channel: 3Blue1Brown / StatQuest. Aim for 11 min or under.

14 minutesVideo LessonPDF notes
🎯 Free Guest Mode: You are learning for free. Sign in to save your completion progress and quiz answers.

Ready to continue?

Mark this lesson as complete when you're ready to proceed.

Key moments

  1. Conditional Probability ReviewConditional probability is calculated by dividing the joint count by the count of the given condition.
  2. Scaling by KnowledgeConditional probability is the probability of an event scaled by the knowledge we already have about that event.
  3. Comparing ConditionalsChanging the given knowledge changes the scaling factor (denominator) and thus the resulting conditional probability.
  4. Deriving Bayes' TheoremBayes' Theorem is derived algebraically by setting two equivalent expressions for the joint probability equal to each other.
  5. Standard FormulaThe standard formula relates P(A|B) to P(B|A) using the marginal probabilities P(A) and P(B).
  6. Importance of BayesBayes' Theorem is crucial because it allows calculation of probabilities even when full data is unavailable and estimates must be used.
  7. Notation ComparisonThe standard notation for conditional probability omits the known event, which can obscure the fact that both inverse conditionals refer to the same joint event.
PDF notes

Frequently asked questions

Why use the slightly redundant notation for conditional probability?

It makes it obvious that both inverse conditional probabilities refer to the same joint event (A and B), differing only by the given knowledge.

Why did the calculated probability change when using Bayes' Theorem with StatSquatch's guess?

The result changed because the input probability (P(Soda)) was an estimate, not the true value derived from the full data set.

What is the 'big deal' about Bayes' Theorem if it's just algebra?

It allows calculation of conditional probabilities when the joint probability is unknown, which is essential when dealing with large, incomplete, or estimated data sets.

What is the relationship between Bayes' Theorem and Bayesian statistics?

Bayes' Theorem is the mathematical basis for Bayesian statistics, which is a broader philosophy on how statistical inference should be calculated using prior beliefs.