LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/greybox/__init__.py
src/greybox/alm.py
src/greybox/association.py
src/greybox/cost_function.py
src/greybox/data.py
src/greybox/diagnostics.py
src/greybox/fitters.py
src/greybox/formula.py
src/greybox/hm.py
src/greybox/mtcars.csv
src/greybox/point_measures.py
src/greybox/pointlik.py
src/greybox/predict.py
src/greybox/quantile_measures.py
src/greybox/rolling.py
src/greybox/selection.py
src/greybox/transforms.py
src/greybox/xreg.py
src/greybox.egg-info/PKG-INFO
src/greybox.egg-info/SOURCES.txt
src/greybox.egg-info/dependency_links.txt
src/greybox.egg-info/requires.txt
src/greybox.egg-info/top_level.txt
src/greybox/distributions/__init__.py
src/greybox/distributions/alaplace.py
src/greybox/distributions/bcnorm.py
src/greybox/distributions/beta.py
src/greybox/distributions/binom.py
src/greybox/distributions/chi2.py
src/greybox/distributions/exp.py
src/greybox/distributions/fnorm.py
src/greybox/distributions/gamma.py
src/greybox/distributions/geom.py
src/greybox/distributions/gnorm.py
src/greybox/distributions/helper.py
src/greybox/distributions/invgauss.py
src/greybox/distributions/laplace.py
src/greybox/distributions/lgnorm.py
src/greybox/distributions/llaplace.py
src/greybox/distributions/lnorm.py
src/greybox/distributions/logis.py
src/greybox/distributions/logitnorm.py
src/greybox/distributions/ls.py
src/greybox/distributions/nbinom.py
src/greybox/distributions/pois.py
src/greybox/distributions/rectnorm.py
src/greybox/distributions/s.py
src/greybox/distributions/t.py
src/greybox/methods/__init__.py
src/greybox/methods/summary.py
tests/test_alm.py
tests/test_alm_distributions_compare.py
tests/test_diagnostics_compare.py
tests/test_distributions.py
tests/test_dynamic_stuff.py
tests/test_fitters.py
tests/test_measures.py
tests/test_pointlik_compare.py
tests/test_quality.py
tests/test_r_python_compare.py
tests/test_rolling.py
tests/test_selection.py
tests/test_transforms.py
tests/test_xreg.py