stats_stats_outliers
Detect outliers in numeric datasets using interquartile range (IQR) or z-score methods with customizable thresholds.
Instructions
[stats] Detect outliers. method: iqr (threshold=IQR multiplier) or zscore (threshold=sigma).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| method | No | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |