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
.