Skip to content
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

Exact L-moments of several distributions #307

Merged
merged 23 commits into from
Aug 27, 2024
Merged

Exact L-moments of several distributions #307

merged 23 commits into from
Aug 27, 2024

Conversation

jorenham
Copy link
Owner

Not part of the public API.
This will result in better L-moments for several scipy.stats distributions.
These distributions will also see a significant performance increase when fitted with l_fit.

The relevant distributions are:

  • scipy.stats.uniform
  • scipy.stats.logistic
  • scipy.stats.expon
  • scipy.stats.gumbel_r
  • scipy.stats.genextreme
  • scipy.stats.genpareto
  • lmo.distributions.kumaraswamy
  • lmo.distributions.wakeby
  • lmo.distributions.genlambda

All other scipy.stats distributions will also see a performance increase in the l_fit, due to some arbitrary optimizations.

towards #5

@jorenham jorenham merged commit bcf87d2 into master Aug 27, 2024
11 checks passed
@jorenham jorenham deleted the know-lmoments branch August 27, 2024 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant