kurtosis {SparkR}R Documentation

kurtosis

Description

Aggregate function: returns the kurtosis of the values in a group.

Usage

kurtosis(x)

## S4 method for signature 'Column'
kurtosis(x)

Arguments

x

Column to compute on.

Note

kurtosis since 1.6.0

See Also

Other agg_funcs: agg, avg, countDistinct, count, first, last, max, mean, min, sd, skewness, stddev_pop, stddev_samp, sumDistinct, sum, var_pop, var_samp, var

Examples

## Not run: kurtosis(df$c)

[Package SparkR version 2.2.3 Index]