LICENSE
README.md
pyproject.toml
factrix/__init__.py
factrix/_analysis_config.py
factrix/_axis.py
factrix/_codes.py
factrix/_describe.py
factrix/_errors.py
factrix/_evaluate.py
factrix/_logging.py
factrix/_metric_index.py
factrix/_multi_factor.py
factrix/_ols.py
factrix/_procedures.py
factrix/_profile.py
factrix/_registry.py
factrix/_types.py
factrix/_validators.py
factrix/adapt.py
factrix/datasets.py
factrix/llms-full.txt
factrix/llms.txt
factrix/multi_factor.py
factrix.egg-info/PKG-INFO
factrix.egg-info/SOURCES.txt
factrix.egg-info/dependency_links.txt
factrix.egg-info/requires.txt
factrix.egg-info/top_level.txt
factrix/_stats/__init__.py
factrix/_stats/constants.py
factrix/metrics/__init__.py
factrix/metrics/_helpers.py
factrix/metrics/caar.py
factrix/metrics/clustering.py
factrix/metrics/concentration.py
factrix/metrics/corrado.py
factrix/metrics/event_horizon.py
factrix/metrics/event_quality.py
factrix/metrics/fama_macbeth.py
factrix/metrics/hit_rate.py
factrix/metrics/ic.py
factrix/metrics/mfe_mae.py
factrix/metrics/monotonicity.py
factrix/metrics/oos.py
factrix/metrics/quantile.py
factrix/metrics/spanning.py
factrix/metrics/tradability.py
factrix/metrics/trend.py
factrix/metrics/ts_asymmetry.py
factrix/metrics/ts_beta.py
factrix/metrics/ts_quantile.py
factrix/preprocess/__init__.py
factrix/preprocess/normalize.py
factrix/preprocess/orthogonalize.py
factrix/preprocess/returns.py
factrix/stats/__init__.py
factrix/stats/bootstrap.py
factrix/stats/multiple_testing.py
tests/test_adapt.py
tests/test_adf_persistence.py
tests/test_caar.py
tests/test_caar_procedure.py
tests/test_common_panel_procedures.py
tests/test_concentration.py
tests/test_datasets.py
tests/test_docs_matrix.py
tests/test_evaluate.py
tests/test_evaluate_missing_config.py
tests/test_event_horizon.py
tests/test_fm_procedure.py
tests/test_foundation.py
tests/test_helpers.py
tests/test_hit_rate.py
tests/test_ic.py
tests/test_ic_procedure.py
tests/test_introspection.py
tests/test_list_metrics.py
tests/test_logging_infra.py
tests/test_mfe_mae.py
tests/test_monotonicity.py
tests/test_multi_factor.py
tests/test_normalize.py
tests/test_oos.py
tests/test_orthogonalize.py
tests/test_quantile.py
tests/test_registry.py
tests/test_returns.py
tests/test_significance.py
tests/test_spanning.py
tests/test_tradability.py
tests/test_trend.py
tests/test_ts_asymmetry.py
tests/test_ts_beta_procedure.py
tests/test_ts_dummy_procedure.py
tests/test_ts_quantile.py
tests/test_two_tier_guards.py