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 |
Returns the fourth moment.
Edgar Acuna
data(my.iris) mo4(my.iris)