Learn R Programming

discreteRV (version 1.2.2)

SKEW: Skewness of a random variable

Description

Skewness of a random variable

Usage

SKEW(X)

Arguments

X
random variable

Examples

Run this code
X.Bern <- RV(c(1,0), c(.5,.5))
SKEW(X.Bern)

Run the code above in your browser using DataLab