kurtosis: Kurtosis

View source: R/kurtosis.R

kurtosisR Documentation

Kurtosis

Description

Calculate kurtosis for a variable.

Usage

kurtosis(x, method = c("fisher", "pearson"))

Arguments

x

A vector of values

method

The method to use to compute kurtosis. Methods due to Pearson and Fisher are available.

Value

A scalar containing the kurtosis estimate.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.