Orthogonal rotation of matrix.
Parameters |
Description |
X |
Defines original matrix (to be rotated). |
Y |
Stores rotated matrix (X*R, where R is calculated rotation matrix). |
R |
Returns the rotation matrix, used for calculating Y=X*R. |
Gamma |
Defines different types of Varimax rotation (see above). |
Normalize |
If true, X matrix is normalized (by rows) prior to rotation. After the rotation the result is then renormalized. |
Tolerance |
Convergence tolerance in iteration algorithm. |
MaxIter |
Maximum number of rotations. Together with Tolerance parameter it defines convergence criteria. |
true, if number of rotation did not exceed maximum number of iterations for rotation.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|