I am trying to understand step by step how correspondence analysis work. Suppose AxB (row x column) frequency matrix, roughly you should:
1) Calculate row and column profiles
2) Calculate chi-squared distances between rows and between columns
3) eigenvalues and eigenvectors from distance matrix
4) Inertia and chi-squared contribution
5) Biplot
6) Result analysis
My question is: are the distances from the row-row and column-column calculations merged into one matrix for eigenvalues and eigenvectors? What happens between chi-squared distance calculations and the actual base transformation?