mo3 {dprep}R Documentation

The third moment of a multivariate distribution

Description

This function computes the third moment of a multivariate normal distribution. This result is used later on the Mardia's test for multivariate normality

Usage

mo3(data)

Arguments

data

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

Value

mo3

The third moment of the multivariate distribution

Author(s)

Edgar Acuna

See Also

mo4, mardia

Examples

## Not run: data(iris)
mo3(iris[,-5])

## End(Not run)

[Package dprep version 3.1.1 Index]