Signal Audit

Quantify predictive signal value using mutual information and lag analysis.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/trudumb/hyper_make --skill signal-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Signal Audit
Source: https://github.com/trudumb/hyper_make/tree/main/.claude/skills/foundation/signal-audit
Command: npx skills add https://github.com/trudumb/hyper_make --skill signal-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically quantify the predictive information content of candidate signals to guide feature selection before model building, reducing wasted effort on low-value features.

Core Features & Use Cases

  • Mutual information estimation for continuous signals and targets
  • Regression normalization and regime-specific MI analysis
  • Lag optimization to identify leading indicators and capture temporal effects
  • Comprehensive signal audit reporting with actionable insights
  • Signal decay tracking to monitor value over time
  • Use Case: Prioritize top signals for a new predictive model and condition features by regime

Quick Start

Run a signal audit on your dataset to identify top signals by mutual information and review regime-specific results before building a model

Frequently Asked Questions about Signal Audit

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

FAQPage Schema
How do I quantify predictive value for feature selection before model building?

Quantify predictive value by estimating mutual information between continuous signals and targets. This approach identifies high-value features and reduces wasted effort on low-value signals before you start predictive modeling.

What is mutual information estimation for signal analysis?

Mutual information estimation for signal analysis measures the statistical dependence between a signal and your target variable. It applies regression normalization and regime conditioning to quantify exactly how much predictive information a candidate feature contains.

How do I identify leading indicators using lag analysis?

Identify leading indicators by applying lag optimization to your dataset during a signal audit. This captures temporal effects to pinpoint signals that consistently precede target movements, helping you select features that act as true leading indicators.

Can I condition signal analysis by regime for cross-source datasets?

Yes, you can condition signal analysis by regime for cross-source datasets. The process applies regime-specific mutual information estimation to evaluate how signal predictive value shifts across different market regimes or data segments.

What is the best way to track signal decay over time?

Track signal decay by running audits that monitor mutual information values across temporal windows. This decay tracking identifies when a signal's predictive information content begins to degrade, allowing you to adjust features before model performance drops.

When should I run a signal audit during model development?

Run a signal audit before feature selection to prioritize top signals, during quarterly reviews to monitor decay, or when debugging scenarios arise. This prevents wasted effort by validating that candidate features retain predictive value.