v0.10.0
What's Changed
- Added more linting, fixed many code style issues and a few typos by @wolph in #13
- L-moment covariance matrix from CDF by @jorenham in #14
- L-stats covariance matrix from CDF by @jorenham in #15
- Calculate theoretical L-* from
scipy.stats.rv_continuous
distributions by @jorenham in #16 - Python 3.12 support by @jorenham in #17
- Tighter bounds on the (absolute) L-moment and L-ratio by @jorenham in #18
- Improved L-stats API by @jorenham in #19
- Goodness-of-fit testing of any distribution, using L-moments or L-stats by @jorenham in #20
- Standardized optional
scipy.integrate.quad
options inlmo.theoretical
by @jorenham in #21 - Theoretical influence functions & robustness measures by @jorenham in #22
lmo.theoretical
: Discrete distributions, numerical accuracy improvements, and cleaner code by @jorenham in #25- Add theoretical L-* methods to all
scipy.stats
univariate distributions by @jorenham in #26 - Method of L-moments (LMM) by @jorenham in #27
- Empirical influence functions by @jorenham in #28
- Allow passing
trim=t
as alias fortrim=(t, t)
by @jorenham in #29
New Contributors
Full Changelog: v0.9.0...v0.10.0