Misc Flashcards
1
Q
Formula PPV (PV+)
A
p(D+ | Test)
- PPV* = True Positives / (True Positives + False Positives)
- PPV* = (p(D+) * Se ) / (p(D+) * Se + p(D-)*(1-Sp))
2
Q
Formula NPV (PV-)
A
p(D- | Test-)
NPV = True Negatives / (True Negatives + False Negatives) [i.e. True Neg / ALL Neg]
NPV = (p(D-) * Sp ) / ((p(D-) * Sp + p(D-)*(1-Se))