mo4 {dprep} | R Documentation |
This function computes the fourth momemnt 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 mutlivariate vector which fourth momment will be computed |
Returns the fourth moment
Edgar Acuna
data(my.iris) mo4(my.iris)