stddev_pop {SparkR} | R Documentation |
Aggregate function: returns the population standard deviation of the expression in a group.
stddev_pop(x) ## S4 method for signature 'Column' stddev_pop(x)
Other agg_funcs: agg
,
approxCountDistinct
, avg
,
countDistinct
, first
,
kurtosis
, last
,
max
, mean
, min
,
n
, sd
,
skewness
, stddev_samp
,
sumDistinct
, sum
,
var_pop
, var_samp
,
var
## Not run: stddev_pop(df$c)