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