1.3.1 Bayes' Theorem Flashcards

(10 cards)

1
Q

What is Bayes’ Theorem used for?

A

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$.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the formula for Bayes’ Theorem (finite partitions)?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the conditions under which you should use Bayes’ Theorem?

A
  1. P(B | A_i) is known.
  2. P(B) is not.
  3. P(A_i | B) is the goal.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What theorem is Bayes’ Theorem derived from?

A

The Law of Total Probability and the definition of conditional probability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s the first step in applying Bayes’ Theorem?

A

Define events clearly (e.g. partitions $A_i$, and the observed event $B$).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why is the numerator in Bayes’ Theorem always part of the denominator?

A

Because the denominator is a sum over all possible ways $B$ can happen, and the numerator represents just one specific way.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the denominator in Bayes’ Theorem represent?

A

The total probability of observing event $B$, regardless of which $A_i$ occurred.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is Bayes’ Theorem important in probability?

A

It lets us flip conditionality: find $P(A \mid B)$ when we only know $P(B \mid A)$.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What intuition underlies Bayes’ Theorem?

A

Update your beliefs about the world after getting new info. Prior $\rightarrow$ Posterior.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the denominator in Bayes’ Theorem normalize?

A

It ensures that the probabilities across all $A_i$ sum to 1 — that you have a valid distribution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly