|
1 | 1 | \section{Results} |
2 | 2 |
|
3 | | -We validate our enhanced dataset against the administrative targets used in our loss matrix construction. |
| 3 | +We evaluate our enhanced dataset against administrative targets by constructing a loss matrix (defined in utils/loss.py) measuring relative deviations from: |
4 | 4 |
|
5 | | -\subsection{Target Categories} |
| 5 | +\subsection{IRS Statistics of Income Targets} |
6 | 6 |
|
7 | | -Our loss matrix tracks matches against: |
8 | | - |
9 | | -\subsubsection{IRS Statistics of Income} |
10 | | -By AGI bracket and filing status: |
| 7 | +By AGI bracket and filing status, we track: |
11 | 8 | \begin{itemize} |
12 | | - \item Adjusted gross income |
13 | | - \item Employment income |
14 | | - \item Business net profits/losses |
15 | | - \item Capital gains |
| 9 | + \item Adjusted gross income totals |
| 10 | + \item Return counts |
| 11 | + \item Wages, salaries, and tips |
| 12 | + \item Business net profits and losses (separately) |
| 13 | + \item Capital gains (gross amounts and distributions) |
16 | 14 | \item Ordinary dividends |
17 | | - \item Partnership and S-corporation income |
| 15 | + \item Partnership and S-corporation income and losses |
18 | 16 | \item Qualified dividends |
19 | 17 | \item Taxable interest income |
20 | 18 | \item Pension income |
21 | 19 | \item Social Security benefits |
| 20 | + \item Estate income and losses |
| 21 | + \item Tax-exempt interest |
| 22 | + \item IRA distributions |
| 23 | + \item Rent and royalty income and losses |
| 24 | + \item Taxable pension income |
| 25 | + \item Taxable Social Security |
| 26 | + \item Unemployment compensation |
| 27 | +\end{itemize} |
| 28 | + |
| 29 | +\subsection{Census Population Targets} |
| 30 | + |
| 31 | +From Census projections: |
| 32 | +\begin{itemize} |
| 33 | + \item Population counts for each single year of age from 0 to 85 |
22 | 34 | \end{itemize} |
23 | 35 |
|
24 | | -\subsubsection{Census Population Projections} |
25 | | -Single-year age populations from ages 0-85. |
| 36 | +\subsection{CBO Program Totals} |
26 | 37 |
|
27 | | -\subsubsection{CBO Projections} |
28 | | -Annual totals for: |
| 38 | +From Congressional Budget Office projections: |
29 | 39 | \begin{itemize} |
30 | | - \item Income tax |
31 | | - \item SNAP |
32 | | - \item Social Security |
33 | | - \item SSI |
| 40 | + \item Income tax revenue |
| 41 | + \item SNAP benefit payments |
| 42 | + \item Social Security benefit payments |
| 43 | + \item SSI payments |
34 | 44 | \item Unemployment compensation |
35 | 45 | \end{itemize} |
36 | 46 |
|
37 | | -\subsubsection{Treasury EITC Statistics} |
| 47 | +\subsection{EITC Statistics} |
| 48 | + |
| 49 | +From Treasury data: |
38 | 50 | \begin{itemize} |
39 | | - \item EITC claims and amounts by number of qualifying children |
| 51 | + \item Number of returns claiming EITC by number of qualifying children |
| 52 | + \item Total EITC amounts by number of qualifying children |
40 | 53 | \end{itemize} |
41 | 54 |
|
42 | | -% TODO: Add specific quantitative results from running the enhanced dataset against these targets |
| 55 | +\subsection{Other Targets} |
| 56 | + |
| 57 | +From various government sources: |
| 58 | +\begin{itemize} |
| 59 | + \item Healthcare spending by age group and type |
| 60 | + \item Child support payments |
| 61 | + \item Housing costs and subsidies |
| 62 | + \item Market income losses |
| 63 | +\end{itemize} |
43 | 64 |
|
44 | | -\subsection{Computational Performance} |
| 65 | +The reweighting procedure minimizes the relative squared error between weighted sums of these variables and their administrative targets. |
45 | 66 |
|
46 | | -% TODO: Add measured runtime statistics from production enhancement runs |
| 67 | +% TODO: Add specific quantitative results showing: |
| 68 | +% - Initial deviations from targets in base CPS |
| 69 | +% - Final deviations after enhancement |
| 70 | +% - Distribution of weights between original and synthetic records |
0 commit comments