Uncertainty Flashcards
Sensor Uncertainty
Not being able to perfectly identify current state
Probabilistic Interence
- Represent components of state as random variables.
- Random variables can be discrete or continuous.
- Sampling by observing many times
Discrete Random Variable
Can only have two values
Continuous Random Variable
Can have a range of different values
Rules of Probability
- Probability that RV takes on some value is always between 1 and 0 ( 0 <= p(x=x) <= 1 )
- Probability of deterministic events ( p(true) = 1, p(false) = 0 )
- Additivity ( p(a | b) = p(a) = p(b) - p(a & b) )
Joint Distribution
Probability distribution that includes multiple interacting RVs
Event
Setting of some subset of random variables
Marginalization
Using joint distribution to compute probability of any event by adding up all table entries corresponding with the given configuration.
Conditional Probability
When one RV impacts the value of another.
( p(y=w | x=v) = ( p(y=w & x=v) / ( p(x=v) ) )
Normalization
Don’t have to know/compute the denominator when calculating conditional prob.
( p(x|E=e) = p(x, E=e) / p(E=e) = alpha * p(x, E=e) )
Hidden Variables
RV that doesn’t have a setting, added into calculations
Conditioning
Can marginalize and leverage the definition of condition probability to access other conditional probabilities
Independence
When the joint probability of two RVS is the same as the product of their marginals
Bayes Rule
Additional true fact about conditional probabilities.
p(a|b) = ( p(b|a) * p(a) 0 / p(b)
p(b|a) * p(a) = p(a, b) = p(a|b) * p(b)
Product Rule
p(a, b, c) = p(a, b | c) * p(c) = p(a\b, c) * p(b|c) * p(b)