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

Value

mo3 The third moment of the multivariate distribution

Author(s)

Edgar Acuna

See Also

mo4, mardia

Examples

data(my.iris)
mo3(my.iris)

[Package dprep version 2.0 Index]