mo4 {dprep} | R Documentation |
This function computes the fourth moment of a multivariate distribution. This result is used later in the mardia's test for multivariate normality.
mo4(data)
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 |
Returns the fourth moment.
Edgar Acuna
data(iris) mo4(iris[,-5])