Jump to content

Probability matching

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DavidCBryant (talk | contribs) at 01:19, 27 February 2007 (Intro: Tightened up prose a bit. Added "statistics-stub" tag. I'm not keen on the self-referential link, but it's generated by templates, so why not?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Probability matching is a suboptimal decision strategy in which predictions of class membership are proportional to the class base rates. Thus, if in the training set positive examples are observed 60% of the time, and negative examples are observed 40% of the time, the observer using a probability-matching strategy will predict (for unlabeled examples) a class label of "positive" on 60% of instances, and a class label of "negative" on 40% of instances.

The optimal Bayesian decision strategy (to maximize the number of correct predictions, see Duda, Hart & Stork (2001)) in such a case is to always predict "positive" (i.e., predict the majority category in the absence of other information). The suboptimal probability-matching strategy is of psychological interest because it is frequently employed by human subjects in decision and classification studies.

References