Disease Present | Disease Absent | |
---|---|---|
Test Positive | True Positive | False Positive |
Test Negative | False Negative | True Negative |
Each cell contains counts of individuals fitting those outcomes.
Sensitivity: The test's ability to identify true positives.
ext{Sensitivity} = \frac{True Positives}{True Positives + False Negatives}
Specificity: The test's ability to identify true negatives.
ext{Specificity} = \frac{True Negatives}{True Negatives + False Positives}
Positive Predictive Value (PPV): The likelihood that a positive test indicates true disease.
ext{PPV} = \frac{True Positives}{True Positives + False Positives}
Negative Predictive Value (NPV): The likelihood that a negative test indicates no disease.
ext{NPV} = \frac{True Negatives}{True Negatives + False Negatives}