Difference between revisions of "Hall-Tideman Index"

From Open Risk Manual
 
Line 19: Line 19:
 
* The [[Gini Index]] is a related measure
 
* The [[Gini Index]] is a related measure
  
== Implementations ==
+
== Implementation ==
 
Open Source implementations of the HTI index are available in
 
Open Source implementations of the HTI index are available in
  

Latest revision as of 11:31, 17 May 2024

Definition

The Hall-Tideman index is a metric useful for the purpose of measuring Concentration Risk diversity or inequality metrics. An alternative name is Rosenbluth Index.

Details

More precisely, if we have n values E_i summing up to a total of


E_T = \sum^{n}_{i=1} E_{i}

and each value fraction is defined as


w_{i} = \frac{E_i}{E_T}

Then the HTI index is defined as


HTI = \frac{1}{2 \sum^{n}_{i=1} i w_{i} - 1}

See Also

Implementation

Open Source implementations of the HTI index are available in


References