Chapter 8

Statistical Reasoning

When to use probabilistic reasoning: (pg. 231)

* the relevant world is random

* the relevant world is not random given enough data - but one does not have access to all the data

(e.g. diagnosis/therapy)

_______

* the world 'appears' to be random only because we have not described it at the right level

pattern recognition

- a random collection of dots

vs

- features

i.e., if we have 'exact' knowledge, use it

Probabilities

Bayesian statistics: A statistical theory of evidence

event A P(A)

event B P(B)

if A and B are independent P(A and B)

P(A and B) = P(A) * P(B)

Rating moves in a game (using probabilities)

Score = S P(i) * rating(i)

i= 1 to

# of possible outcomes

"weighting" the contribution of each possible outcome

Bayes Theorem: (used often for diagnosis) (page 232)

P(Hi | E) = probability that hypothesis Hi is true given evidence E

P(E | Hi) = probability that one will observe E given Hi

P(Hi) = a priori probability

( in the absence of evidence - "priors")

if k = number of possibilities

P(Hi | E) = F(P(E | Hi) * P(Hi), Sn=1P(E | Hn) * P(Hn))

(if exact F(1,1) = 1 )

(notice complete set of hypothesis needed)

(it is often difficult to collect all the a priori conditional and joint probabilities required... also to maintain and modify the DB)

in a complex world, n may be very large and as new evidence (E) is given, the prior body of evidence (e) changes.

P(H|E, e) = P(H|E) * F(P(e|E,H),P(e|E))

let us look at an example

Dealing with a Deterministic World and a lack of information

* a priori probabilities ... available?

* normative ("true") vs. descriptive (what use)

use heuristics ..often implicit probabilities

(e.g. rule-based systems - use first rule that matches)

thus the ordering of rules provides some degree of likelihood of use

(e.g. static evaluation function)

rather than one global combination, divide the process of making decisions into smaller steps - at each of which we combine a few pieces of evidence

intermediate conclusions used to form later conclusions

(Samuels ... MDX ... -> objects)

Probabilistic Rule-Based Systems

certainty factors ...Mycin

(page 233-239)

Dempster-Shafer ... belief and plausibility

page 242 - 246

Fuzzy Logic

Questions?

*How much is problem solving guided by probabilities and how much is driven by organization?

* How should probabilities be interpreted? How can they be combined with each other?

* How can separate events that are not independent of each other be handled properly so that essentially the same evidence will not count more than once?

Advice:

* avoid statistical representations if not necessary or important

* perform manipulations in small increments

* output never more accurate than input