Skewness
stats-skewness.RdFunctions to compute skewness.
Details
Argument method can be one of "moment" or
"fisher". The "moment" method is based on the
definitions of skewness for distributions and this should be used when
resampling (bootstrap or jackknife). The "fisher" method
correspond to the usual "unbiased" definition of sample variance,
although in the case of skewness exact unbiasedness is not possible.
The data frame method computes the skewness of each column.
Value
a numeric value or vector with attribute "method" indicating
the method. For the data frame method the values are named using the
columns names.