Skip to content

Commit

Permalink
Merge pull request #129 from PSLmodels/nikhilwoodruff/issue125
Browse files Browse the repository at this point in the history
Fix QBI deduction
  • Loading branch information
nikhilwoodruff authored Jul 10, 2024
2 parents ae3cb88 + 0235799 commit c3cf8b7
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def create_variable_file(write_file=True):
print(f"Writing PUF+CPS file... [{fname}]")
vdf.to_csv(fname, index=False)
# streamline dataframe so that it includes only input variables
print("Removing output variables from PUF+CPS DataFrame...")
rec = tc.Records(
data=vdf,
start_year=TAXYEAR,
Expand Down
2 changes: 1 addition & 1 deletion tax_microdata_benchmarking/imputation_assumptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

IMPUTATION_BETA_RNG_SEED = 37465 # random number seed used for Beta variates

W2_WAGES_SCALE = 0.33 # parameter used to impute pass-through W-2 wages
W2_WAGES_SCALE = 0.20 # parameter used to impute pass-through W-2 wages
Loading

0 comments on commit c3cf8b7

Please sign in to comment.