Positive predictive value and negative predictive value: Difference between revisions

From Libre Pathology
Jump to navigation Jump to search
Michael (talk | contribs)
create
 
Michael (talk | contribs)
 
(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


PPV=TPTP+FP

Where:

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

Negative predictive value


NPV=TNTN+FN

Where:

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

See also