pysal / inequality

Measures of spatial (and non-spatial) inequality
https://pysal.org/inequality
BSD 3-Clause "New" or "Revised" License
28 stars 15 forks source link

usage of _indices.py? #31

Closed jGaboardi closed 1 year ago

jGaboardi commented 1 year ago

Currently indices.py is not part of the API, is not being used in gini.py or theil.py, and is not tested.

What would be the best way of incorporating these indices into inequality?