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