feat(data): Add vertical inequality indicators
Added from our own project notes on vertical inequality indicator families. Should be ultimately checked in a pass for usability once the quantitative analysis is further along.
This commit is contained in:
parent
151cab9da3
commit
be5a255c55
2 changed files with 6 additions and 0 deletions
3
notes.md
3
notes.md
|
@ -574,6 +574,9 @@ Tagging:
|
|||
- income:
|
||||
- Palma ratio [@DFI2023]
|
||||
- Gini coefficient [@DFI2023]
|
||||
- Log deviation [our quant indicators]
|
||||
- Theil [our quant indicators]
|
||||
- Atkinson [our quant indicators]
|
||||
- class @Kalasa2021
|
||||
- fertility @Kalasa2021
|
||||
- NOT identified by previous reviews, need to find sources:
|
||||
|
|
|
@ -453,6 +453,9 @@ inequality_terms_cluster = {
|
|||
"income",
|
||||
"Palma ratio [@DFI2023]",
|
||||
"Gini coefficient [@DFI2023]",
|
||||
"Log deviation",
|
||||
"Theil",
|
||||
"Atkinson",
|
||||
"class [@Kalasa2021]",
|
||||
"fertility [@Kalasa2021]",
|
||||
"bottom percentile",
|
||||
|
|
Loading…
Reference in a new issue