Skip to main content
Calculates the moving standard deviation of values within a specified window of rows relative to the current row. Category: window Syntax:
Returns: Float Context Filtering: ✓ Yes

Parameters

Allowed Column Types for column: INT, FLOAT, DECIMAL, NUMBER

Validation

  • Minimum parameters: 2
  • Maximum parameters: 3

Examples

Returns the standard deviation of sales in a 7-day rolling window (current row and 6 previous rows).
Calculates a 30-day moving standard deviation of response times, useful for tracking variability over time.
Calculates a 20-day rolling volatility (standard deviation) for stock returns.
  • CumulativeStdDev - Calculates cumulative standard deviation from the first row
  • MovingVariance - Calculates moving variance with a window
  • StDev - Returns the overall standard deviation
  • MovingAvg - Calculates moving average with a window
Last modified on March 13, 2026