stats_stats_outliers
Detect statistical outliers in datasets using IQR or Z-score methods to identify anomalies and improve data quality analysis.
Instructions
[stats] Detect outliers. method: iqr (threshold=IQR multiplier) or zscore (threshold=sigma).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| method | No | ||
| threshold | No |