LICENSE
README.md
pyproject.toml
cpz_quant/__init__.py
cpz_quant/frames.py
cpz_quant/py.typed
cpz_quant/viz.py
cpz_quant.egg-info/PKG-INFO
cpz_quant.egg-info/SOURCES.txt
cpz_quant.egg-info/dependency_links.txt
cpz_quant.egg-info/requires.txt
cpz_quant.egg-info/top_level.txt
cpz_quant/certification/__init__.py
cpz_quant/certification/analytics.py
cpz_quant/certification/factors.py
cpz_quant/certification/grade.py
cpz_quant/certification/overfitting.py
cpz_quant/certification/regime.py
cpz_quant/indicators/__init__.py
cpz_quant/indicators/_helpers.py
cpz_quant/indicators/_rust_accel.py
cpz_quant/indicators/momentum.py
cpz_quant/indicators/statistical.py
cpz_quant/indicators/trend.py
cpz_quant/indicators/volatility.py
cpz_quant/indicators/volume.py
cpz_quant/portfolio/__init__.py
cpz_quant/portfolio/attribution.py
cpz_quant/portfolio/convex.py
cpz_quant/portfolio/copula.py
cpz_quant/portfolio/costs.py
cpz_quant/portfolio/covariance.py
cpz_quant/portfolio/entropy_pooling.py
cpz_quant/portfolio/factors.py
cpz_quant/portfolio/model_selection.py
cpz_quant/portfolio/optimization.py
cpz_quant/portfolio/preselection.py
cpz_quant/portfolio/quantum_backends.py
cpz_quant/portfolio/risk_measures.py
cpz_quant/portfolio/sklearn_estimators.py
tests/test_capacity.py
tests/test_certification.py
tests/test_convex.py
tests/test_copula.py
tests/test_entropy_pooling.py
tests/test_frames.py
tests/test_herc_detone.py
tests/test_indicators_smoke.py
tests/test_model_selection.py
tests/test_nco_schur.py
tests/test_portfolio_quantum.py
tests/test_preselection.py
tests/test_regime.py
tests/test_risk_measures.py
tests/test_sklearn_estimators.py
tests/test_viz.py