For the complete documentation index, see llms.txt. This page is also available as Markdown.

RUNNINGAVERAGE

Calculates the running average of a column

RUNNINGAVERAGE(column)

Returns the running averages in a column

Arguments

Argument

Description

column

Column on which to compute the running average. Must be numeric.

Output

Running averages of input column

Example

Last updated

Was this helpful?