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: kurtosis

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

Usage: s = skewness(x)
Input:
x vector
Output:
s scalar

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

Contents of s
[1,] -0.20169 

Library: xplore
See also: 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
(C) MD*TECH Method and Data Technologies, 28.6.1999