SLIDE 3
- 46. Uncertainty: Introduction and Quantification
Probability Theory
Probability Model
Sample space Ω is countable set of possible worlds Definition A probability model associates a numerical probability P(ω) with each possible world such that 0 ≤ P(ω) ≤ 1 for every ω ∈ Ω and
P(ω) = 1. For Ω′ ⊆ Ω the probability of Ω′ is defined as P(Ω′) =
P(ω).
- M. Helmert, G. R¨
- ger (University of Basel)
Foundations of Artificial Intelligence May 24, 2017 9 / 30
- 46. Uncertainty: Introduction and Quantification
Probability Theory
Factored Representation of Possible Worlds
◮ Possible worlds defined in terms of random variables.
◮ variables Die1 and Die2 with domain {1, . . . , 6}
for the values of two dice.
◮ Describe sets of possible worlds by logical formulas (called
propositions) over random variables.
◮ Die1 = 1 ◮ (Die1 = 2 ∨ Die1 = 4 ∨ Die1 = 6) ∧
(Die2 = 2 ∨ Die2 = 4 ∨ Die2 = 6)
◮ also use informal descriptions if meaning is clear,
e.g. “both values even”
- M. Helmert, G. R¨
- ger (University of Basel)
Foundations of Artificial Intelligence May 24, 2017 10 / 30
- 46. Uncertainty: Introduction and Quantification
Probability Theory
Probability Model: Example
Two dice
◮ Ω = {1, 1, . . . , 1, 6, . . . , 6, 1, . . . , 6, 6} ◮ P(x, y) = 1/36 for all x, y ∈ {1, . . . , 6} (fair dice) ◮ P({1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 1, 6}) = 6/36 = 1/6 ◮ Propositions to describe sets of possible worlds
◮ P(Die1 = 1) = 1/6 ◮ P(both values even) =
P({2, 2, 2, 4, 2, 6, 4, 2, 4, 4, 4, 6, 4, 2, 4, 4, 4, 6}) = 9/36 = 1/4
◮ P(Total ≥ 11) = P({6, 5, 5, 6, 6, 6}) = 3/36 = 1/12
- M. Helmert, G. R¨
- ger (University of Basel)
Foundations of Artificial Intelligence May 24, 2017 11 / 30
- 46. Uncertainty: Introduction and Quantification
Probability Theory
Relationships
The following rules can be derived from the definition of a probability model:
◮ P(a ∨ b) = P(a) + P(b) − P(a ∧ b) ◮ P(¬a) = 1 − P(a)
- M. Helmert, G. R¨
- ger (University of Basel)
Foundations of Artificial Intelligence May 24, 2017 12 / 30