Description Usage Arguments Value Author(s) References See Also Examples
This function encodes different methods to calculate the skewness from a vector of observations.
1 |
x |
numeric. Vector of observations. |
na.rm |
logical. Should missing values be removed? |
method |
character. Specifies the method of computation.
These are either |
M |
numeric. (An estimate of) the mode of the observations |
... |
Additional arguments. |
skewness
returns a numeric value.
An attribute reports the method used.
Diethelm Wuertz and contributors for the original skewness
function
from package fBasics.
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.
mlv
for general mode estimation;
shorth
for the shorth estimate of the mode
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.