LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
extern/carma/LICENSE
extern/carma/cmake/carmaConfig.cmake.in
extern/carma/examples/arraystore.h
extern/carma/examples/automatic_conversion.h
extern/carma/examples/manual_conversion.h
extern/carma/examples/ols.h
extern/carma/include/carma
extern/carma/include/carma_bits/armatonumpy.h
extern/carma/include/carma_bits/arraystore.h
extern/carma/include/carma_bits/cnalloc.h
extern/carma/include/carma_bits/cnumpy.h
extern/carma/include/carma_bits/config.h
extern/carma/include/carma_bits/config.h.in
extern/carma/include/carma_bits/converters.h
extern/carma/include/carma_bits/debug.h
extern/carma/include/carma_bits/exceptions.h
extern/carma/include/carma_bits/nparray.h
extern/carma/include/carma_bits/numpyapi.h
extern/carma/include/carma_bits/numpytoarma.h
extern/carma/include/carma_bits/typecheck.h
extern/carma/integration_test/src/integration_test.h
extern/carma/mre/mre.h
extern/carma/tests/src/test_arr_to_mat.h
extern/carma/tests/src/test_arraystore.h
extern/carma/tests/src/test_mat_to_arr.h
extern/carma/tests/src/test_nparray.h
extern/carma/tests/src/test_roundtrip.h
extern/carma/tests/src/test_type_caster.h
src/greybox/__init__.py
src/greybox/aid.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/smoothers.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/_native/lowess.cpp
src/greybox/_native/supsmu.cpp
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_aid.py
tests/test_aid_compare.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