Not Logged In     Login  
 Release 22.0, Sept. 2008
 
Chapter : ch39. Decisional Analysis Section : Performance Measures
  Youden's Index

  Online Excel Reference
Copyright (c) 2008-2010, Institute for Algorithmic Medicine, Houston, TX, USA. All rights reserved.

Overview :

Youden's index is one way to attempt summarizing test accuracy into a single numeric value.

 

Youden's index =

= 1 - ((false positive rate) + (false negative rate))

= 1 - ((1 - (sensitivity)) + (1 - (specificity)))

= (sensitivity) + (specificity) - 1

 

It may also be expressed as:

 

Youden's index =

= ( a / (a + b)) + (d / (c + d)) - 1 =

= ((a * d) - (b * c)) / ((a + b) * (c + d))

 

where:

• a + b = people with disease

• c + d = people without disease

• a = people with disease identified by test (true positive)

• b = people with disease not identified by test (false negatives)

• c = people without disease identified by test (false positives)

• d = people without disease not identified by test (true negatives)

 

Interpretation:

• minimum index: -1

• maximum index: +1

• A perfect test would have a Youden index of +1.

 

Limitation:

• The index by itself would not identify problems in sensitivity or specificity.

 

  References:

Hausen H. Caries prediction - state of the art. Community Dentistry and Oral Epidemiology. 1997; 25: 87-96.

Hilden J, Glasziou P. Regret graphs, diagnostic uncertainty and Youden's index. Statistics in Medicine. 1996; 15: 969-986.

Youden WJ. Index for rating diagnostic tests. Cancer. 1950; 3: 32-35.

 

 

   Online Excel | Reference TOP
     Pubmed Search For
Copy and paste the article title, or authors names into the search box