Learn R Programming

discreteRV (version 1.2.2)

KURT: Kurtosis of a random variable

Description

Kurtosis of a random variable

Usage

KURT(X)

Arguments

X
random variable

Examples

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

Run the code above in your browser using DataLab