Youden Index Calculator
Find the Youden J index from sensitivity and specificity.
The Youden index summarizes a diagnostic test's performance in one number.
The math behind it
J = sensitivity + specificity - 1, ranging from 0 (useless) to 1 (perfect).
Worked example
90% sensitivity, 85% specificity gives J = 0.75.
FAQ
What is it used for?
Choosing the optimal cutoff point on an ROC curve.