LICENSE.txt
README.md
pyproject.toml
setup.py
examples/e9_2_u_vs_xi.py
examples/example_usage.py
examples/finance_example.py
examples/quant_finance_notebook.py
examples/reproduce_e1_e7.py
examples/reproduce_e8.py
examples/seismic_example.py
examples/weather_example.py
examples/examples/finance_example.py
examples/examples/seismic_example.py
examples/examples/weather_example.py
fawp_index/__init__.py
fawp_index/benchmarks.py
fawp_index/cli.py
fawp_index/dataframe_api.py
fawp_index/explain.py
fawp_index/exports.py
fawp_index/features.py
fawp_index/multivariate.py
fawp_index/report.py
fawp_index/simulate.py
fawp_index/sklearn_api.py
fawp_index.egg-info/PKG-INFO
fawp_index.egg-info/SOURCES.txt
fawp_index.egg-info/dependency_links.txt
fawp_index.egg-info/entry_points.txt
fawp_index.egg-info/requires.txt
fawp_index.egg-info/top_level.txt
fawp_index/capacity/__init__.py
fawp_index/capacity/surfaces.py
fawp_index/core/__init__.py
fawp_index/core/alpha_index.py
fawp_index/core/alpha_v2.py
fawp_index/core/estimators.py
fawp_index/data/__init__.py
fawp_index/data/e1_horizons_sweep.csv
fawp_index/data/e2_convergence.csv
fawp_index/data/e3_curves_linear.csv
fawp_index/data/e3_curves_quadratic.csv
fawp_index/data/e3_curves_saturating.csv
fawp_index/data/e3_horizons_summary.csv
fawp_index/data/e4_robustness.csv
fawp_index/data/e5_control_cliff.csv
fawp_index/data/e6_surface_bits_mean.csv
fawp_index/data/e6_surface_bits_std.csv
fawp_index/data/e6_surface_dropout_mean.csv
fawp_index/data/e6_surface_dropout_std.csv
fawp_index/data/e7_quantum.csv
fawp_index/data/e8_confirm_final_full.csv
fawp_index/data/e8_confirm_significance.csv
fawp_index/data/e8_data.csv
fawp_index/data/e9_2_aggregate_curves.csv
fawp_index/data/e9_2_seed_curves.csv
fawp_index/data/e9_2_summary.json
fawp_index/detection/__init__.py
fawp_index/detection/odw.py
fawp_index/finance/__init__.py
fawp_index/finance/quant.py
fawp_index/io/__init__.py
fawp_index/io/csv_loader.py
fawp_index/io/feeds.py
fawp_index/oats/__init__.py
fawp_index/oats/_plots.py
fawp_index/oats/model.py
fawp_index/oats/robustness.py
fawp_index/oats/surfaces.py
fawp_index/quant/__init__.py
fawp_index/quant/events.py
fawp_index/quant/momentum.py
fawp_index/quant/regime.py
fawp_index/quant/risk.py
fawp_index/stream/__init__.py
fawp_index/stream/live.py
fawp_index/viz/__init__.py
fawp_index/viz/plots.py
tests/__init__.py
tests/test_benchmarks.py
tests/test_core.py
tests/test_data.py
tests/test_exports.py
tests/test_oats.py