Probability
Gist
A gambler's favorite topic
Axioms
- A probability space consists of a sample space S and a probability function P which takes an event A ⊆ S as input and returns P(A), a real number between 0 and 1, as output. The function P must satisfy the following axioms:
Properties:
- P(Ac) = 1 − P(A).
- If A ⊆ B, then P(A) ≤ P(B).
- P (A ∪ B) = P (A) + P (B) − P (A ∩ B).
References
Introduction ot PRobability