-
-
Couldn't load subscription status.
- Fork 26
Description
We motivate as follows:
The task is to estimate the revenue raised by a wealth tax. The proposed wealth tax is
- e.g.,
$h(w) = 0.05 w$ means a 5% tax on wealth.
With
The problem is that wealth is not observed for all individuals. We only have a sample
- supply this data set and histogram it
One idea for calculating revenue is as follows.
We assume that weath of each individual is a draw from a distribution with density
We estimate
If we work with log wealth
However, perhaps it's best to start with the first case (estimate
The difficulty is: how to choose and estimate
Now we step through a sequence of density classes, in each case estimating
I suggest
- Lognormal distribution
- Pareto distribution
In both cases, the wikipedia page shows the maximum likelihood estimates of the parameters.
We will emphasize that different choices of
A key message is that we need to model wealth as heavy tailed, since light tails and heavy tails will get very different numbers.
Optionally, we can add in nonparametric kernel density estimation.