PSLmodels / InverseOptimalTax

Inverse optimal taxation model
https://pslmodels.github.io/InverseOptimalTax/
1 stars 3 forks source link

Recreate Fig 4 from JJZ (2017) #13

Closed jdebacker closed 2 years ago

jdebacker commented 2 years ago

Let's create an area plot akin to JJZ's figure 4 that we can use to decompose the influence of theta_z and T''(z) on social welfare weights.

To find the social welfare weights without changes in marginal tax rates, set T''(z) to zero in Equation 10. i.e., in applying the sw_weights method, use mtr_prime = 0.

To find the social welfare weights without the effects of the income distribution, set theta_z to zero in Equation 10. i.e., in applying the sw_weights method, use theta_z = 0.

jdebacker commented 2 years ago

Addressed via PR #15