stat

Analyze investigation datasets with statistical tests and report effect sizes.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/goodoleusa/cybertemplate-pipeline --skill stat-goodoleusa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stat
Source: https://github.com/goodoleusa/cybertemplate-pipeline/tree/main/.claude/skills/stat
Command: npx skills add https://github.com/goodoleusa/cybertemplate-pipeline --skill stat-goodoleusa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze investigation datasets with rigorous statistical methods to identify anomalies, correlations, and significance.

Core Features & Use Cases

  • Pre-register the hypothesis before running any numbers
  • Run a full test battery (parametric + non-parametric, at minimum two independent methods)
  • Report all tests including non-significant ones
  • Compute effect sizes (Cohen's d, ratios) alongside p-values
  • Provide a Bayesian complement for major findings
  • Distinguish correlation from causation
  • Output in report-ready markdown with plain-language summary

Quick Start

Invoke the data-scientist subagent with the anti-p-hacking protocol on your investigation dataset to run a full statistical analysis.

Frequently Asked Questions about stat

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

FAQPage Schema
How do I run rigorous statistical analysis on an OSINT investigation dataset?

To run rigorous statistical analysis on an OSINT investigation dataset, you must pre-register hypotheses, run a full test battery using two independent methods, and compute effect sizes. This process prevents p-hacking and ensures valid anomaly detection.

What is the best way to prevent p-hacking during network forensics anomaly detection?

Preventing p-hacking during network forensics anomaly detection requires pre-registering your hypotheses before analyzing the data. You must run a full test battery of parametric and non-parametric methods, reporting all tests including non-significant results.

Can I use Bayesian analysis to complement frequentist p-values in investigation data?

Yes, you can use Bayesian analysis to complement frequentist p-values in investigation data. The statistical analysis process requires computing effect sizes like Cohen's d alongside p-values and providing a Bayesian complement for all major findings.

Does statistical analysis work with Prometheus metrics and timeline events?

Statistical analysis works directly with Prometheus metrics and timeline events to identify anomalies, correlations, and significance. The process applies rigorous statistical methods across various investigation datasets including node TX values and Prometheus metrics.

How do I distinguish correlation from causation in forensic statistics?

To distinguish correlation from causation in forensic statistics, you must apply rigorous statistical methods that compute effect sizes and provide Bayesian complements. The analysis outputs a report-ready markdown summary explicitly distinguishing correlations from causal relationships.

What are the limitations of relying solely on p-values for investigation data analysis?

Relying solely on p-values for investigation data analysis risks p-hacking and ignores effect sizes. A complete statistical analysis requires pre-registering hypotheses, running a full test battery of two independent methods, and computing Bayesian complements to validate findings.