<<

Bayes' theorem 1 Bayes' theorem

In theory and , Bayes' theorem (alternatively Bayes' law or Bayes' rule) is a theorem with two distinct interpretations. In the Bayesian interpretation, it expresses how a subjective degree of belief should rationally change to account for evidence. In the frequentist interpretation, it relates inverse representations of the concerning two events. In the Bayesian interpretation, Bayes' theorem is fundamental to , and has applications in fields including science, engineering, The simple statement of Bayes' theorem medicine and law. The application of Bayes' theorem to update beliefs is called .

Bayes' theorem is named for (/ˈbeɪz/; 1701–1761), who first suggested using the theorem to update beliefs. However, his work was published posthumously. His ideas gained limited exposure until they were independently rediscovered and further developed by Laplace, who first published the modern formulation in his 1812 Théorie analytique des probabilités. Until the second half of the 20th century, the Bayesian interpretation attracted widespread dissent from the mathematics community who generally held frequentist views, rejecting Bayesianism as unscientific. However, it is now widely accepted. This may have been due to the development of computing, which enabled the successful application of Bayesianism to many complex problems.[1]

Introductory example Suppose someone told you they had a nice conversation with someone on the train. Not knowing anything else about this conversation, the probability that they were speaking to a woman is 50%. Now suppose they also told you that this person had long hair. It is now more likely that they were speaking to a woman, since most long-haired people are women. Bayes' theorem can be used to calculate the probability that the person is a woman. To see how this is done, let represent the event that the conversation was held with a woman, and let denote the event that the conversation was held with a long-haired person. Women constitute half the population, so, not knowing anything else, the probability that occurs is . Suppose it is also known that 75% of women have long hair, which we denote as (read: the probability of event given event is 0.75). Likewise suppose it is known that 30% of men have long hair, or , where is the complementary event of , i.e., the event that the conversation was held with a man. Our goal is to calculate the probability that the conversation was held with a woman, given the fact that the person had long hair, or, in our notation, . Using the formula for Bayes' theorem, we have

where we have used the . The numeric answer can be obtained by substituting the above values into this formula. This yields , i.e., the probability that the conversation was held with a woman, given that the person had long hair, is about 71%. Bayes' theorem 2

Statement and interpretation Mathematically, Bayes' theorem gives the relationship between the probabilities of and , and , and the conditional probabilities of given and given , and . In its most common form, it is:

The meaning of this statement depends on the interpretation of probability ascribed to the terms:

Bayesian interpretation In the Bayesian (or epistemological) interpretation, probability measures a degree of belief. Bayes' theorem then links the degree of belief in a proposition before and after accounting for evidence. For example, suppose somebody proposes that a biased coin is twice as likely to land heads than tails. Degree of belief in this might initially be 50%. The coin is then flipped a number of times to collect evidence. Belief may rise to 70% if the evidence supports the proposition. For proposition and evidence , • , the prior, is the initial degree of belief in . • , the posterior, is the degree of belief having accounted for . • represents the support provides for . For more on the application of Bayes' theorem under the Bayesian interpretation of probability, see Bayesian inference.

Frequentist interpretation

In the frequentist interpretation, probability is defined with respect to a large number of trials, each producing one from a set of possible outcomes, . An event is a subset of . The probability of event , , is the proportion of trials producing an outcome in . Similarly for the probability of , . If we consider only trials in which occurs, the proportion in which also occurs is . If we consider only trials in which occurs, the proportion in which also occurs is . Bayes' theorem is a fixed relationship between these quantities. This situation may be more fully visualised with tree diagrams, shown to the right. The two diagrams represent the same information in different ways. For example, suppose that is having a risk factor for a medical condition, and is having the condition. In a population, the proportion with the condition depends whether those with or without the risk factor are examined. The proportion having the risk factor depends whether those with or without the condition are examined. Bayes' theorem links these inverse representations.

Illustration of frequentist interpretation with tree diagrams. Bayes' theorem connects conditional probabilities to their inverses. Bayes' theorem 3

Forms

For events

Simple form For events and , provided that .

In a Bayesian inference step, the probability of evidence is constant for all models . The posterior may then be expressed as proportional to the numerator:

Extended form Often, for some partition of the event space , the event space is given or conceptualized in terms of and . It is then useful to eliminate using the law of total probability:

In the special case of a binary partition,

