LICENSE
README.md
pyproject.toml
setup.py
cfad/__init__.py
cfad/api.py
cfad/backtest.py
cfad/bootstrap.py
cfad/cli.py
cfad/contour.py
cfad/detection.py
cfad/empirical_cf.py
cfad/gof.py
cfad/market.py
cfad/multivariate.py
cfad/py.typed
cfad/residue_score.py
cfad/sensitivity.py
cfad/utils.py
cfad/viz.py
cfad.egg-info/PKG-INFO
cfad.egg-info/SOURCES.txt
cfad.egg-info/dependency_links.txt
cfad.egg-info/entry_points.txt
cfad.egg-info/requires.txt
cfad.egg-info/top_level.txt
cfad/_ext/__init__.py
cfad/_ext/cusum.c
cfad/_ext/rolling_ecf.c
cfad/models/__init__.py
cfad/models/base.py
cfad/models/cgmy.py
cfad/models/gaussian.py
cfad/models/levy_stable.py
cfad/models/nig.py
tests/test_api_utils.py
tests/test_backtest.py
tests/test_benchmarks.py
tests/test_bootstrap.py
tests/test_contour.py
tests/test_detection.py
tests/test_ecf.py
tests/test_empirical_ecf_v3.py
tests/test_gof.py
tests/test_market.py
tests/test_models.py
tests/test_multivariate.py
tests/test_properties.py
tests/test_regression.py
tests/test_sensitivity.py
tests/test_sequential_calibration_v2.py
tests/test_utils.py
tests/test_validation_study_benchmark.py
tests/test_viz.py