Youden (1950) Index for Rating Diagnostic Tests

diagnostic-accuracysensitivity-specificityyouden-indexbiostatisticsclassificationscreeningsummary-measure

Summary

Youden proposes a single-number index — now universally called Youden's JJ — for rating a binary diagnostic test from its 2×22\times2 table of results on known-diseased and control groups. The index is J=sensitivity+specificity1J = \text{sensitivity} + \text{specificity} - 1: the average of the two group-specific success rates, or equivalently the sum of the correctly-classified proportions minus one. It ranges from 0 (a worthless test that yields the same positive rate in both groups) to 1 (a perfect test with no false positives or negatives), and — crucially — is independent of the relative and absolute sizes of the two groups, making it a clean summary for comparing tests and detecting improvements.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"The purpose of an index of performance is to reduce a table of data ... into one figure that will adequately characterize the diagnostic test."

"The index has the value zero whenever a diagnostic test gives the same proportion of positives for both diseased and control groups regardless of what that proportion is. Such a test is obviously worthless."

My Take

A three-page classic that gave clinical statistics one of its most durable summary numbers, and its logic still repays reading: J=sens+spec1J=\text{sens}+\text{spec}-1 is exactly the vertical distance from the operating point to the chance diagonal, which is why the "Youden index point" — the ROC threshold maximizing JJ — remains the default cutpoint-selection rule decades later. The two features Youden stresses are the ones people still rely on: prevalence-invariance (unlike accuracy or predictive values, JJ doesn't move with the diseased/control mix) and the equal-error-cost assumption baked into the simple average, which he is refreshingly candid is a value judgment, not statistics. For the wiki it is the elementary, gold-standard counterpart to the harder no-gold-standard latent-class estimation of sensitivity/specificity (Albert-Dodd, Vacek): JJ is what you compute once you have sensitivity and specificity, whatever route produced them.