stddev
function stddev(column): Column;Defined in: functions/aggregate.ts:90
Returns the sample standard deviation of the expression in a group (alias for stddev_samp).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function stddev(column): Column;Defined in: functions/aggregate.ts:90
Returns the sample standard deviation of the expression in a group (alias for stddev_samp).
| Parameter | Type |
|---|---|
column | ColOrName |