Sensitivity and specificity










Sensitivity and specificity


Sensitivity and specificity are statistical measures of the performance of a binary classification test, also known in statistics as a classification function:




  • Sensitivity (also called the true positive rate, the recall, or probability of detection[1] in some fields) measures the proportion of actual positives that are correctly identified as such (e.g., the percentage of sick people who are correctly identified as having the condition).


  • Specificity (also called the true negative rate) measures the proportion of actual negatives that are correctly identified as such (e.g., the percentage of healthy people who are correctly identified as not having the condition).


Equivalently, in medical tests sensitivity is the extent to which actual positives are not overlooked (so false negatives are few), and specificity is the extent to which actual negatives are classified as such (so false positives are few). Thus a highly sensitive test rarely overlooks an actual positive (for example, showing "nothing bad" despite something bad existing); a highly specific test rarely registers a positive classification for anything that is not the target of testing (for example, finding one bacterial species and mistaking it for another closely related one that is the true target); and a test that is highly sensitive and highly specific does both, so it "rarely overlooks a thing that it is looking for" and it "rarely mistakes anything else for that thing." Because most medical tests do not have sensitivity and specificity values above 99%, "rarely" does not equate to certainty. But for practical reasons, tests with sensitivity and specificity values above 90% have high credibility, albeit usually no certainty, in differential diagnosis.


Sensitivity therefore quantifies the avoiding of false negatives and specificity does the same for false positives. For any test, there is usually a trade-off between the measures – for instance, in airport security, since testing of passengers is for potential threats to safety, scanners may be set to trigger alarms on low-risk items like belt buckles and keys (low specificity) in order to increase the probability of identifying dangerous objects and minimize the risk of missing objects that do pose a threat (high sensitivity). This trade-off can be represented graphically using a receiver operating characteristic curve. A perfect predictor would be described as 100% sensitive, meaning all sick individuals are correctly identified as sick, and 100% specific, meaning no healthy individuals are incorrectly identified as sick. In reality, however, any non-deterministic predictor will possess a minimum error bound known as the Bayes error rate.




Contents






  • 1 Definitions


    • 1.1 Application to screening study


    • 1.2 Confusion matrix




  • 2 Sensitivity


  • 3 Specificity


  • 4 Graphical illustration


  • 5 Medical examples


    • 5.1 Misconceptions


    • 5.2 Sensitivity index




  • 6 Worked example


  • 7 Estimation of errors in quoted sensitivity or specificity


  • 8 Terminology in information retrieval


  • 9 See also


  • 10 References


  • 11 Further reading


  • 12 External links





Definitions


In the terminology true/false positive/negative, true or false refers to the assigned classification being correct or incorrect, while positive or negative refers to assignment to the positive or the negative category.





Terminology and derivations
from a confusion matrix


condition positive (P)

the number of real positive cases in the data

condition negative (N)

the number of real negative cases in the data





true positive (TP)

eqv. with hit

true negative (TN)

eqv. with correct rejection

false positive (FP)

eqv. with false alarm, Type I error

false negative (FN)

eqv. with miss, Type II error






sensitivity, recall, hit rate, or true positive rate (TPR)

TPR=TPP=TPTP+FN=1−FNR{displaystyle mathrm {TPR} ={frac {mathrm {TP} }{P}}={frac {mathrm {TP} }{mathrm {TP} +mathrm {FN} }}=1-mathrm {FNR} }{displaystyle mathrm {TPR} ={frac {mathrm {TP} }{P}}={frac {mathrm {TP} }{mathrm {TP} +mathrm {FN} }}=1-mathrm {FNR} }


specificity, selectivity or true negative rate (TNR)

TNR=TNN=TNTN+FP=1−FPR{displaystyle mathrm {TNR} ={frac {mathrm {TN} }{N}}={frac {mathrm {TN} }{mathrm {TN} +mathrm {FP} }}=1-mathrm {FPR} }{displaystyle mathrm {TNR} ={frac {mathrm {TN} }{N}}={frac {mathrm {TN} }{mathrm {TN} +mathrm {FP} }}=1-mathrm {FPR} }


precision or positive predictive value (PPV)

PPV=TPTP+FP{displaystyle mathrm {PPV} ={frac {mathrm {TP} }{mathrm {TP} +mathrm {FP} }}}{displaystyle mathrm {PPV} ={frac {mathrm {TP} }{mathrm {TP} +mathrm {FP} }}}


negative predictive value (NPV)

NPV=TNTN+FN{displaystyle mathrm {NPV} ={frac {mathrm {TN} }{mathrm {TN} +mathrm {FN} }}}{displaystyle mathrm {NPV} ={frac {mathrm {TN} }{mathrm {TN} +mathrm {FN} }}}

miss rate or false negative rate (FNR)

FNR=FNP=FNFN+TP=1−TPR{displaystyle mathrm {FNR} ={frac {mathrm {FN} }{P}}={frac {mathrm {FN} }{mathrm {FN} +mathrm {TP} }}=1-mathrm {TPR} }{displaystyle mathrm {FNR} ={frac {mathrm {FN} }{P}}={frac {mathrm {FN} }{mathrm {FN} +mathrm {TP} }}=1-mathrm {TPR} }


fall-out or false positive rate (FPR)

FPR=FPN=FPFP+TN=1−TNR{displaystyle mathrm {FPR} ={frac {mathrm {FP} }{N}}={frac {mathrm {FP} }{mathrm {FP} +mathrm {TN} }}=1-mathrm {TNR} }{displaystyle mathrm {FPR} ={frac {mathrm {FP} }{N}}={frac {mathrm {FP} }{mathrm {FP} +mathrm {TN} }}=1-mathrm {TNR} }


false discovery rate (FDR)

FDR=FPFP+TP=1−PPV{displaystyle mathrm {FDR} ={frac {mathrm {FP} }{mathrm {FP} +mathrm {TP} }}=1-mathrm {PPV} }{displaystyle mathrm {FDR} ={frac {mathrm {FP} }{mathrm {FP} +mathrm {TP} }}=1-mathrm {PPV} }


false omission rate (FOR)

FOR=FNFN+TN=1−NPV{displaystyle mathrm {FOR} ={frac {mathrm {FN} }{mathrm {FN} +mathrm {TN} }}=1-mathrm {NPV} }{displaystyle mathrm {FOR} ={frac {mathrm {FN} }{mathrm {FN} +mathrm {TN} }}=1-mathrm {NPV} }






accuracy (ACC)

ACC=TP+TNP+N=TP+TNTP+TN+FP+FN{displaystyle mathrm {ACC} ={frac {mathrm {TP} +mathrm {TN} }{P+N}}={frac {mathrm {TP} +mathrm {TN} }{mathrm {TP} +mathrm {TN} +mathrm {FP} +mathrm {FN} }}}{displaystyle mathrm {ACC} ={frac {mathrm {TP} +mathrm {TN} }{P+N}}={frac {mathrm {TP} +mathrm {TN} }{mathrm {TP} +mathrm {TN} +mathrm {FP} +mathrm {FN} }}}

F1 score

is the harmonic mean of precision and sensitivity

F1=2⋅PPV⋅TPRPPV+TPR=2TP2TP+FP+FN{displaystyle F_{1}=2cdot {frac {mathrm {PPV} cdot mathrm {TPR} }{mathrm {PPV} +mathrm {TPR} }}={frac {2mathrm {TP} }{2mathrm {TP} +mathrm {FP} +mathrm {FN} }}}{displaystyle F_{1}=2cdot {frac {mathrm {PPV} cdot mathrm {TPR} }{mathrm {PPV} +mathrm {TPR} }}={frac {2mathrm {TP} }{2mathrm {TP} +mathrm {FP} +mathrm {FN} }}}


Matthews correlation coefficient (MCC)

MCC=TP×TN−FP×FN(TP+FP)(TP+FN)(TN+FP)(TN+FN){displaystyle mathrm {MCC} ={frac {mathrm {TP} times mathrm {TN} -mathrm {FP} times mathrm {FN} }{sqrt {(mathrm {TP} +mathrm {FP} )(mathrm {TP} +mathrm {FN} )(mathrm {TN} +mathrm {FP} )(mathrm {TN} +mathrm {FN} )}}}}{displaystyle mathrm {MCC} ={frac {mathrm {TP} times mathrm {TN} -mathrm {FP} times mathrm {FN} }{sqrt {(mathrm {TP} +mathrm {FP} )(mathrm {TP} +mathrm {FN} )(mathrm {TN} +mathrm {FP} )(mathrm {TN} +mathrm {FN} )}}}}


