Back to Apps

Variance
by axiomhq
High-precision one-pass variance and standard deviation computation library using Welford's method.
0 stars
Works in:claude
Exposes:Tools
What it does
Variance provides an AI agent with specialized mathematical tools for performing stable, one-pass variance and standard deviation computations. It implements Welford's method and D.H.D. West's improvements, allowing the AI to process streams of data and merge multiple statistical sets without losing precision.
Tools
compute_variance: Calculate the variance and mean of a provided dataset in one pass.merge_statistics: Combine multiple sets of statistics into a single aggregated result.weighted_variance: Compute variance while accounting for weighted data values.
Installation
{
"mcpServers": {
"variance": {
"command": "go",
"args": ["run", "github.com/axiomhq/variance"]
}
}
}
Supported hosts
Default support for Claude Desktop via MCP.
Quick install
go get github.com/axiomhq/varianceInformation
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure the variance MCP server using the Go runtime.





