Positive Predictive Value
The positive predictive value is the proportion of positive results in statistics and diagnostic tests that are true positive results.
The positive predictive value equals the true positive divided by the sum of the true positive and false positive.
Formula
symbol | description | physical quantity |
---|---|---|
ppv | positive predictive value | "Unitless" |
tp | true positives | "Unitless" |
fp | false positives | "Unitless" |
Forms
Examples
Get the resource:
In[1]:= |
Out[1]= |
Get the formula:
In[2]:= |
Out[2]= |
Use some values:
In[3]:= |
Out[3]= |