Learn Before
Relation
Mammogram (Breast Cancer Screening Example)
This example in the book is a discussion on how we can update our beliefs using Bayes's rule. The question the example tries to address is, "What is the probability that she has breast cancer, given that the test came out positive?", which can be expressed as P(D | T), where D is the hypothesis, disease, and T is the evidence, test.
$$(Updated probability of D) = P(D | T) = (likelihood ratio)) × (prior probability of D)$$ $$ (Note) The "likelihood ratio" is given by P(T | D)/P(T).0
2
Updated 2020-10-26
Tags
Data Science