WingMan Protocol Home Install Pricing All tools Live MCP tool statistics Expected Value & Variance E[X], variance and standard deviation of a discrete distribution.
Free tier eligible — 500 calls/month with a free key from /pricing ; x402 pay-per-call above quota.
Parameters Parameter Type Required Description outcomesarray required Array of numeric payoffs probabilitiesarray required Probabilities (same length, sum to 1)
Call it over MCP (JSON-RPC 2.0) curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "expected_value", "arguments": {"outcomes": [], "probabilities": []}}}' Or plain HTTP curl -s https://wingmanprotocol.com/tools/expected_value \
-H 'Content-Type: application/json' \
-d '{"outcomes": [], "probabilities": []}' Try it live Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/expected_value from your browser.
Run tool This tool is x402-metered — agents pay per call with USDC on Base. The 402 response below is the standard x402 payment-requirements envelope: sign the EIP-3009 authorization and retry with the
X-Payment header, or
get a free key at /pricing (500 calls/month, no card, no crypto).
Related tools in Statistics statistics
A/B Test Significance (two-proportion z-test)
Conversion rates, lift, z-score, p-value and significance for two variants.
statistics
Confidence Interval Calculator
Confidence interval for a population mean or proportion given sample statistics.
statistics
Normal Distribution Probability
CDF, survival, z-score, and percentile queries for any normal distribution.
statistics
Percentile Calculator
Value at a given percentile, or the percentile rank of a value, over a dataset.
statistics
Linear Regression (least squares)
Best-fit slope, intercept, r^2 and an optional prediction from paired x/y data.