method: character. Specifies the method of computation. These are either "moment", "fisher" or "bickel". The "moment" method is based on the definition of skewness for distributions; this form should be used when resampling (bootstrap or jackknife). The "fisher" method corresponds to the usual "unbiased" definition of sample variance, although in the case of skewness exact unbiasedness is not possible.
M: numeric. (An estimate of) the mode of the observations x. Default value is shorth(x).
...: Additional arguments.
Returns
skewness returns a numeric value. An attribute reports the method used.
Bickel D.R. (2002). Robust estimators of the mode and skewness of continuous data. Computational Statistics and Data Analysis, 39 :153-163.
Bickel D.R. et Fruehwirth R. (2006). On a Fast, Robust Estimator of the Mode: Comparisons to Other Robust Estimators with Applications. Computational Statistics and Data Analysis, 50 (12):3500-3530.
See Also
mlv for general mode estimation; shorth for the shorth estimate of the mode
Author(s)
Diethelm Wuertz and contributors for the original skewness function from package fBasics.