fun.moments.r | R Documentation |
This function evaluates the mean, variance, skewness and kurtosis of a numerical vector. Missing values are automatically removed.
fun.moments.r(x, normalise = "N")
x |
A numeric vector |
normalise |
"Y" if you want kurtosis to be calculated with reference to kurtosis = 0 under Normal distribution. Default is "N". |
A vector of mean, variance, skewness and kurtosis.
Please contact the author directly if you find a bug!
Steve Su
fun.theo.mv.gld
fun.moments.r(rnorm(1000))
fun.moments.r(rnorm(1000),normalise="Y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.