민감도와 특이도 (sensitivity, specificity)
sensitivity(민감도) / specificity(특이도)
\(sensitivity = \frac{True Positive}{True Positive + False Positive}\)
\(specificity = \frac{True Negative}{True Negative + False Positive}\)
| 실제 정답 | |||
|---|---|---|---|
| Positive | Negative | ||
| 실험 결과 | Positive | True Positive | False Positive (Type Ⅱ error ) |
| Negative | False Negative (TypeⅠerror ) | True Negative |
True Positive : Positive일거라고 예측한 것 중에서, 실제로 정답인(True) 개수. True Negative : Negative라고 예측한 것 중에서, 실제로 정답인(True) 개수.
This post is licensed under CC BY 4.0 by the author.

