Uncertainty Flashcards

1
Q

Sensor Uncertainty

A

Not being able to perfectly identify current state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Probabilistic Interence

A
  • Represent components of state as random variables.
  • Random variables can be discrete or continuous.
  • Sampling by observing many times
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Discrete Random Variable

A

Can only have two values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Continuous Random Variable

A

Can have a range of different values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Rules of Probability

A
  1. Probability that RV takes on some value is always between 1 and 0 ( 0 <= p(x=x) <= 1 )
  2. Probability of deterministic events ( p(true) = 1, p(false) = 0 )
  3. Additivity ( p(a | b) = p(a) = p(b) - p(a & b) )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Joint Distribution

A

Probability distribution that includes multiple interacting RVs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Event

A

Setting of some subset of random variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Marginalization

A

Using joint distribution to compute probability of any event by adding up all table entries corresponding with the given configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Conditional Probability

A

When one RV impacts the value of another.
( p(y=w | x=v) = ( p(y=w & x=v) / ( p(x=v) ) )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Normalization

A

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) )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Hidden Variables

A

RV that doesn’t have a setting, added into calculations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Conditioning

A

Can marginalize and leverage the definition of condition probability to access other conditional probabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Independence

A

When the joint probability of two RVS is the same as the product of their marginals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Bayes Rule

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Product Rule

A

p(a, b, c) = p(a, b | c) * p(c) = p(a\b, c) * p(b|c) * p(b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly