statistical-analysis

Installation
SKILL.md

Statistical Analysis

Apply statistical methods to understand data and validate findings.

Quick Start

from scipy import stats
import numpy as np

# Descriptive statistics
data = np.array([1, 2, 3, 4, 5])
print(f"Mean: {np.mean(data)}")
print(f"Std: {np.std(data)}")
Installs
49
GitHub Stars
4
First Seen
Jan 24, 2026
statistical-analysis — pluginagentmarketplace/custom-plugin-ai-data-scientist