outliers
Class: helper ยท Streaming: accumulating
Mark statistical outliers using the selected method.
Signatureโ
| outliers field=<field> [method=<enum>] [threshold=<string>]
Optionsโ
| Name | Type | Default | Description |
|---|---|---|---|
field | field | - | - |
method | enum | iqr | - Values: iqr, zscore, mad. |
threshold | string | - | - |
Examplesโ
outliers field=duration_ms method=zscore threshold=2.0
Generated from the LynxFlow registry. See RFC-002 for the full language specification.