Conditional Probability and Discrete Distributions
Classified in Mathematics
Written on in
English with a size of 4.7 KB
Core Probability Definitions and Formulas
- Independence: Events A and B are independent if P(A ∩ B) = P(A)P(B).
- Mutual Exclusivity: Events A and B are mutually exclusive if P(A ∩ B) = 0.
Key Relationships
- If P(A) + P(B) > 1, then A and B are not mutually exclusive. (True)
- If P(A) + P(B) = 1, A and B are not necessarily mutually exclusive. (False, unless A and B are complements)
Conditional Probability and Addition Rule
- Multiplication Rule: P(A ∩ B) = P(A) P(B|A).
- Conditional Probability Definition: P(B|A) = P(A ∩ B) / P(A), provided P(A) > 0.
- Addition Rule: P(A ∪ B) = P(A) + P(B) - P(A ∩ B).
Advanced Probability Relationships
Bayes' Theorem Setup
Given P(A|B) = p, P(B|A) = q, and P(A) = r. Using the definition of conditional probability:... Continue reading "Conditional Probability and Discrete Distributions" »