Learn R Programming

MVT (version 0.3-81)

kurtosis.student: Mardia's multivariate kurtosis coefficient

Description

This function computes the kurtosis of a multivariate distribution and estimates the kurtosis parameter for the t-distribution using the method of moments.

Usage

kurtosis.student(x)

Value

A list with the following components :

kurtosis

returns the value of Mardia's multivariate kurtosis.

kappa

returns the excess kurtosis related to a multivariate t-distribution.

eta

estimated shape (kurtosis) parameter using the methods of moments, only valid if \(0 \le \eta < 1/4\).

Arguments

x

vector or matrix of data with, say, p columns.

References

Mardia, K.V. (1970). Measures of multivariate skewness and kurtosis with applications. Biometrika 57, 519-530.

Osorio, F., Galea, M., Henriquez, C., Arellano-Valle, R. (2023). Addressing non-normality in multivariate analysis using the t-distribution. AStA Advances in Statistical Analysis 107, 785-813.

Examples

Run this code
data(companies)
kurtosis.student(companies)

Run the code above in your browser using DataLab