| People
who have the disease are the "true positives."
People who do not have the disease are the "true
negatives."
Sensitivity
= ( "true positives" divided by ("true
positives" + "false negatives") ) multiplied by
100 (to make it a percentage)
When the
"false negatives" is a small number relative to the "true
positives", sensitivity approaches 100%.
Specificity
= ( "true negatives" divided by ("true
negatives" + "false positives") ) multiplied by
100 (to make it a percentage)
When the
"true negatives" is a small number relative to the "false
positives", specificity approaches 100%.
|