kurtCoeff: Adjusted Fisher-Pearson Excess Sample Kurtosis

View source: R/moments.R

kurtCoeffR Documentation

Adjusted Fisher-Pearson Excess Sample Kurtosis

Description

Adjusted Fisher-Pearson Excess Sample Kurtosis

Usage

kurtCoeff(data, sd)

Arguments

data

The data for which kurtosis is computed (vector)

sd

The population standard deviation, used to compute kurtosis (scalar)

Value

The kurtosis value (scalar)

References

Shreve, Joni N. and Donna Dea Holland . 2018. SASĀ® Certification Prep Guide: Statistical Business Analysis Using SASĀ®9. Cary, NC: SAS Institute Inc.

Examples

values <- rnorm(100)
x <- kurtCoeff(data = values, sd = sd(values))

Rita documentation built on March 18, 2022, 6:36 p.m.

Related to kurtCoeff in Rita...