-
Notifications
You must be signed in to change notification settings - Fork 3
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
adds pareto tails for lognormal and kde #26
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
===========================================
- Coverage 72.81% 56.42% -16.39%
===========================================
Files 3 3
Lines 103 140 +37
===========================================
+ Hits 75 79 +4
- Misses 28 61 +33
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Added the notebook used to plot the income dists. The issue with very noisy g_z is resolved when the notebook is run in order. However, the discontinuity at the pareto cutoff is more pronounced. Work may be needed to smooth the derivative estimate at the cutoff. |
@john-p-ryan Please sync this branch to the master, which will help pass the CI tests on GH Actions. Thanks! |
Updates to IOT PR PSLmodels#26 for formatting and testing
This PR adds several methods for calculating the income distribution with a Pareto tail. These methods include a simultaneous estimate of the cutoff and pareto parameter via maximum likelihood, as well as 2 options for sequentially estimating the upper tail, with the body being estimated by lognormal or kernel density estimation.