getLam: Scaled cumulants

View source: R/unbGen.R

getLamR Documentation

Scaled cumulants

Description

Calculate skewness, kurtosis, and 5th and 6th scaled cumulants from central moments or their estimates.

Usage

getLam(mu)

Arguments

mu

vector of 2nd - 6th central moments.

Value

A named vector of 3rd to 6th scaled cumulants. The names of the elements are "lam3", "lam4", "lam5", "lam6".

Examples

n <- 10
smp <- rgamma(n, shape = 3)
getLam(getMomEdgeUnb(smp))   

innager/edgee documentation built on April 24, 2024, 8:14 p.m.