Youden Index Calculator

Enter your test's True Positives (TP), False Negatives (FN), False Positives (FP), and True Negatives (TN) into the Youden Index Calculator to compute sensitivity, specificity, and the Youden Index (J statistic) — a single score summarising how well your diagnostic test distinguishes diseased from non-diseased cases. You can also enter sensitivity and specificity directly if you already have them.

Number of diseased individuals correctly identified as positive.

Number of diseased individuals incorrectly identified as negative.

Number of healthy individuals incorrectly identified as positive.

Number of healthy individuals correctly identified as negative.

Enter sensitivity as a proportion between 0 and 1.

Enter specificity as a proportion between 0 and 1.

Results

Youden Index (J)

--

Sensitivity

--

Specificity

--

Positive Predictive Value (PPV)

--

Negative Predictive Value (NPV)

--

Overall Accuracy

--

Interpretation

--

Diagnostic Test Performance Metrics

Frequently Asked Questions

What is the Youden Index?

The Youden Index (also called Youden's J statistic) is a single numerical measure that summarises the overall performance of a diagnostic test. It is calculated as Sensitivity + Specificity − 1, and ranges from 0 to 1. A value of 0 means the test performs no better than random chance, while 1 represents a perfect test with no false positives or false negatives.

How do I calculate the Youden Index?

The formula is: J = Sensitivity + Specificity − 1. Sensitivity equals TP / (TP + FN) and Specificity equals TN / (TN + FP), where TP = true positives, FN = false negatives, TN = true negatives, and FP = false positives. You can plug these four counts directly into this calculator, or enter sensitivity and specificity values you already have.

What does a high Youden Index indicate?

A high Youden Index (close to 1) indicates that the diagnostic test has both high sensitivity and high specificity, meaning it correctly identifies most true positives and true negatives with few errors. It suggests the test is highly effective at distinguishing between diseased and healthy individuals.

What is a good Youden Index value?

There is no universal threshold, but generally a Youden Index above 0.5 is considered acceptable, above 0.7 is good, and values approaching 1.0 are excellent. Values close to 0 suggest the test offers little diagnostic value beyond random guessing. The appropriate benchmark can vary by clinical context and the consequences of misclassification.

What is sensitivity in diagnostic testing?

Sensitivity is the proportion of truly diseased individuals that the test correctly identifies as positive. It is calculated as TP / (TP + FN). A highly sensitive test misses few diseased cases (low false negative rate), making it valuable for ruling out a disease when the result is negative.

What is specificity in diagnostic testing?

Specificity is the proportion of truly healthy individuals that the test correctly identifies as negative. It is calculated as TN / (TN + FP). A highly specific test produces few false positives, making it useful for confirming a disease when the result is positive.

How is the Youden Index related to the ROC curve?

The Youden Index corresponds to the maximum vertical distance between the ROC curve and the diagonal chance line. When optimising a diagnostic threshold, the cut-point that maximises J (Sensitivity + Specificity − 1) is often chosen as the optimal threshold, representing the best balance between sensitivity and specificity across all possible cut-off values.

Can the Youden Index be negative?

Theoretically, if both sensitivity and specificity are below 0.5, the Youden Index would be negative, implying the test performs worse than random guessing. In practice, a negative value suggests the test classification should be inverted (swap positive and negative labels), which would then yield a positive index.

More Statistics Tools