Three or more events Extensions to Bayes' theorem may be found for three or more events. For example, for three events, two possible tree diagrams branch in the order BCA and ABC. By repeatedly applying the definition of :

As previously, the law of total probability may be substituted for unknown marginal probabilities.

For random variables Bayes' theorem 4

Consider a generated by two random variables and . In principle, Bayes' theorem applies to the events and . However, terms become 0 at points where either variable has finite probability density. To remain useful, Bayes' theorem may be formulated in terms of the relevant densities (see Derivation). Diagram illustrating the meaning of Bayes' Simple form theorem as applied to an event space generated by continuous random variables and . Note If is continuous and is discrete, that there exists an instance of Bayes' theorem for each point in the domain. In practise, these instances might be parametrised by writing the specified probability densities as a function of If is discrete and is continuous, and .

If both and are continuous,

Extended form

A continuous event space is often conceptualized in terms of the numerator terms. It is then useful to eliminate the denominator using the law of total probability. For , this becomes an integral:

Diagram illustrating how an event space generated by continuous random variables X and Y is often conceptualized.

Bayes' rule Under the Bayesian interpretation of probability, Bayes' rule may be thought of as Bayes' theorem in form.

where

.

So the rule says that the posterior odds are the prior odds times the likelihood ratio. Bayes' theorem 5

Derivation

For general events Bayes' theorem may be derived from the definition of conditional probability:

For random variables For two continuous random variables and , Bayes' theorem may be analogously derived from the definition of conditional density:

Examples

Frequentist example

An entomologist spots what might be a rare subspecies of beetle, due to the pattern on its back. In the rare subspecies, 98% have the pattern. In the common subspecies, 5% have the pattern. The rare subspecies accounts for only 0.1% of the population. How likely is the beetle to be rare? From the extended form of Bayes' theorem,

Tree diagram illustrating frequentist example. R, C, P and P bar are the events representing rare, common, pattern and no pattern. Percentages in parentheses are calculated. Note that three independent values are given, so it is possible to calculate the inverse tree (see figure above). Bayes' theorem 6

Drug testing

Suppose a drug test is 99% sensitive and 99% specific. That is, the test will produce 99% true positive results for drug users and 99% true negative results for non-drug users. Suppose that 0.5% of people are users of the drug. If a randomly selected individual tests positive, what is the probability he or she is a user?

Tree diagram illustrating drug testing example. U, U bar, "+" and "−" are the events representing user, non-user, positive result and negative result. Percentages in parentheses are calculated.

Despite the apparent accuracy of the test, if an individual tests positive, it is more likely that they do not use the drug than that they do. This surprising result arises because the number of non-users is very large compared to the number of users, such that the number of false positives (0.995%) outweighs the number of true positives (0.495%). To use concrete numbers, if 1000 individuals are tested, there are expected to be 995 non-users and 5 users. From the 995 non-users, false positives are expected. From the 5 users, true positives are expected. Out of 15 positive results, only 5, about 33%, are genuine.

History Bayes' theorem was named after the Reverend Thomas Bayes (1702–61), who studied how to compute a distribution for the probability of a (in modern terminology). His friend edited and presented this work in 1763, after Bayes' death, as An Essay towards solving a Problem in the Doctrine of Chances.[2] The French mathematician Pierre-Simon Laplace reproduced and extended Bayes' results in 1774, apparently quite unaware of Bayes' work.[3] Stephen Stigler suggested in 1983 that Bayes' theorem was discovered by some time before Bayes:[4] however, this interpretation has been disputed.[5] Stephen Fienberg describes the evolution from "" at the time of Bayes and Laplace, a term still used by Harold Jeffreys (1939), to "Bayesian" in the 1950s.[6] Ironically, Ronald A. Fisher introduced the "Bayesian" label in a derogatory sense. Bayes' theorem 7

Notes [1] McGrayne, Sharon Bertsch. (2011). The Theory That Would Not Die: How Bayes' Rule Cracked The Enigma Code, Hunted Down Russian Submarines, & Emerged Triumphant from Two Centuries of Controversy. New Haven: Yale University Press. 13-ISBN

9780300169690/10-ISBN 0300169698; OCLC 670481486 (http:/ / www. worldcat. org/ title/ theory-that-would-not-die-how-bayes-rule-cracked-the-enigma-code-hunted-down-russian-submarines-emerged-triumphant-from-two-centuries-of-controversy/

oclc/ 670481486) The Theory That Would Not Die, p. 10. (http:/ / books. google. com/ books?id=_Kx5xVGuLRIC& pg=PA10) at Google Books [2] Bayes, Thomas, and Price, Richard (1763). "An Essay towards solving a Problem in the Doctrine of Chance. By the late Rev. Mr. Bayes,

