In linear models, in my book, the condition index is defined as $\sqrt{\lambda_{max} \over \lambda_{min}}$ where $\lambda_{max}$ is the maximum eigenvalue of $ZZ^*$, i.e., the correlation matrix of the independent variables, and $\lambda_{min}$ is the minimum eigenvalue.
I could not find out why the condition index helps me to find out multicollinearity. So, I've come up with my own explanation:
In principal components analysis, eigenvalues explain the variance of data in each of the eigenvectors. Thus, having a large ratio of max eigenvalue to min eigenvalue means that the data can be explained by a smaller number of eigenvectors than the number of independent variables, which means that there is collinearity among independent variables.
Given these, here are my questions.
Is my own explanation correct?
What's a better explanation? (Please understand that I do not have strong linear algebra knowledge. So, please explain in very easy words.)
