WINDOWVARS
Calculates rolling or static window sample variance
WINDOWVARS(column
, window size / static window start
, static window end
)
Returns a rolling or static window sample variance from a given column
Arguments
Argument | Description |
| Column on which to compute the window variance. Must be numeric. |
| Size of rolling window calculation. If two window values are provided, this is the 1st row number for the static window calculation. |
| Optional, default is |
Outputs
Window variance(s).
Example
Last updated