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

Macro: kurtosis
Description: Computes the kurtosis for a given vector.

Usage: k = kurtosis (x)
Input:
x vector
Output:
k scalar

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

Contents of k
[1,] 3.2794

Library: xplore
See also: skewness kurtosis

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

Author: TTK, 960207; Marlene Mueller 990308
(C) MD*TECH Method and Data Technologies, 28.6.1999