mo3 {dprep} | R Documentation |
This function computes the third moment of a multivariate normal distribution. This result is used later on the Mardia's test for multivariate normality
mo3(data)
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 |
mo3 |
The third moment of the multivariate distribution |
Edgar Acuna
## Not run: data(iris) mo3(iris[,-5]) ## End(Not run)