|
Missing values (for example, empty cells and ??? 's) are counted as zeros. Any short columns in data are padded with zeros to the length of the longest column.
|
|
Each of the k rows of data is an n-dimensional vector (n is the number of columns in data). These are used to compute the correlation matrix A as follows:
|
|
The n-by -n correlation matrix A is decomposed using singular value decomposition into three matrices:
|
Creates two new columns named TEMP and VX. The column TEMP contains the value one, and the column VX contains the corresponding eigenvalue.
|
Creates four new columns named TEMP, VX, VY, and VZ. The values in the three columns contain one eigenvector per row for the data in columns V1-V3. The value in column VZ contains the corresponding eigenvalues.
|
Copyright IBM Corporation 2013. All Rights Reserved.
|