Calculates rolling or static window population standard deviation
WINDOWSTDEVP(column, window size / static window start, static window end)
column
window size / static window start
static window end
Returns a rolling or static window population standard deviation from a given column
ALIAS of STDEV
Argument
Description
Column on which to compute the window standard deviation. 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 None. 2nd row number for static window calculation.
None
Window standard deviation(s).
Last updated 3 years ago
Was this helpful?