skewness {transx} | R Documentation |
Skewness/Kurtosis Value
Description
Compute the sample skewness/kurtosis
Usage
skewness(x, na.rm = getOption("transx.na.rm"))
kurtosis(x, na.rm = getOption("transx.na.rm"))
Arguments
x |
Univariate vector, numeric or ts object with only one dimension. |
na.rm |
A value indicating whether NA values should be stripped before the computation proceeds. |
[Package transx version 0.0.1 Index]