kurtosis: Pearson's Measure of Kurtosis

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/kurtosis.R

Description

This function computes the estimator of Pearson's measure of kurtosis.

Usage

1

Arguments

x

a numeric vector

Value

A numeric value of skewness. Returns NA if x contains NA value(s), and NaN if length(unique(x))==1 is TRUE.

Author(s)

Adapted by Arturo Erdely, arturo.erdely@comunidad.unam.mx, from moments R package by Lukasz Komsta.

References

Komsta, L. and Novomestky, F. (2015). moments: Moments, cumulants, skewness, kurtosis and related tests. R package version 0.14. https://CRAN.R-project.org/package=moments

See Also

cumkurt for cummulative kurtosis.

Examples

1
kurtosis(c(9, 1, 3, 0))

carian2996/cumstats documentation built on June 5, 2020, 9:06 a.m.