EasyDeepLearn

State Bayes' theorem and one intuitive use.

easy

Answer

  • P(A    B)  =  P(B    A)P(A\; \mid \;B)\; = \;P(B\; \mid \;A) P(A) / P(B).
  • Intuition: update a prior belief P(A) with new evidence B to get a posterior belief P(A    B)P(A\; \mid \;B).
  • Classic use: medical testing with base rates.
  • Even a highly sensitive/specific test on a rare disease produces mostly false positives if the disease prevalence is low.
Check yourself — multiple choice
  • P(AB)  =  P(A)  +  P(B)P(A \mid B)\; = \;P(A)\; + \;P(B)
  • P(AB)  =  P(BA)P(A \mid B)\; = \;P(B \mid A) P(A) / P(B)
  • P(AB)  =  P(A)    P(B)P(A \mid B)\; = \;P(A)\; - \;P(B)
  • Bayes' theorem is a special case of the CLT

Bayes' rule: posterior = likelihood * prior / evidence.

#probability#bayesian

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions