Description Usage Arguments Value Examples
Estimates the cumulants of a distribution using a vector of observations.
1 | Characterize(y, sig = 0.05, report = T)
|
y |
Observations. |
sig |
Significance level. |
report |
Display result? |
Data.frame containing the estimated mean, variance, skewness, and kurtosis.
1 2 3 4 5 6 7 | ## Not run:
# Normal sample
y = rnorm(n=1e3);
# Characterize
K = Characterize(y=y);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.