factor-research

Compute IC/IR metrics and quantile backtests for cross-sectional stock factors.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/GGwujun/SigmX --skill factor-research-ggwujun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factor-research
Source: https://github.com/GGwujun/SigmX/tree/main/agent/src/skills/factor-research
Command: npx skills add https://github.com/GGwujun/SigmX --skill factor-research-ggwujun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-sectional factor research often suffers from inconsistent methodologies and manual, error-prone analyses. This Skill provides a repeatable framework to evaluate the predictive power of stock factors using IC/IR statistics and quantile backtesting across multiple instruments.

Core Features & Use Cases

  • IC/IR analysis: compute cross-sectional IC means, IR, and stability to assess factor validity over time.
  • Quantile backtesting: perform group-by backtests to reveal discriminatory power and long-short potential.
  • Factor screening & combination: identify effective factors and build composite signals for multi-factor strategies.
  • Output readiness: generate standardized outputs (ic_series.csv, ic_summary.json, group_equity.csv) for downstream analysis.

Quick Start

Provide a factor CSV and a returns CSV, then run the factor_analysis workflow to evaluate factor validity and backtest performance.

Frequently Asked Questions about factor-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate cross-sectional stock factors using IC and IR metrics?

Cross-sectional factor evaluation computes IC means, IR, and stability over time to assess predictive power. This Skill provides a repeatable framework to evaluate factor validity using IC/IR statistics and quantile backtesting across multiple instruments.

What is the best way to backtest stock selection factors for long-short potential?

Quantile backtesting for stock selection factors performs group-by backtests to reveal discriminatory power and long-short potential. This Skill generates standardized outputs like group_equity.csv to evaluate backtest performance across multiple instruments.

How do I screen and combine multiple factors for multi-factor portfolio construction?

Factor screening and combination identifies effective factors to build composite signals for multi-factor strategies. This Skill applies IC/IR analytics and quantile backtests to compare and combine cross-sectional factors for portfolio construction.

What inputs do I need to run a cross-sectional factor analysis and backtest?

Running cross-sectional factor analysis requires factor_csv, return_csv, and output_dir inputs. You provide a factor CSV and a returns CSV, then execute the factor_analysis workflow to evaluate factor validity and backtest performance.

Can I use IC/IR analysis for multiple factors across different instruments?

Yes, IC/IR analysis for multiple factors across different instruments is fully supported. The Skill applies standardized IC/IR metrics and quantile backtests across multiple instruments, outputting ic_series.csv and ic_summary.json for downstream comparison.

Why do my cross-sectional factor research results lack consistency across different runs?

Inconsistent cross-sectional factor research results often stem from manual, error-prone analyses. This Skill provides a repeatable framework that standardizes IC/IR statistics and quantile backtesting to ensure consistent factor validity evaluation.