MinSkew
Reduces sample skewness by projecting the data onto appropriate linear subspaces
MinSkew(data, dimension)
data
: data matrixdimension
: number of required projectionsLinear: linear function of the variables
Projections: projected data
Loperfido, N. (2014). Linear Transformations to Symmetry. Journal of Multivariate Analysis 129, 186-19
Cinzia Franceschini and Nicola Loperfido
data(PM10_2006) PM10_2006_matrix<-data.matrix(PM10_2006) MinSkew(PM10_2006_matrix[,2:5],4)
Useful links