Dependent Events
If the occurrence of one event does affect the probability of the other occurring, then the events are dependent.Conditional Probability
The probability of event B occurring that event A has already occurred is read "the probability of B given A" and is written: P(B|A)General Multiplication Rule
Always works. P(A and B) = P(A) * P(B|A)
Example 4:
P(A) = 0.20, P(B) = 0.70, P(B|A) = 0.40A good way to think of P(B|A) is that 40% of A is B. 40% of the 20% which was in event A is 8%, thus the intersection is 0.08.
B | B' | Marginal | |
A | 0.08 | 0.12 | 0.20 |
A' | 0.62 | 0.18 | 0.80 |
Marginal | 0.70 | 0.30 | 1.00 |
Independence Revisited
The following four statements are equivalent- A and B are independent events
- P(A and B) = P(A) * P(B)
- P(A|B) = P(A)
- P(B|A) = P(B)
No comments:
Post a Comment