Description | The |
Syntax | STDDEV( |
Output | numeric |
Variables
number
: the numeric field on which to calculate the standard deviation.
Example
STDDEV(Value
) Over (Partition by Group
)
ID | Group | Value | STDDEV |
1 | A | 10 | 5 |
2 | A | 20 | 5 |
3 | A | 15 | 5 |
4 | B | 30 | 7.071 |
5 | B | 40 | 7.071 |