Library: | xplore |
See also: | kurtosis |
Quantlet: | skewness | |
Description: | Computes the skewness for a given vector. |
Usage: | s = skewness(x) | |
Input: | ||
x | vector | |
Output: | ||
s | scalar |
library("xplore") randomize (0) x = normal (100) skewness (x)
Contents of s [1,] -0.20169
Library: | xplore |
See also: | kurtosis |