kurtCoeff | R Documentation |
Adjusted Fisher-Pearson Excess Sample Kurtosis
kurtCoeff(data, sd)
data |
The data for which kurtosis is computed (vector) |
sd |
The population standard deviation, used to compute kurtosis (scalar) |
The kurtosis value (scalar)
Shreve, Joni N. and Donna Dea Holland . 2018. SASĀ® Certification Prep Guide: Statistical Business Analysis Using SASĀ®9. Cary, NC: SAS Institute Inc.
values <- rnorm(100) x <- kurtCoeff(data = values, sd = sd(values))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.