Sphere Data Matrix
The data matrix is scaled and sphered so it is orthonormal. The Cholesky decomposition is used.
sphereX(X)
X |
|
sphered matrix
A. I. McLeod
data(longley) longley.x <- data.matrix(longley[, 1:6]) sphereX(longley.x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.