Informedness or Bookmaker Informedness (BM)

BM=TPR+TNR−1{displaystyle mathrm {BM} =mathrm {TPR} +mathrm {TNR} -1}{displaystyle mathrm {BM} =mathrm {TPR} +mathrm {TNR} -1}

Markedness (MK)

MK=PPV+NPV−1{displaystyle mathrm {MK} =mathrm {PPV} +mathrm {NPV} -1}{displaystyle mathrm {MK} =mathrm {PPV} +mathrm {NPV} -1}


Sources: Fawcett (2006), Powers (2011), and Ting (2011)
[2][3][4]




Application to screening study


Imagine a study evaluating a new test that screens people for a disease. Each person taking the test either has or does not have the disease. The test outcome can be positive (classifying the person as having the disease) or negative (classifying the person as not having the disease). The test results for each subject may or may not match the subject's actual status. In that setting:



  • True positive: Sick people correctly identified as sick

  • False positive: Healthy people incorrectly identified as sick

  • True negative: Healthy people correctly identified as healthy

  • False negative: Sick people incorrectly identified as healthy


In general, Positive = identified and negative = rejected.
Therefore:



  • True positive = correctly identified

  • False positive = incorrectly identified

  • True negative = correctly rejected

  • False negative = incorrectly rejected



Confusion matrix


Let us consider a group with P positive instances and N negative instances of some condition. The four outcomes can be formulated in a 2×2 contingency table or confusion matrix, as follows:















































True condition


Total population
Condition positive
Condition negative

Prevalence = Σ Condition positive/Σ Total population

Accuracy (ACC) = Σ True positive + Σ True negative/Σ Total population

Predicted
condition

Predicted condition
positive

True positive,
Power


False positive,
Type I error


Positive predictive value (PPV), Precision = Σ True positive/Σ Predicted condition positive

False discovery rate (FDR) = Σ False positive/Σ Predicted condition positive
Predicted condition
negative

False negative,
Type II error


True negative

False omission rate (FOR) = Σ False negative/Σ Predicted condition negative

Negative predictive value (NPV) = Σ True negative/Σ Predicted condition negative


True positive rate (TPR), Recall, Sensitivity, probability of detection = Σ True positive/Σ Condition positive

False positive rate (FPR), Fall-out, probability of false alarm = Σ False positive/Σ Condition negative

Positive likelihood ratio (LR+) = TPR/FPR

Diagnostic odds ratio (DOR) = LR+/LR−

F1 score = 1/1/Recall + 1/Precision/2

False negative rate (FNR), Miss rate = Σ False negative/Σ Condition positive

Specificity (SPC), Selectivity, True negative rate (TNR) = Σ True negative/Σ Condition negative

Negative likelihood ratio (LR−) = FNR/TNR


Sensitivity


Sensitivity refers to the test's ability to correctly detect ill patients who do have the condition.[5] In the example of a medical test used to identify a disease, the sensitivity (sometimes also named as detection rate in a clinical setting) of the test is the proportion of people who test positive for the disease among those who have the disease. Mathematically, this can be expressed as:


sensitivity=number of true positivesnumber of true positives+number of false negatives=number of true positivestotal number of sick individuals in population=probability of a positive test given that the patient has the disease{displaystyle {begin{aligned}{text{sensitivity}}&={frac {text{number of true positives}}{{text{number of true positives}}+{text{number of false negatives}}}}\[8pt]&={frac {text{number of true positives}}{text{total number of sick individuals in population}}}\[8pt]&={text{probability of a positive test given that the patient has the disease}}end{aligned}}}{displaystyle {begin{aligned}{text{sensitivity}}&={frac {text{number of true positives}}{{text{number of true positives}}+{text{number of false negatives}}}}\[8pt]&={frac {text{number of true positives}}{text{total number of sick individuals in population}}}\[8pt]&={text{probability of a positive test given that the patient has the disease}}end{aligned}}}

A negative result in a test with high sensitivity is useful for ruling out disease.[5] A high sensitivity test is reliable when its result is negative, since it rarely misdiagnoses those who have the disease. A test with 100% sensitivity will recognize all patients with the disease by testing positive. A negative test result would definitively rule out presence of the disease in a patient.


