KRest: Kurtosis Estimator

View source: R/KRest.R

KRestR Documentation

Kurtosis Estimator

Description

Sample estimate of excess kurtosis, with option for ordinary kurtosis. This function will eventually have a robust estimator option.

Usage

KRest(x, excess = TRUE)

Arguments

x

A numeric vector

excess

A logical variable with default TRUE, which results in the computation of excess kurtosis, and FALSE results ordinary kurtosis.

Value

numeric value of excess kurtosis or ordinary kurtosis

Examples

args(KRest)

PCRA documentation built on Aug. 30, 2023, 9:09 a.m.