Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: xplore
See also: skewness kurtosis

Quantlet: excess
Description: Computes the excess (kurtosis-3) for a given vector.

Usage: e = excess (x)
Input:
x vector
Output:
e scalar

Example:
library("xplore")
randomize(0)
x = normal(100)
excess(x)

Result:
Contents of e
[1,]   0.27942



Author: MD*Tech, 19990308 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006