A positive result in a test with high sensitivity is not useful for ruling in disease. Suppose a 'bogus' test kit is designed to show only one reading, positive. When used on diseased patients, all patients test positive, giving the test 100% sensitivity. However, sensitivity by definition does not take into account false positives. The bogus test also returns positive on all healthy patients, giving it a false positive rate of 100%, rendering it useless for detecting or "ruling in" the disease.


Sensitivity is not the same as the precision or positive predictive value (ratio of true positives to combined true and false positives), which is as much a statement about the proportion of actual positives in the population being tested as it is about the test.


The calculation of sensitivity does not take into account indeterminate test results.
If a test cannot be repeated, indeterminate samples either should be excluded from the analysis (the number of exclusions should be stated when quoting sensitivity) or can be treated as false negatives (which gives the worst-case value for sensitivity and may therefore underestimate it).



Specificity


Specificity relates to the test's ability to correctly reject healthy patients without a condition. Consider the example of a medical test for diagnosing a disease.
Specificity of a test is the proportion of healthy patients known not to have the disease, who will test negative for it. Mathematically, this can also be written as:


specificity=number of true negativesnumber of true negatives+number of false positives=number of true negativestotal number of well individuals in population=probability of a negative test given that the patient is well{displaystyle {begin{aligned}{text{specificity}}&={frac {text{number of true negatives}}{{text{number of true negatives}}+{text{number of false positives}}}}\[8pt]&={frac {text{number of true negatives}}{text{total number of well individuals in population}}}\[8pt]&={text{probability of a negative test given that the patient is well}}end{aligned}}}{displaystyle {begin{aligned}{text{specificity}}&={frac {text{number of true negatives}}{{text{number of true negatives}}+{text{number of false positives}}}}\[8pt]&={frac {text{number of true negatives}}{text{total number of well individuals in population}}}\[8pt]&={text{probability of a negative test given that the patient is well}}end{aligned}}}

A positive result in a test with high specificity is useful for ruling in disease. The test rarely gives positive results in healthy patients. A test with 100% specificity will read negative, and accurately exclude disease from all healthy patients. A positive result signifies a high probability of the presence of disease.[6]


A test with a higher specificity has a lower type I error rate.



Graphical illustration




Medical examples


In medical diagnosis, test sensitivity is the ability of a test to correctly identify those with the disease (true positive rate), whereas test specificity is the ability of the test to correctly identify those without the disease (true negative rate).
If 100 patients known to have a disease were tested, and 43 test positive, then the test has 43% sensitivity. If 100 with no disease are tested and 96 return a negative result, then the test has 96% specificity. Sensitivity and specificity are prevalence-independent test characteristics, as their values are intrinsic to the test and do not depend on the disease prevalence in the population of interest.[7] Positive and negative predictive values, but not sensitivity or specificity, are values influenced by the prevalence of disease in the population that is being tested. These concepts are illustrated graphically in this applet Bayesian clinical diagnostic model which show the positive and negative predictive values as a function of the prevalence, the sensitivity and specificity.



Misconceptions


It is often claimed that a highly specific test is effective at ruling in a disease when positive, while a highly sensitive test is deemed effective at ruling out a disease when negative.[8][9] This has led to the widely used mnemonics SPIN and SNOUT, according to which a highly SPecific test, when Positive, rules IN disease (SP-P-IN), and a highly 'SeNsitive' test, when Negative rules OUT disease (SN-N-OUT). Both rules of thumb are, however, inferentially misleading, as the diagnostic power of any test is determined by both its sensitivity and its specificity.[10][11][12]


The tradeoff between specificity and sensitivity is explored in ROC analysis as a trade off between TPR and FPR (that is, recall and fallout).[2] Giving them equal weight optimizes Informedness = Specificity+Sensitivity-1 = TPR-FPR, the magnitude of which gives the probability of an informed decision between the two classes (>0 represents appropriate use of information, 0 represents chance-level performance, <0 represents perverse use of information).[3]



Sensitivity index


The sensitivity index or d' (pronounced 'dee-prime') is a statistic used in signal detection theory. It provides the separation between the means of the signal and the noise distributions, compared against the standard deviation of the noise distribution. For normally distributed signal and noise with mean and standard deviations μS{displaystyle mu _{S}}mu _{S} and σS{displaystyle sigma _{S}}sigma _{S}, and μN{displaystyle mu _{N}}mu _{N} and σN{displaystyle sigma _{N}}sigma _{N}, respectively, d' is defined as:



