stats_stats_normalize
Normalize an array of numeric values using minmax scaling to range 0-1 or z-score to center at mean 0 with standard deviation 1.
Instructions
[stats] Normalize values. method: minmax (0..1) or zscore (mean=0, std=1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| method | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |