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