Diagnostic test performance is fundamental to evidence-based medicine, with key metrics determining clinical utility. [KEY_CONCEPT] Sensitivity represents the proportion of true positives correctly identified by a test (true positive rate), while specificity represents the proportion of true negatives correctly identified (true negative rate).
[HIGH_YIELD] The 2×2 contingency table forms the foundation for calculating these metrics:
Key Calculations:
- Sensitivity = TP/(TP + FN) × 100%
- Specificity = TN/(TN + FP) × 100%
- Positive Predictive Value (PPV) = TP/(TP + FP) × 100%
- Negative Predictive Value (NPV) = TN/(TN + FN) × 100%
[CLINICAL_PEARL] Likelihood ratios provide more clinically useful information than sensitivity and specificity alone:
- Positive LR = Sensitivity/(1 - Specificity)
- Negative LR = (1 - Sensitivity)/Specificity
LR+ >10 or LR- <0.1 indicate strong diagnostic evidence. [HIGH_YIELD] Predictive values depend on disease prevalence, making them more clinically relevant for individual patients than sensitivity and specificity, which are intrinsic test properties.
The receiver operating characteristic (ROC) curve plots sensitivity versus (1-specificity) across different cutoff points, with the area under the curve (AUC) representing overall diagnostic performance. AUC values: 0.9-1.0 = excellent, 0.8-0.9 = good, 0.7-0.8 = fair, 0.6-0.7 = poor, 0.5 = no better than chance.