Given +a
(True negative)
-b (False positive)
Test
-c (False Negative)
-d (True negative)
Specificity
=
__d__
b +
d
Sensitivity
= __a__
a +
c
Positive
Predicative Value
=
__a__
a +
b
Negative
Predicative Value
=
__d__
c +
d
Overall Accuracy
=
__a__+__d__
a + b + c + d
|