communicated by Mr. Price, in a letter to , M. A. and F. R. S." (http:/ / www. stat. ucla. edu/ history/ essay. pdf). Philosophical Transactions of the Royal Society of 53 (0): 370–418. doi:10.1098/rstl.1763.0053. . [3] Daston, Lorraine (1988). Classical Probability in the Enlightenment. Princeton Univ Press. p. 268. ISBN 0-691-08497-1. [4] Stigler, Stephen M. (1983), "Who Discovered Bayes' Theorem?" The American Statistician 37(4):290–296. [5] Edwards, A. W. F. (1986), "Is the Reference in Hartley (1749) to Bayesian Inference?", The American Statistician 40(2):109–110

[6] Fienberg, Stephen E. (2006). When Did Bayesian Inference Become “Bayesian”? (http:/ / ba. stat. cmu. edu/ journal/ 2006/ vol01/ issue01/

fienberg. pdf).

Further reading • Pierre-Simon Laplace. (1774/1986), "Memoir on the Probability of the Causes of Events", Statistical Science 1(3):364–378. • Stephen M. Stigler (1986), "Laplace's 1774 Memoir on Inverse Probability", Statistical Science 1(3):359–363.

• Bayes’ rule: A Tutorial Introduction by JV Stone (https:/ / docs. google. com/ document/ pub?id=1Qm4HJ4xMMoWfVsKLGCqpUdojyA5qcNII_www45W9Klk).

External links

• Earliest Known Uses of Some of the Words of Mathematics (B) (http:/ / jeff560. tripod. com/ b. html). Contains origins of "Bayesian", "Bayes' Theorem", "Bayes Estimate/Risk/Solution", "Empirical Bayes", and "".

• Bayesian Statistics (http:/ / www. scholarpedia. org/ article/ Bayesian_statistics) summary from Scholarpedia.

• Weisstein, Eric W., " Bayes' Theorem (http:/ / mathworld. wolfram. com/ BayesTheorem. html)" from MathWorld.

• Bayes' theorem (http:/ / planetmath. org/ encyclopedia/ BayesTheorem. html) at PlanetMath

• A tutorial on probability and Bayes’ theorem devised for Oxford University psychology students (http:/ / www.

celiagreen. com/ charlesmccreery/ statistics/ bayestutorial. pdf)

• A graphical explanation of the Bayes theorem (http:/ / juanreyero. com/ article/ math/ bayes. html). Article Sources and Contributors 8 Article Sources and Contributors

