Mean3Cov4: Location Vector Based on 3rd Moments and Scatter Matrix Based on 4th Moments
Description
Returns, for some multivariate data, the location vector based on 3rd moments and the scatter matrix based on 4th moments.
Usage
Mean3Cov4(x)
Value
A list containing:
locations
The location vector based on 3rd moments as computed by mean3.
scatter
The scatter matrix based on 4th moments as computed by cov4.
Arguments
x
a numeric data matrix.
Author
Klaus Nordhausen
Details
Note that the scatter matrix of 4th moments is computed with respect to the mean vector and not with respect to the location vector
based on 3rd moments.