Written by Scott D. Anderson
scott.anderson@acm.org

This work is licensed under a Creative Commons
License.
Plan
From last time:
- birthday paradox
- StarLogo birthday simulation
- theoretical poker probabilities
- estimating poker probabilities using Extend
This time:
- expected value
- decisions
- probability rules
- Real numbers between 0 and 1, inclusive. 0 <= P(A) <= 1
- The event that certainly occurs has probability 1; an event that
cannot occur as probability 0.
- If two events are mutually exclusive (their Venn diagrams don't
overlap), then the probability that either occurs is the sum of
their individual probabilities.
- The probability of an event and its complement sum to one: P(A)+P(A')=1
- odds
- addition rule
- general addition rule
- conditional probability
|