powered by
Reduces sample skewness by projecting the data onto appropriate linear subspaces
MinSkew(data, dimension)
data matrix
number of required projections
linear function of the variables
projected data
Loperfido, N. (2014). Linear Transformations to Symmetry. Journal of Multivariate Analysis 129, 186-19
data(PM10_2006) PM10_2006_matrix<-data.matrix(PM10_2006) MinSkew(PM10_2006_matrix[,2:5],4)
Run the code above in your browser using DataLab