ai_anomaly_detection__rolling_deviation_anomalies
Detect anomalous data points by comparing to a trailing-window mean, flagging values exceeding a threshold of standard deviations.
Instructions
[ai-anomaly-detection] Flag points deviating from their trailing-window mean by > threshold sigmas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| window | No | ||
| threshold | No |