Mathematical Psychology
About

SDT in Medical Diagnosis

SDT provides the mathematical framework for evaluating diagnostic accuracy in medicine, separating a clinician's discriminative ability (sensitivity/specificity) from their diagnostic threshold.

Signal Detection Theory has become the standard framework for evaluating diagnostic tests and clinical decision making. The SDT framework maps directly onto medical diagnosis: "signal" is disease present, "noise" is disease absent, "hits" are true positives, and "false alarms" are false positives. This mapping allows rigorous separation of a test's discriminative accuracy from the clinician's decision threshold.

Diagnostic Accuracy Measures

Medical SDT Measures Sensitivity = P(positive test | disease) = hit rate
Specificity = P(negative test | no disease) = 1 − false alarm rate
PPV = P(disease | positive test)
NPV = P(no disease | negative test)
AUC = area under ROC = overall diagnostic accuracy

Clinical ROC Analysis

ROC curves in medicine compare diagnostic tests by plotting sensitivity against 1−specificity across different decision thresholds. A test with a higher AUC is better at discriminating diseased from healthy patients. The optimal threshold depends on disease prevalence and the relative costs of false positives versus false negatives — a distinction SDT handles naturally. For cancer screening, where missing a cancer (false negative) is costly, the threshold should be liberal; for invasive surgical decisions, where false positives lead to unnecessary surgery, the threshold should be conservative.

Modern medical applications include radiological image reading, pathology screening, dermatological assessment, and algorithmic diagnostic tools where SDT analysis helps calibrate human and machine performance.

Interactive Calculator

Each row represents a trial: trial_type (signal or noise) and response (yes or no). Computes hit rate, false-alarm rate, d′, criterion c, and β.

Click Calculate to see results, or Animate to watch the statistics update one record at a time.

Related Topics

References

  1. Swets, J. A. (1988). Measuring the accuracy of diagnostic systems. Science, 240(4857), 1285–1293. https://doi.org/10.1126/science.3287615
  2. Metz, C. E. (1978). Basic principles of ROC analysis. Seminars in Nuclear Medicine, 8(4), 283–298. https://doi.org/10.1016/S0001-2998(78)80014-2
  3. Lusted, L. B. (1971). Signal detectability and medical decision-making. Science, 171(3977), 1217–1219. https://doi.org/10.1126/science.171.3977.1217
  4. Hanley, J. A., & McNeil, B. J. (1982). The meaning and use of the area under a receiver operating characteristic (ROC) curve. Radiology, 143(1), 29–36. https://doi.org/10.1148/radiology.143.1.7063747

External Links