Skip to main content
뒤로

Using Bayes’ Theorem to Find the Probability of Disease Given a Positive Test

스터디 가이드 - 연습 문제

노트에서 생성된 연습문제로 지식을 시험해 보세요

  • #1 객관식
    In a certain city, 1\% of the population has a rare disease. A diagnostic test for the disease gives a true positive rate of 95\% (the probability that the test is positive if the person has the disease) and a false positive rate of 5\% (the probability that the test is positive if the person does not have the disease). If a person tests positive, what is the probability that they actually have the disease? (Hint: Use Bayes’ Theorem to solve.) $P(D) = 0.01$ $P(\text{Positive} | D) = 0.95$ $P(\text{Positive} | \neg D) = 0.05$ $P(\neg D) = 0.99$ $P(D | \text{Positive}) = \frac{P(\text{Positive} | D) \cdot P(D)}{P(\text{Positive})}$ Where: $P(\text{Positive}) = P(\text{Positive} | D) \cdot P(D) + P(\text{Positive} | \neg D) \cdot P(\neg D)$ $= 0.95 \times 0.01 + 0.05 \times 0.99 = 0.0095 + 0.0495 = 0.059$ $P(D | \text{Positive}) = \frac{0.95 \times 0.01}{0.059} \approx 0.161$

학습 가이드 - 플래시카드

기억력을 키우고 노트에서 만든 플래시카드로 핵심 개념을 고정하세요.

  • Bayes' Theorem and Diagnostic Testing
    6 질문