Specificity
From Free net encyclopedia
In binary testing, e.g. a medical diagnostic test for a certain disease, specificity is the proportion of true negatives of all the negative samples tested, that is
- <math>{\rm specificity}=\frac{\rm number\ of\ true\ negatives}{{\rm number\ of\ true\ negatives}+{\rm number\ of\ false\ positives}}</math>
For a test to determine who has a certain disease, a specificity of 100% means that all healthy people are labeled as healthy.
Specificity alone does not tell us all about the test, because a 100% specificity can be trivially achieved by labeling all test cases negative. Therefore, we also need to know the sensitivity of the test.
A test with a high specificity has a low Type I error.
[edit]
See also
- binary classification
- receiver operating characteristic
- sensitivity (tests)
- statistical significance
- False positive
- False negative
[edit]