Specificity
Specificity (also called the true negative rate) measures the proportion of negatives that are correctly identified as such (i.e. the percentage of healthy people who are correctly identified as not having the condition).
The specificity equals the true negatives divided by the sum of the false positives and the true negatives.
Formula
symbol | description | physical quantity |
---|---|---|
spec | specificity | "Unitless" |
tn | true negatives | "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]= |