Statistics
localstats-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_summaryCompute descriptive statistics for a list of numbers: mean, median, mode, min, max, range, variance, stddev, p25/p75, IQR.
- stats_percentileCompute a specific percentile (0-100) of a list of numbers.
- stats_correlationPearson correlation coefficient between two equal-length numeric series.
- stats_linregSimple linear regression y = slope * x + intercept. Returns slope, intercept, R².