Returns the statistical standard error of all values in an expression.
Categories: | Aggregate |
Descriptive Statistics | |
Returned data type: | DOUBLE |
specifies any valid SQL expression.
Interaction | At least two valid values are required in the column to perform the calculation. Otherwise the function returns a null value. |
Data type | DOUBLE |
Statements
|
Results
|
---|---|
select stderr(AvgHigh) from worldtemps; |
2.35523 |