Changes between Version 1 and Version 3 of Ticket #1557
- Timestamp:
- Jun 20, 2017, 2:49:22 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1557
- Property Owner set to
- Property Status new → assigned
-
Ticket #1557 – Description
v1 v3 5 5 - If STDDEV_POP is specified, then the population standard deviation of <value expression> evaluated for each row that qualifies, defined as the square root of the population variance. 6 6 - If STDDEV_SAMP is specified, then the sample standard deviation of <value expression> evaluated for each row that qualifies, defined as the square root of the sample variance. 7 8 So we have these functions: 9 - VAR_POP(generalExp) 10 - VAR_SAMP(generalExp) 11 - STDDEV_POP(generalExp) 12 - STDDEV_SAMP(generalExp)