2. Bayes Decision Theory¶
19th, Sept.
Reference: Corso’s lecture at Buffalo
2.1. Assumptions¶
- Decision problem is posed in probabilistic terms
- All relevant probability values are known
2.2. Priori and posterior¶
- Define a (probabilistic) variable
ranging from
- The a priori or prior probability reflects our knowledge of how likely we expect a certain state of nature before we can actually observe said state of nature.
- A feature is an observable variable, scalar
or vector
- Likelihood (Class-Conditional Density): the probability density function for feature, given that the state of nature is
Note that lower-case p refers to probability density function and upper-case P refers to probability.
- Posterior probability: the probability of a certain state of nature given our observables
- Use Bayes Formula to make decision.
2.3. Probability of Error¶
- Decision governed by posterior
- Probability of error

- Minimize average probability of error
- Decision making relies on both the priors and the likelihoods and Bayes Decision Rule combines them to achieve the minimum probability of error