Evaluate the performance of a diagnostic test by calculating key accuracy metrics.
Enter the number of True Positives, False Positives, True Negatives, and False Negatives to compute sensitivity, specificity, and more.
Explore different scenarios to understand how sensitivity and specificity work.
Evaluating a new screening test for a specific disease in a population of 1000 people.
TP: 90, FP: 50
TN: 850, FN: 10
Assessing the performance of a machine learning model designed to detect spam emails.
TP: 250, FP: 20
TN: 1700, FN: 30
A test to identify defective products on an assembly line.
TP: 48, FP: 5
TN: 940, FN: 7
A confirmatory test that must be very good at correctly identifying negative cases to avoid false alarms.
TP: 150, FP: 5
TN: 995, FN: 30