Advertisement · 728 × 90
#
Hashtag
#EntopyMeasures
Advertisement · 728 × 90

  PS C:\Haskell> .\IneqComps.exe "0.1,7|0.9,16|9,53|40,48|50,3"
  
  IneqComps V05 2025-06-18

  zGini    = 69.0% (Gini index)
  rSym     = 1.242 (symmetric Theil redundancy)
  zSym     = 71.1% (symmetric Atkinson index, zSym = 1-exp(-rSym))
  zHoover  = 49.8% (Hoover index)
  zHappy   = -0.743 (zHoover - rSym)
  zPlato   = 70.6% (Theil equivalent ratio: 85:15)

PS C:\Haskell> .\IneqComps.exe "0.1,7|0.9,16|9,53|40,48|50,3" IneqComps V05 2025-06-18 zGini = 69.0% (Gini index) rSym = 1.242 (symmetric Theil redundancy) zSym = 71.1% (symmetric Atkinson index, zSym = 1-exp(-rSym)) zHoover = 49.8% (Hoover index) zHappy = -0.743 (zHoover - rSym) zPlato = 70.6% (Theil equivalent ratio: 85:15)

Post image

Food for testing: IneqComps.hs computes some inequality measures. The Gini index is among them. drive.proton.me/urls/W3S6T8P... contains the executable (for the Windows shell) and source code.

#Gini #GiniIndex #EntopyMeasures #InequalityMeasures

0 0 1 3