-
-
Notifications
You must be signed in to change notification settings - Fork 135
Updates to tax function estimation #1029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@rickecon This PR is ready for review. We'll address issues and testing with the DEP functions in a subsequent PR. Note the change to |
|
Wanted to remove the local test only marker from |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1029 +/- ##
==========================================
+ Coverage 70.17% 72.67% +2.49%
==========================================
Files 20 20
Lines 5073 5068 -5
==========================================
+ Hits 3560 3683 +123
+ Misses 1513 1385 -128
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@jdebacker. All |
|
@jdebacker. I think this PR is ready to merge. I just submitted a PR to your branch that updates the version number to 0.14.3 in |
Updated version in setup.py, __init__.py, and CHANGELOG.md
|
@rickecon - thanks for your additions. I've merged them and believe this PR is ready to go. |
|
@jdebacker. When I ran the full set of local and non local tests of OG-Core on my machine, I got the following clean slate. But the GH Actions CI here has a weird set of 11 failures, all the same error, and all in the |
|
A recent move from However, I'm now running into some errors when we try to scatter the parameters object, cc @rickecon |
|
@jdebacker. Really great work figuring out those updates with |
This PR updates
txfunc.py, in particular for the estimation of theGSandHSVfunctions. Specifically:HSVform (addressing Issue HSV tax function estimation does not account for sampling weights #1027).GSform are improved by (1) changing the initial guesses to more reasonable value and (2) setting stricter bounds so the parameters do not get out of reasonable ranges in the minimizer.Updated GS functions (2025 current law, TMD data):

Updated HSV functions (2025 current law, TMD data):
