48,830
edits
(create) |
(create) |
||
Line 1: | Line 1: | ||
'''Positive predictive value''' (abbreviated '''PPV''') and '''negative predictive value''' (abbreviated '''NPV''') are statistical descriptors of diagnostic tests that depend on the prevalence. | '''Positive predictive value''' (abbreviated '''PPV''') and '''negative predictive value''' (abbreviated '''NPV''') are statistical descriptors of diagnostic tests that depend on the prevalence. | ||
==Positive predictive value== | |||
<br> | |||
:<math>PPV = \frac{TP}{TP+FP}</math> | |||
Where: | |||
*TP = true positives. | |||
*FP = false positives. | |||
==Negative predictive value== | |||
<br> | |||
:<math>NPV = \frac{TN}{TN+FN}</math> | |||
Where: | |||
*TN = true negatives. | |||
*FN = false negatives. | |||
==See also== | ==See also== |
edits