CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
SECURITY.md
mkdocs.yml
pyproject.toml
docs/backtesting.md
docs/choosing-configuration.md
docs/data_contract.md
docs/design.md
docs/examples.md
docs/frequency-configuration.md
docs/getting-started.md
docs/index.md
docs/outputs.md
docs/performance.md
docs/reproducibility.md
docs/troubleshooting.md
docs/validation.md
docs/workflow.md
docs/api/configuration.md
docs/api/exceptions.md
docs/api/preprocessing.md
docs/api/signal.md
docs/stylesheets/extra.css
examples/README.md
examples/synthetic_signal.py
examples/notebooks/01_synthetic_walk_forward.ipynb
examples/notebooks/02_frequency_lab.ipynb
examples/notebooks/03_geometry_and_sensitivity.ipynb
examples/notebooks/04_point_in_time_workflow.ipynb
examples/notebooks/05_reproducibility_and_artifacts.ipynb
examples/notebooks/06_yfinance_case_study.ipynb
examples/notebooks/README.md
src/mfdro/__init__.py
src/mfdro/config.py
src/mfdro/exceptions.py
src/mfdro/frequency.py
src/mfdro/geometry.py
src/mfdro/preprocessing.py
src/mfdro/py.typed
src/mfdro/random.py
src/mfdro/signal.py
src/mfdro/validation.py
src/mfdro.egg-info/PKG-INFO
src/mfdro.egg-info/SOURCES.txt
src/mfdro.egg-info/dependency_links.txt
src/mfdro.egg-info/requires.txt
src/mfdro.egg-info/top_level.txt
tests/test_config.py
tests/test_frequency.py
tests/test_geometry.py
tests/test_notebooks.py
tests/test_preprocessing.py
tests/test_reference_parity.py
tests/test_signal.py
tests/test_validation.py