Calculate the skewness index of an empirical distribution.
Usage
skew(x)
Arguments
x
Vector of data.
Value
The skewness index.
Details
The skewness measures the asymmetry of a probability distribution. If a positive skewness
identifies a greater right tail, a negative skewness is symptom of a greater left tail of
the distribution.
The skewness is calculated as: $k_{3} / k_{2}^{1.5}$, where $k_{2}$ and $k_{3}$ are
respectively the second and the third moment of the distribution.