Releases: Serapieum-of-alex/statista
Releases · Serapieum-of-alex/statista
0.6.0
restructure the distrubutions module (#91)
0.6.0 (2024-08-18)
dev
- Add documentations for the
distributions
, andeva
modules. - Add autodoc for all modules.
- Test docstrings as part of CI and pre-commit hooks.
- Test notebooks as part of CI.
- Simplify test for the distributions module
distributions
- move the
cdf
andparameters
for all the methods to be optional parameters. - rename
theoretical_estimate
method toinverse_cdf
. - All distributions can be instantiated with the parameters and/or data.
- rename the
probability_plot
method toplot
. - move the
confidence_interval
plot from theprobability_plot/plot
to the methodconfidence_interval
and can be
called by activating theplot_figure=True
.
descriptors
- rename the
metrics
module todescriptors
.
0.5.0
0.4.0
0.3.0
- add documentation for both GEV and Gumbel distributions.
- add lmoment parameter estimation method for all distributions.
- add exponential and normal distributions
- modify the pdf, cdf, and probability plot plots
- create a separate plot and confidence_interval modules.