Learn R Programming

ecd (version 0.6.4)

ecd.stats: Compute statistics of an ecd object

Description

Compute statistics for m1, m2, m3, m4, mean, var, skewness, kurtosis. This is used as part of ecd constructor.

Usage

ecd.stats(object, asymp.q = NULL, verbose = FALSE)

Arguments

object
an object of ecd class
asymp.q
If specified, a length-one numeric as asymptotic quantile for the asymptotic statistics. There is a wrapper in ecd.asymp_stats
verbose
logical, display timing information, for debugging purpose.

Value

a list of m1, m2, m3, m4, mean, var, skewness, kurtosis

Examples

Run this code
d <- ecd(1,1)
ecd.stats(d)

Run the code above in your browser using DataLab