skewness {transx} | R Documentation |
Compute the sample skewness/kurtosis
skewness(x, na.rm = getOption("transx.na.rm"))
kurtosis(x, na.rm = getOption("transx.na.rm"))
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. |