Bayes' theorem Source: http://en.wikipedia.org/w/index.php?oldid=497788518 Contributors: 3mta3, Abtract, Academic Challenger, AeroIllini, Aldux, Alfio, Amosfolarin, Andyjsmith, Antaeus Feldspar, Ap, Apelbaum, Artegis, Arthur Rubin, AxelBoldt, BD2412, Baccyak4H, Benet Allen, BeteNoir, BillFlis, Billjefferys, Bjcairns, Bkell, Blocter, Brianbjparker, Bryangeneolson, Btyner, Butros, C. A. Russell, Calumny, Ceran, Chalst, Charles Matthews, Charleswallingford, Chewings72, Chinju, ChuckHG, CiaPan, Coffee2theorems, Colin Marquardt, Conradl, Cybercobra, DJ1AM, Danachandler, Dandin1, Daniel il, Davegroulx, DavidLevinson, Dcljr, Dcoetzee, Decora, Deflective, Dessources, Docemc, Doradus, Download, Drallim, DramaticTheory, Dratman, Duncharris, Duoduoduo, Dysmorodrepanis, ENeville, EdH, El C, Eliasen, Facetious, Fentlehan, Forwardmeasure, Freefall322, Fresheneesz, G716, GJ, Geni, Gerhardvalentin, Giftlite, Gill110951, Gimboid, Glacialfox, Gnathan87, Graham87, Gregbard, Gurch, Hannes Eder, Happy-melon, Hateweaver, Helgus, Henrygb, Hercule, Heron, Hike395, Htmort, Hurmata, Hushpuckena, Iner22, InverseHypercube, J.e, JA(000)Davidson, Jameshfisher, Jauhienij, JeffJor, Jfmarchini, Jmath666, Jmorgan, Jodi.a.schneider, Jogloran, John.St, Jordanolsommer, Josh Griffith, Justin W Smith, JustinHagstrom, Jvstone, Jóna Þórunn, Karada, Karen Huyser, Karinhunter, Kaslanidi, Khfan93, Kiefer.Wolfowitz, KoleTang, Kripkenstein, Krtschil, Kupirijo, Kwamikagami, Kzollman, Lambiam, Lamro, Lancevortex, Landroni, Lazarus1907, Lemeza, Lgstarn, Lightmouse, Lindsay658, Llamapez, Lunae, Lupin, MER-C, Maghnus, MairAW, Makana, Manishearth, Marabiloso, Marco Polo, MarkSweep, Marlow4, Maroux, Marquez, MartinPoulter, Materialscientist, Mathew5000, Mattbuck, MauriceJFox3, Maximaximax, Mcld, MedicineMan555, Melcombe, Metacomet, Michael Hardy, Miguel, Mmattb, Mo ainm, Monado, MrOllie, Narxysus, NawlinWiki, Nbarth, Neelix, New questions, Newportm, Nijdam, Noah Salzman, Nobar, Ogai, Oleg Alexandrov, Ost316, P64, Paul Murray, Paulpeeling, Pcarbonn, Penguin929, Petiatil, PhySusie, Pianoroy, Plynn9, Primarscources, Pseudomonas, Qniemiec, Quuxplusone, Qwfp, RDBury, Randywombat, Ranger2006, Requestion, Rick Block, Riitoken, Ritchy, RolandR, Rrenner, Rtc, Rumping, SE16, Sailing to Byzantium, Salgueiro, Sam Hocevar, Samwb123, Sanpitch, Savh, Schutz, Shadowjams, Sharp11, Shotgunlee, Siddhartha Ghai, Simoes, Sirovsky, Smaines, SmartGuy Old, Smsarmad, Snoyes, Sodin, Sonett72, Spellbinder, Splintax, SqueakBox, Srays, Stephen B Streater, SteveMacIntyre, Stevertigo, Stoni, Subash.chandran007, Sullivan.t.j, SunCreator, Svyatoslav, TakuyaMurata, Taw, Tcncv, Tenmei, Terra Green, The Anome, Theme97, Themfromspace, Thunderfish24, Tide rolls, Tietew, Tim bates, TimothyFreeman, Timwi, Toms2866, Tomyumgoong, Trioculite, Trovatore, Urdutext, Urhixidur, User A1, Verne Equinox, Vespertineflora, Voomoo, Vsb, Wafulz, Wavelength, Weakishspeller, Weather Man, WikHead, WikiAnoopRao, Wikid77, Wile E. Heresiarch, X7q, Xabian40409, Yserarau, Zundark, Zven, Zvika, 532 anonymous edits Image Sources, Licenses and Contributors

File:Bayes' Theorem MMB 01.jpg Source: http://en.wikipedia.org/w/index.php?title=File:Bayes'_Theorem_MMB_01.jpg License: Creative Commons Attribution-Sharealike 2.0 Contributors: mattbuck (category) File:Bayes theorem tree diagrams.svg Source: http://en.wikipedia.org/w/index.php?title=File:Bayes_theorem_tree_diagrams.svg License: Creative Commons Zero Contributors: Gnathan87 File:Bayes continuous diagram.svg Source: http://en.wikipedia.org/w/index.php?title=File:Bayes_continuous_diagram.svg License: Creative Commons Zero Contributors: User:Gnathan87 File:Continuous event space specification.svg Source: http://en.wikipedia.org/w/index.php?title=File:Continuous_event_space_specification.svg License: Creative Commons Zero Contributors: User:Gnathan87 File:Bayes theorem simple example tree.svg Source: http://en.wikipedia.org/w/index.php?title=File:Bayes_theorem_simple_example_tree.svg License: Creative Commons Zero Contributors: User:Gnathan87 File:Bayes theorem drugs example tree.svg Source: http://en.wikipedia.org/w/index.php?title=File:Bayes_theorem_drugs_example_tree.svg License: Creative Commons Zero Contributors: User:Gnathan87 License

Creative Commons Attribution-Share Alike 3.0 Unported //creativecommons.org/licenses/by-sa/3.0/