stats_stats_moving_average
Calculate simple or exponential moving averages to smooth time series data and identify trends in statistical analysis.
Instructions
[stats] Moving average. kind: simple (SMA) or exponential (EMA, alpha=0.3).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| window | No | ||
| kind | No | ||
| alpha | No |