-
Notifications
You must be signed in to change notification settings - Fork 265
feat: Dagum distribution #2014
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
feat: Dagum distribution #2014
Conversation
The stuck test case in modeling passes locally on both py3.9 and py3.10. |
Thanks @Qazalbash! Sorry for the late response. I think you can revise some parameters in |
could you merge with the master branch? the failing tests have been fixed there |
Just curious, why did you remove mean/var? is it unstable or something? |
Yes, they were unstable! I couldn't figure out why the test cases for them were failing. |
Could you add them back? I can take a look. |
Ok I am reverting the commit. |
…ition" This reverts commit 2119a59.
Summary
This PR contains the implementation of the Dagum distribution, along with the unit tests and documentation.