detect_anomaly
Identify outliers in numeric data using Z-score or IQR methods with configurable thresholds for anomaly detection.
Instructions
Anomaly/outlier detection (Z-score / IQR). Sub-millisecond.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Numeric data | |
| method | No | Method (default: zscore) | |
| threshold | No | Detection threshold (default: 3.0) |