Returns the standard deviation which is the square root of its variance. If no time window is provided it returns the standard deviation of the series.
stddev([ts])
Arguments | Description |
---|---|
ts (optional) | Time window. |
A float value.
# Select standard deviation grouped by 1 hour.
select stddev(1h) from 'series-001'