Learn R Programming

rpgm (version 1.1.2)

skewness: The Skewness of a Vector of Random Variables

Description

The function computes the centred and reduced moment of order 3 of the vector x.

Usage

skewness(x)

Arguments

x

numeric, vector of independent and identical random variables

Value

A vector of i.i.d. normal random variable.

Details

The function returns the value of

$$\frac{1}{n}\sum_{k=1}^{n}[(x_{i} - \mu_{x})/\sigma_{x}]^3$$

References

https://en.wikipedia.org/wiki/Skewness

See Also

http://pgm-solutions.com/packages

Examples

Run this code
# NOT RUN {
skewness(rpgm.rnorm(10^5))
# }

Run the code above in your browser using DataLab