simple_moving_average
Calculate the Simple Moving Average (SMA) to smooth time series data by averaging values over a specified window, identifying trends and patterns in numerical sequences.
Instructions
Compute Simple Moving Average (SMA) - average of last 'window' values at each point (Domain: timeseries, Category: analysis)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| window | Yes |