d′=μS−μN12(σS2+σN2){displaystyle d'={frac {mu _{S}-mu _{N}}{sqrt {{frac {1}{2}}(sigma _{S}^{2}+sigma _{N}^{2})}}}}d'={frac {mu _{S}-mu _{N}}{sqrt {{frac {1}{2}}(sigma _{S}^{2}+sigma _{N}^{2})}}} [13]

An estimate of d' can be also found from measurements of the hit rate and false-alarm rate. It is calculated as:



d' = Z(hit rate) – Z(false alarm rate),[14]

where function Z(p), p ∈ [0,1], is the inverse of the cumulative Gaussian distribution.


d' is a dimensionless statistic. A higher d' indicates that the signal can be more readily detected.



Worked example




A worked example

A diagnostic test with sensitivity 67% and specificity 91% is applied to 2030 people to look for a disorder with a population prevalence of 1.48%































Patients with bowel cancer
(as confirmed on endoscopy)

Condition positive
Condition negative

Fecal
occult
blood
screen
test
outcome

Test
outcome
positive

True positive
(TP) = 20

False positive
(FP) = 180

Positive predictive value
= TP / (TP + FP)
= 20 / (20 + 180)
= 10%

Test
outcome
negative

False negative
(FN) = 10

True negative
(TN) = 1820

Negative predictive value
= TN / (FN + TN)
= 1820 / (10 + 1820)
99.5%



Sensitivity
= TP / (TP + FN)
= 20 / (20 + 10)
67%


Specificity
= TN / (FP + TN)
= 1820 / (180 + 1820)
= 91%


Related calculations



  • False positive rate (α) = type I error = 1 − specificity = FP / (FP + TN) = 180 / (180 + 1820) = 9%

  • False negative rate (β) = type II error = 1 − sensitivity = FN / (TP + FN) = 10 / (20 + 10) = 33%


  • Power = sensitivity = 1 − β


  • Likelihood ratio positive = sensitivity / (1 − specificity) = 0.67 / (1 − 0.91) = 7.4

  • Likelihood ratio negative = (1 − sensitivity) / specificity = (1 − 0.67) / 0.91 = 0.37


Hence with large numbers of false positives and few false negatives, a positive screen test is in itself poor at confirming the disorder (PPV = 10%) and further investigations must be undertaken; it did, however, correctly identify 66.7% of all cases (the sensitivity). However as a screening test, a negative result is very good at reassuring that a patient does not have the disorder (NPV = 99.5%) and at this initial screen correctly identifies 91% of those who do not have cancer (the specificity).



Estimation of errors in quoted sensitivity or specificity


Sensitivity and specificity values alone may be highly misleading. The 'worst-case' sensitivity or specificity must be calculated in order to avoid reliance on experiments with few results. For example, a particular test may easily show 100% sensitivity if tested against the gold standard four times, but a single additional test against the gold standard that gave a poor result would imply a sensitivity of only 80%. A common way to do this is to state the binomial proportion confidence interval, often calculated using a Wilson score interval.


Confidence intervals for sensitivity and specificity can be calculated, giving the range of values within which the correct value lies at a given confidence level (e.g., 95%).[15]



Terminology in information retrieval


In information retrieval, the positive predictive value is called precision, and sensitivity is called recall. Unlike the Specificity vs Sensitivity tradeoff, these measures are both independent of the number of true negatives, which is generally unknown and much larger than the actual numbers of relevant and retrieved documents. This assumption of very large numbers of true negatives versus positives is rare in other applications.[3]


The F-score can be used as a single measure of performance of the test for the positive class. The F-score is the harmonic mean of precision and recall:


F=2×precision×recallprecision+recall{displaystyle F=2times {frac {{text{precision}}times {text{recall}}}{{text{precision}}+{text{recall}}}}}F=2times {frac {{text{precision}}times {text{recall}}}{{text{precision}}+{text{recall}}}}

In the traditional language of statistical hypothesis testing, the sensitivity of a test is called the statistical power of the test, although the word power in that context has a more general usage that is not applicable in the present context. A sensitive test will have fewer Type II errors.



See also





  • Brier score

  • Cumulative accuracy profile

  • False positive paradox


  • NCSS (statistical software) includes sensitivity and specificity analysis.


  • OpenEpi software program

  • Discrimination

  • Precision and recall

  • Statistical significance


  • Uncertainty coefficient, also called proficiency

  • Youden's J statistic




References





  1. ^ "Detector Performance Analysis Using ROC Curves – MATLAB & Simulink Example". www.mathworks.com. Retrieved 11 August 2016..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"""""""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}


  2. ^ ab Fawcett, Tom (2006). "An Introduction to ROC Analysis" (PDF). Pattern Recognition Letters. 27 (8): 861–874. doi:10.1016/j.patrec.2005.10.010.


  3. ^ abc Powers, David M W (2011). "Evaluation: From Precision, Recall and F-Measure to ROC, Informedness, Markedness & Correlation" (PDF). Journal of Machine Learning Technologies. 2 (1): 37–63.


  4. ^ Ting, Kai Ming (2011). Encyclopedia of machine learning. Springer. ISBN 978-0-387-30164-8.


  5. ^ ab Altman DG, Bland JM (June 1994). "Diagnostic tests. 1: Sensitivity and specificity". BMJ. 308 (6943): 1552. doi:10.1136/bmj.308.6943.1552. PMC 2540489. PMID 8019315.


  6. ^ "SpPins and SnNouts". Centre for Evidence Based Medicine (CEBM). Retrieved 26 December 2013.


  7. ^ Mangrulkar R. "Diagnostic Reasoning I and II". Retrieved 24 January 2012.


  8. ^ "Evidence-Based Diagnosis". Michigan State University. Archived from the original on 2013-07-06. Retrieved 2013-08-23.


  9. ^ "Sensitivity and Specificity". Emory University Medical School Evidence Based Medicine course.


  10. ^ Baron JA (Apr–Jun 1994). "Too bad it isn't true". Medical Decision Making. 14 (2): 107. doi:10.1177/0272989X9401400202. PMID 8028462.


  11. ^ Boyko EJ (Apr–Jun 1994). "Ruling out or ruling in disease with the most sensitive or specific diagnostic test: short cut or wrong turn?". Medical Decision Making. 14 (2): 175–9. doi:10.1177/0272989X9401400210. PMID 8028470.


  12. ^ Pewsner D, Battaglia M, Minder C, Marx A, Bucher HC, Egger M (July 2004). "Ruling a diagnosis in or out with "SpPIn" and "SnNOut": a note of caution". BMJ. 329 (7459): 209–13. doi:10.1136/bmj.329.7459.209. PMC 487735. PMID 15271832.


  13. ^ Gale SD, Perkel DJ (January 2010). "A basal ganglia pathway drives selective auditory responses in songbird dopaminergic neurons via disinhibition". The Journal of Neuroscience. 30 (3): 1027–37. doi:10.1523/JNEUROSCI.3585-09.2010. PMC 2824341. PMID 20089911.


  14. ^ Macmillan NA, Creelman CD (15 September 2004). Detection Theory: A User's Guide. Psychology Press. p. 7. ISBN 978-1-4106-1114-7.


  15. ^ "Diagnostic test online calculator calculates sensitivity, specificity, likelihood ratios and predictive values from a 2x2 table – calculator of confidence intervals for predictive parameters". medcalc.org.




Further reading


.mw-parser-output .refbegin{font-size:90%;margin-bottom:0.5em}.mw-parser-output .refbegin-hanging-indents>ul{list-style-type:none;margin-left:0}.mw-parser-output .refbegin-hanging-indents>ul>li,.mw-parser-output .refbegin-hanging-indents>dl>dd{margin-left:0;padding-left:3.2em;text-indent:-3.2em;list-style:none}.mw-parser-output .refbegin-100{font-size:100%}



  • Altman DG, Bland JM (June 1994). "Diagnostic tests. 1: Sensitivity and specificity". BMJ. 308 (6943): 1552. doi:10.1136/bmj.308.6943.1552. PMC 2540489. PMID 8019315.


  • Loong TW (September 2003). "Understanding sensitivity and specificity with the right side of the brain". BMJ. 327 (7417): 716–9. doi:10.1136/bmj.327.7417.716. PMC 200804. PMID 14512479.




External links



  • UIC Calculator

  • Vassar College's Sensitivity/Specificity Calculator

  • MedCalc Free Online Calculator

  • Bayesian clinical diagnostic model applet









Popular posts from this blog

Lambaréné

Chris Pine

Kashihara Line