CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
PYPI_README.md
README.md
pyproject.toml
requirements.txt
setup.py
docs/index.rst
examples/run_synthetic_benchmark.py
examples/synthetic_5m.py
src/gamm/__init__.py
src/gamm/data.py
src/gamm/experiment.py
src/gamm/garch.py
src/gamm/metrics.py
src/gamm/model.py
src/gamm/tuning.py
src/volatility_gamm.egg-info/PKG-INFO
src/volatility_gamm.egg-info/SOURCES.txt
src/volatility_gamm.egg-info/dependency_links.txt
src/volatility_gamm.egg-info/requires.txt
src/volatility_gamm.egg-info/top_level.txt
tests/test_data.py
tests/test_imports.py
tests/test_metrics.py
tests/test_tuning_space.py