ROLLINGAVERAGE

Calculates the rolling averages of a column

ROLLINGAVERAGE(column, window, [Minimum Period])

Returns the rolling averages, weighted with specified inputs, in a column.

Arguments

Outputs

Weighted rolling averages.

Example

Last updated