ecld.sd: Compute statistics analytically for an ecld object

ecld.sdR Documentation

Compute statistics analytically for an ecld object

Description

Compute statistics for mean, var, skewness, kurtosis, from the known analytical result. SGED is supported.

Usage

ecld.sd(object)

ecld.var(object)

ecld.mean(object)

ecld.skewness(object)

ecld.kurtosis(object)

ecld.kurt(object)

Arguments

object

an object of ecld class

Value

numeric or mpfr

Author(s)

Stephen H-T. Lihn

Examples

ld <- ecld(3)
ecld.sd(ld)
ecld.var(ld)
ecld.mean(ld)
ecld.skewness(ld)
ecld.kurt(ld)


ecd documentation built on May 10, 2022, 1:07 a.m.