Description Usage Arguments Value
View source: R/central_moment.R
Calculate the unbiased estimates of a (univariate) sample's Mean, Variance, Skewness and Kurtosis
1 | central_moments(x, exkurtosis = TRUE)
|
x |
a numeric vector |
exkurtosis |
if true, calculates the ex-kurtosis instead of the kurtosis (subtract 3 from the kurtosis, to ensure the kurtosis of a Gaussian RV is 0). default True |
a named numeric vector consisting of the estimates for the first four centralized moments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.