|   | 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:  | 
 is a diagonal matrix where each diagonal element is the magnitude of the eigenvalues for A.
 is a diagonal matrix where each diagonal element is the magnitude of the eigenvalues for A. in the last column.
 in the last column.| 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 2012. All Rights Reserved. |