1.3.1 Bayes' Theorem Flashcards
(10 cards)
What is Bayes’ Theorem used for?
To calculate $P(A_i \mid B)$ when you know $P(B \mid A_i)$, the prior $P(A_i)$, and want the updated belief about $A_i$ after observing $B$.
What’s the formula for Bayes’ Theorem (finite partitions)?
P(A _i|B)= P(B | A_i) * P(A_i) all over the sum from j=1 to n of P(B|A_j) * P(A_j)
What are the conditions under which you should use Bayes’ Theorem?
- P(B | A_i) is known.
- P(B) is not.
- P(A_i | B) is the goal.
What theorem is Bayes’ Theorem derived from?
The Law of Total Probability and the definition of conditional probability.
What’s the first step in applying Bayes’ Theorem?
Define events clearly (e.g. partitions $A_i$, and the observed event $B$).
Why is the numerator in Bayes’ Theorem always part of the denominator?
Because the denominator is a sum over all possible ways $B$ can happen, and the numerator represents just one specific way.
What does the denominator in Bayes’ Theorem represent?
The total probability of observing event $B$, regardless of which $A_i$ occurred.
Why is Bayes’ Theorem important in probability?
It lets us flip conditionality: find $P(A \mid B)$ when we only know $P(B \mid A)$.
What intuition underlies Bayes’ Theorem?
Update your beliefs about the world after getting new info. Prior $\rightarrow$ Posterior.
What does the denominator in Bayes’ Theorem normalize?
It ensures that the probabilities across all $A_i$ sum to 1 — that you have a valid distribution.