Learn R Programming

dprep (version 3.0.2)

mo3: 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

See Also

mo4, mardia

Examples

Run this code
## Not run: data(iris)
# mo3(iris[,-5])
# ## End(Not run)

Run the code above in your browser using DataLab