mo4 {dprep}R Documentation

The fourth moment of a multivariate distribution

Description

This function computes the fourth moment of a multivariate distribution. This result is used later in the mardia's test for multivariate normality.

Usage

mo4(data)

Arguments

data

The dataset containing the features of the multivariate vector for which the fourth moment will be computed. Do not include the class attribute for supervised datasets

Value

Returns the fourth moment.

Author(s)

Edgar Acuna

See Also

mo3, mardia

Examples

data(iris)
mo4(iris[,-5])

[Package dprep version 3.1.1 Index]