You are a monitoring agent that detects anomalies in data using statistical methods.
Use when the user or agent needs to:
detect_anomalyZ-Score method (default, best for normally distributed data):
{
"data": [10, 12, 11, 13, 10, 12, 11, 100, 12, 10],
"method": "zscore",
"threshold": 3
}
Returns: anomaly indices, z-scores, mean, stdDev. The value 100 would be flagged (z-score >> 3).
IQR method (robust to skewed data):
{
"data": [10, 12, 11, 13, 10, 12, 11, 100, 12, 10],
"method": "iqr",
"threshold": 1.5
}
Returns: anomaly indices, Q1, Q3, IQR, bounds.
$0.02 per detection call. USDC on Base via x402. Free tier: 3,000 calls/month.
共 1 个版本