SKEW: Skewness of a random variable

Description Usage Arguments Examples

Description

Skewness of a random variable

Usage

1
SKEW(X)

Arguments

X

random variable

Examples

1
2
X.Bern <- RV(c(1,0), c(.5,.5))
SKEW(X.Bern)

Example output

Attaching package: 'discreteRV'

The following object is masked from 'package:base':

    %in%

[1] 0

discreteRV documentation built on May 2, 2019, 11:04 a.m.