LICENSE
README.md
pyproject.toml
factrix/__init__.py
factrix/_axis.py
factrix/_codes.py
factrix/_compare.py
factrix/_dag.py
factrix/_data_input.py
factrix/_errors.py
factrix/_family.py
factrix/_inspect.py
factrix/_logging.py
factrix/_metric_index.py
factrix/_multi_factor.py
factrix/_ols.py
factrix/_results.py
factrix/_types.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/bootstrap.py
factrix/_stats/constants.py
factrix/_stats/core.py
factrix/_stats/diagnostics.py
factrix/_stats/hac.py
factrix/_stats/multiple_testing.py
factrix/_stats/ols.py
factrix/_stats/slice_policy.py
factrix/_stats/unit_root.py
factrix/_stats/wald.py
factrix/inference/__init__.py
factrix/inference/_base.py
factrix/inference/series_mean.py
factrix/metrics/__init__.py
factrix/metrics/_base.py
factrix/metrics/_decorators.py
factrix/metrics/_helpers.py
factrix/metrics/_metric_capabilities.py
factrix/metrics/_registry.py
factrix/metrics/caar.py
factrix/metrics/clustering_hhi.py
factrix/metrics/concentration.py
factrix/metrics/corrado_rank.py
factrix/metrics/directional_hit_rate.py
factrix/metrics/event_horizon.py
factrix/metrics/event_quality.py
factrix/metrics/fm_beta.py
factrix/metrics/hit_rate.py
factrix/metrics/ic.py
factrix/metrics/k_spread.py
factrix/metrics/mfe_mae.py
factrix/metrics/monotonicity.py
factrix/metrics/oos_decay.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/metrics/_primitives/__init__.py
factrix/metrics/_primitives/_caar.py
factrix/metrics/_primitives/_event_returns.py
factrix/metrics/_primitives/_fm_betas.py
factrix/metrics/_primitives/_group_returns.py
factrix/metrics/_primitives/_ic.py
factrix/metrics/_primitives/_mfe_mae.py
factrix/metrics/_primitives/_spread_series.py
factrix/metrics/_primitives/_ts_betas.py
factrix/preprocess/__init__.py
factrix/preprocess/normalize.py
factrix/preprocess/orthogonalize.py
factrix/preprocess/returns.py
factrix/slicing/__init__.py
factrix/slicing/_primitive.py
factrix/slicing/dispatcher.py
factrix/slicing/inference.py
factrix/slicing/period_inference.py
factrix/stats/__init__.py
factrix/stats/block_bootstrap.py
factrix/stats/bootstrap.py
factrix/stats/driscoll_kraay.py
factrix/stats/multiple_testing.py
factrix/stats/wald_cluster.py
tests/test_adapt.py
tests/test_adf_persistence.py
tests/test_bhy.py
tests/test_bhy_hierarchical.py
tests/test_by_slice.py
tests/test_caar.py
tests/test_compare.py
tests/test_concentration.py
tests/test_cross_type_invariants.py
tests/test_dag.py
tests/test_data_input.py
tests/test_datasets.py
tests/test_directional_hit_rate.py
tests/test_docs_llms.py
tests/test_docs_matrix.py
tests/test_docs_pages.py
tests/test_docs_stat_keys_by_metric.py
tests/test_drop_rate_warning.py
tests/test_drop_rate_warning_assets.py
tests/test_drop_rate_warning_phase2.py
tests/test_dynamic_sample_threshold.py
tests/test_errors.py
tests/test_evaluate.py
tests/test_evaluate_horizons.py
tests/test_evaluation_result.py
tests/test_event_horizon.py
tests/test_fm_betas.py
tests/test_helpers.py
tests/test_hit_rate.py
tests/test_ic.py
tests/test_inspect_data.py
tests/test_k_spread.py
tests/test_list_metrics.py
tests/test_logging_infra.py
tests/test_metric_api_members_match_all.py
tests/test_metric_base.py
tests/test_metric_capabilities.py
tests/test_metric_index.py
tests/test_mfe_mae.py
tests/test_monotonicity.py
tests/test_naming_df.py
tests/test_normalize.py
tests/test_observability.py
tests/test_oos.py
tests/test_orthogonalize.py
tests/test_partial_conjunction.py
tests/test_pooled_beta_driscoll_kraay.py
tests/test_quantile.py
tests/test_readme_quickstart.py
tests/test_register.py
tests/test_returns.py
tests/test_sample_naming_lint.py
tests/test_significance.py
tests/test_slice_joint_test.py
tests/test_slice_pairwise_test.py
tests/test_slice_period_joint_test.py
tests/test_slice_period_pairwise_test.py
tests/test_slice_test_reference_cells.py
tests/test_spanning.py
tests/test_tradability.py
tests/test_trend.py
tests/test_ts_asymmetry.py
tests/test_ts_betas.py
tests/test_ts_quantile.py
tests/test_two_tier_guards.py
tests/test_warning.py