FunctionsTime Series
group_array_moving_avg
Builds a moving-average series over the aggregated numeric sequence and returns it as a JSON array string. The optional second argument sets the moving window size.
group_array_moving_avg(…) → StringKind · aggregate
Builds a moving-average series over the aggregated numeric sequence and returns it as a JSON array string. The optional second argument sets the moving window size.
Part of the Time Series family.
exponential_moving_average
Calculates an exponentially weighted moving average where recent samples have higher weight. The optional second argument controls alpha in the [0,1] range.
group_array_moving_sum
Builds a moving-sum series over the aggregated numeric sequence and returns it as a JSON array string. The optional second argument sets the moving window size.