DB
FunctionsStatistical

stddev_pop

Computes population standard deviation from numeric batch values and repeats the computed result for each output row.

stddev_pop(…) → Float64

Kind · scalar · aggregate

scalar — Computes population standard deviation from numeric batch values and repeats the computed result for each output row.

aggregate — Computes population standard deviation over non-NULL numeric inputs.

Measured · 441 ns · server-class

Part of the Statistical family.