We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940b977 commit 8eb067dCopy full SHA for 8eb067d
1 file changed
ogcore/output_tables.py
@@ -1125,7 +1125,7 @@ def model_fit_table(
1125
elif target_desc == "Gini coefficient, after-tax income":
1126
dist = (
1127
tpi_output["before_tax_income"][t]
1128
- + tpi_output["hh_net_taxes"][t]
+ - tpi_output["hh_net_taxes"][t]
1129
)
1130
pop_weights = params.omega[t]
1131
pop_weights = pop_weights / pop_weights.sum()
0 commit comments