HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · STELLAR · ROBINHOOD · USDC · USDG

Number crunch

Statistical analysis suite: descriptive statistics, correlation analysis, and outlier detection on a single dataset.

When to use this pack

An agent has a series of numbers (prices, scores, measurements) and needs the full statistical picture in one call: central tendency, spread, whether any values are anomalous, and the trend direction.

Tools in this pack

Workflow

  1. Compute descriptive statistics with stats-summary — count, mean, median, stddev, quartiles, min, max.
  2. Run correlation of the values against their indices (position trend) — r near +1/-1 means a clear upward/downward trend over the series.
  3. Detect outliers — IQR fence + z-score methods flag anomalous values the agent should investigate or exclude.

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Analyze the dataset [10,12,15,11,50,13,14] using Agent402: (1) stats-summary — descriptive stats. (2) correlation with x=values, y=indices — trend detection. (3) outliers — flag anomalies. Return {stats, trend, outliers}.

← All skill packs