Difference between revisions of "Positive predictive value and negative predictive value"

From Libre Pathology
Jump to navigation Jump to search
(create)
 
 
(One intermediate revision by the same user not shown)
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==
*[[Sensitivity]].
*[[Sensitivity]].
*[[Specificity]].
*[[Specificity]].
*[[BIRADS]].


[[Category:Stuff]]
[[Category:Stuff]]

Latest revision as of 14:11, 15 September 2017

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


Where:

  • TP = true positives.
  • FP = false positives.

Negative predictive value


Where:

  • TN = true negatives.
  • FN = false negatives.

See also