Find Anomalies
find_anomaliesIdentify anomalies in production counts by applying z-score detection. Returns timestamps where an asset's hourly count exceeds a specified threshold from its historical mean.
Instructions
Run simple z-score anomaly detection on production counts. Returns timestamps where an asset's hourly count is more than threshold standard deviations away from its mean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | No | Limit to one asset; otherwise checks all assets | |
| threshold | No | Z-score threshold (default 2.0) |