Prevalence
Prevalence is the true proportion of a disease in a population.
Prevalence equals the sum of the false negatives plus the true positives divided by the sum of the false negatives and positives and the true negatives and positives.
Formula
symbol | description | physical quantity |
---|---|---|
prev | prevalence | "Unitless" |
fn | false negatives | "Unitless" |
tp | true positives | "Unitless" |
fp | false positives | "Unitless" |
tn | true 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]= |