Statistics

local

stats-tools

Descriptive stats, percentile, correlation, and linear regression on numeric arrays.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (4)

  • stats_summary
    Compute descriptive statistics for a list of numbers: mean, median, mode, min, max, range, variance, stddev, p25/p75, IQR.
  • stats_percentile
    Compute a specific percentile (0-100) of a list of numbers.
  • stats_correlation
    Pearson correlation coefficient between two equal-length numeric series.
  • stats_linreg
    Simple linear regression y = slope * x + intercept. Returns slope, intercept, R².