quant-statistics

Apply quantitative statistical tests to financial time-series data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive toolkit of quantitative statistical methods for analyzing financial time-series data, enabling robust testing, modeling, and inference for strategy development.

Core Features & Use Cases

  • Time-series testing (ADF unit-root, cointegration, Granger causality) to identify stationarity, long-run relationships, and predictive relationships.
  • Volatility modeling (GARCH family and variants) to quantify and forecast conditional volatility for risk management and strategy sizing.
  • Regression diagnostics (heteroskedasticity, autocorrelation, multicollinearity) with guidance on robust standard errors and model refinement.
  • Bootstrap and hypothesis-testing framework for evaluating significance and robustness across samples and scenarios.
  • Output-ready reporting templates for research notes and backtests.

Quick Start

Run this skill to perform ADF tests, cointegration analysis, and GARCH modeling on time-series data.

Frequently Asked Questions about quant-statistics

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

FAQPage Schema
How do I test for cointegration and stationarity in financial time-series data?

To test financial time-series data, you apply ADF unit-root tests and cointegration analysis to identify long-run relationships and stationarity in your pandas Series of returns.

What is the best way to model and forecast conditional volatility for risk management?

Modeling conditional volatility is best achieved using GARCH family models and variants, which quantify and forecast conditional volatility for risk management and strategy sizing.

How do I run regression diagnostics for heteroskedasticity and autocorrelation in Python?

To run regression diagnostics in Python, apply tests for heteroskedasticity, autocorrelation, and multicollinearity, then use guidance on robust standard errors and model refinement for your factor data.

Does this quantitative statistical method require specific Python libraries to function?

Yes, these quantitative statistical methods require specific Python libraries to function, specifically needing statsmodels and arch installed to perform the time-series testing and volatility modeling.

Can I use bootstrap inference to evaluate significance across diverse financial series?

Yes, you can use the bootstrap and hypothesis-testing framework to evaluate significance and robustness across diverse financial series and factor data samples and scenarios.