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

contrib.sympy #65

Open
jorenham opened this issue Oct 30, 2023 · 0 comments
Open

contrib.sympy #65

jorenham opened this issue Oct 30, 2023 · 0 comments
Labels
contrib Integration with 3rd party packages enhancement New feature or request low priority Other issues should be considered first

Comments

@jorenham
Copy link
Owner

jorenham commented Oct 30, 2023

Optional support for SymPy, e.g. utility functions for:

  • extend the sympy.stats distributions with symbolic L-moment methods, analogously to scipy.stats
  • finding closed-form solutions of theoretical
    • order stats
    • PWM's
    • L-moments
    • L-comoments
    • L-moment (asymptotic) variance-covariance matrix
    • IF's, BP's, etc.
    • L-MGF's 😏
  • allow using sympy's numerical integration as an alternative to the current scipy.integrate.quad
  • support for using the interpolative summation method in l_poly (as alternative to the current naïve summation)
  • Hahn polynomials (use $_3F_2$; it's absent in scipy), which show up in the trimmed L-moment weights (Hosking, 2015).
@jorenham jorenham added enhancement New feature or request contrib Integration with 3rd party packages labels Oct 30, 2023
@jorenham jorenham added the low priority Other issues should be considered first label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contrib Integration with 3rd party packages enhancement New feature or request low priority Other issues should be considered first
Projects
None yet
Development

No branches or pull requests

1 participant