Learn R Programming

RTaxometrics (version 2.4)

CalculateKurtosis: Calculates kurtosis

Description

This function calculates the sample kurtosis of a distribution

Usage

CalculateKurtosis(x)

Arguments

x

The data vector

Value

The sample kurtosis of x

Details

Called by higher-order functions; users do not need to call this function directly.