quantitative-statistics

Run ADF, cointegration, GARCH, and regression diagnostics on financial time-series.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/loanntc/Paave --skill quantitative-statistics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quantitative-statistics
Source: https://github.com/loanntc/Paave/tree/main/skills/quant-statistics
Command: npx skills add https://github.com/loanntc/Paave --skill quantitative-statistics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you rigorously validate quantitative trading assumptions by running core statistical tests, volatility models, and diagnostics so your backtest conclusions are more defensible.

Core Features & Use Cases

  • Time-series integrity checks: Run ADF stationarity testing, Engle–Granger cointegration testing, and Granger causality for predictive relationships.
  • Volatility modeling: Fit GARCH(1,1) and common variants (e.g., EGARCH, GJR-GARCH, FIGARCH) to capture volatility clustering and persistence.
  • Regression diagnostics & inference: Test for heteroskedasticity/autocorrelation, apply bootstrap confidence intervals, and correct for multiple testing (e.g., FDR).

Quick Start

Ask the AI to analyze your price/return series by running ADF, cointegration, GARCH fitting, residual diagnostics, and bootstrap-based significance testing for your strategy metrics.

Frequently Asked Questions about quantitative-statistics

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

FAQPage Schema
How do I test for cointegration and stationarity in time series data for pair trading?

To test for cointegration and stationarity in time series data, you apply the ADF stationarity test and Engle–Granger cointegration test. These procedures validate spread mean-reversion assumptions for pair trading and statistical arbitrage strategies.

When should I use GARCH volatility modeling on financial returns?

Use GARCH volatility modeling on financial returns when you need to capture volatility clustering and persistence. Fitting variants like EGARCH, GJR-GARCH, or FIGARCH provides forecasts that help validate risk and signal inference assumptions.

How do I run regression diagnostics on backtested trading signals?

Run regression diagnostics on backtested trading signals by testing residuals for heteroskedasticity and autocorrelation. This validates factor and strategy hypothesis testing by ensuring inference assumptions hold for financial returns data.

What is the best way to establish Granger causality for predictive relationships in quantitative finance?

The best way to establish Granger causality for predictive relationships is applying the Granger causality test to your time series. This checks whether lagged returns improve prediction, validating signal inference for quantitative investing workflows.

Can I apply bootstrap confidence intervals to correct for multiple testing in strategy metrics?

Yes, you can apply bootstrap confidence intervals to estimate inference for strategy metrics and correct for multiple testing using FDR. This makes backtest conclusions more defensible by addressing false discoveries in factor hypothesis testing.

Does quantitative statistics require specific econometrics libraries or dependencies?

Quantitative statistics requires deterministic statistical procedures using established econometrics libraries, but has no hard dependencies. It processes price and return series to output structured decisions, diagnostics, and confidence intervals for trading signals.