powered by
Compute statistics for m1, m2, m3, m4, mean, var, skewness, kurtosis. This is used as part of ecd constructor.
ecd.stats(object, asymp.q = NULL, verbose = FALSE)
an object of ecd class
If specified, a length-one numeric as asymptotic quantile for the asymptotic statistics. There is a wrapper in ecd.asymp_stats
ecd.asymp_stats
logical, display timing information, for debugging purpose.
a list of m1, m2, m3, m4, mean, var, skewness, kurtosis
# NOT RUN { d <- ecd(1,1) ecd.stats(d) # }
Run the code above in your browser using DataLab