The people who have the disease are the "true positives." The 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 "false
positives" is a
small number relative to the "true negatives", specificity approaches 100%.
|