Assume we have a test for a disease with the following characteristics:
- The probability of a true positive (sensitivity) is \( P(T|D) = 0.9 \).
- The probability of a false positive (1 - specificity) is \( P(T|¬D) = 0.05 \).
- The prevalence of the disease in
Show more…