Correspondence analysis (CA) is a multivariate
statistical technique
A statistical hypothesis test is a method of statistical inference used to decide whether the data at hand sufficiently support a particular hypothesis.
Hypothesis testing allows us to make probabilistic statements about population parameters.
...
proposed by
Herman Otto Hartley (Hirschfeld) and later developed by
Jean-Paul Benzécri
Jean-Paul Benzécri was a French mathematician and statistician. He studied at École Normale Supérieure and was professor at Université de Rennes and later for most of his career at the Paris Institute of Statistics (l'Institut de Statistique ...
. It is conceptually similar to
principal component analysis
Principal component analysis (PCA) is a popular technique for analyzing large datasets containing a high number of dimensions/features per observation, increasing the interpretability of data while preserving the maximum amount of information, and ...
, but applies to categorical rather than continuous data. In a similar manner to principal component analysis, it provides a means of displaying or summarising a set of data in two-dimensional graphical form. Its aim is to display in a
biplot any structure hidden in the multivariate setting of the data table. As such it is a technique from the field of multivariate
ordination
Ordination is the process by which individuals are consecrated, that is, set apart and elevated from the laity class to the clergy, who are thus then authorized (usually by the denominational hierarchy composed of other clergy) to perform v ...
. Since the variant of CA described here can be applied either with a focus on the rows or on the columns it should in fact be called simple (symmetric) correspondence analysis.
It is traditionally applied to the
contingency table
In statistics, a contingency table (also known as a cross tabulation or crosstab) is a type of table in a matrix format that displays the (multivariate) frequency distribution of the variables. They are heavily used in survey research, business ...
of a pair of
nominal variables where each cell contains either a count or a zero value. If more than two categorical variables are to be summarized, a variant called
multiple correspondence analysis In statistics, multiple correspondence analysis (MCA) is a data analysis technique for nominal categorical data, used to detect and represent underlying structures in a data set. It does this by representing data as points in a low-dimensional Eucl ...
should be chosen instead. CA may also be applied to
binary data
Binary data is data whose unit can take on only two possible states. These are often labelled as 0 and 1 in accordance with the binary numeral system and Boolean algebra.
Binary data occurs in many different technical and scientific fields, wher ...
given the presence/absence coding represents simplified count data i.e. a 1 describes a positive count and 0 stands for a count of zero. Depending on the scores used CA preserves the chi-square distance between either the rows or the columns of the table. Because CA is a descriptive technique, it can be applied to tables regardless of a significant
chisquared test. Although the
statistic used in
inferential statistics
Statistical inference is the process of using data analysis to infer properties of an underlying distribution of probability.Upton, G., Cook, I. (2008) ''Oxford Dictionary of Statistics'', OUP. . Inferential statistical analysis infers propertie ...
and the chi-square distance are computationally related they should not be confused since the latter works as a
multivariate statistical distance
In statistics, probability theory, and information theory, a statistical distance quantifies the distance between two statistical objects, which can be two random variables, or two probability distributions or samples, or the distance can be b ...
measure in CA while the
statistic is in fact a
scalar not a
metric.
Details
Like
principal components analysis
Principal component analysis (PCA) is a popular technique for analyzing large datasets containing a high number of dimensions/features per observation, increasing the interpretability of data while preserving the maximum amount of information, and ...
, correspondence analysis creates
orthogonal
In mathematics, orthogonality is the generalization of the geometric notion of '' perpendicularity''.
By extension, orthogonality is also used to refer to the separation of specific features of a system. The term also has specialized meanings in ...
components (or axes) and, for each item in a table i.e. for each row, a set of scores (sometimes called factor scores, see
Factor analysis
Factor analysis is a statistical method used to describe variability among observed, correlated variables in terms of a potentially lower number of unobserved variables called factors. For example, it is possible that variations in six observed ...
). Correspondence analysis is performed on the data table, conceived as matrix ''C'' of size ''m'' × ''n'' where ''m'' is the number of rows and ''n'' is the number of columns. In the following mathematical description of the method capital letters in italics refer to a
matrix
Matrix most commonly refers to:
* ''The Matrix'' (franchise), an American media franchise
** '' The Matrix'', a 1999 science-fiction action film
** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchi ...
while letters in italics refer to
vectors. Understanding the following computations requires knowledge of
matrix algebra.
Preprocessing
Before proceeding to the central computational step of the algorithm, the values in matrix ''C'' have to be transformed.
First compute a set of weights for the columns and the rows (sometimes called ''masses''), where row and column weights are given by the row and column vectors, respectively:
:
Here
is the sum of all cell values in matrix ''C'', or short the sum of ''C'', and
is a column
vector
Vector most often refers to:
*Euclidean vector, a quantity with a magnitude and a direction
*Vector (epidemiology), an agent that carries and transmits an infectious pathogen into another living organism
Vector may also refer to:
Mathematic ...
of ones with the appropriate dimension.
Put in simple words,
is just a vector whose elements are the row sums of ''C'' divided by the sum of ''C'', and
is a vector whose elements are the column sums of ''C'' divided by the sum of ''C''.
The weights are transformed into
diagonal matrices
:
and
:
where the diagonal elements of
are
and those of
are
respectively i.e. the vector elements are the
inverses of the square roots of the masses. The off-diagonal elements are all 0.
Next, compute matrix
by dividing
by its sum
:
In simple words, Matrix
is just the data matrix (contingency table or binary table) transformed into portions i.e. each cell value is just the cell portion of the sum of the whole table.
Finally, compute matrix ''
'', sometimes called the matrix of ''standardized residuals'', by
matrix multiplication
In mathematics, particularly in linear algebra, matrix multiplication is a binary operation that produces a matrix from two matrices. For matrix multiplication, the number of columns in the first matrix must be equal to the number of rows in the ...
as
:
Note, the vectors
and
are combined in an
outer product
In linear algebra, the outer product of two coordinate vectors is a matrix. If the two vectors have dimensions ''n'' and ''m'', then their outer product is an ''n'' × ''m'' matrix. More generally, given two tensors (multidimensional arrays of n ...
resulting in a matrix of the same
dimensions
In physics and mathematics, the dimension of a mathematical space (or object) is informally defined as the minimum number of coordinates needed to specify any point within it. Thus, a line has a dimension of one (1D) because only one coord ...
as
. In words the formula reads: matrix
is subtracted from matrix ''
'' and the resulting matrix is scaled (weighted) by the diagonal matrices
and
. Multiplying the resulting matrix by the diagonal matrices is equivalent to multiply the i-th row (or column) of it by the i-th element of the diagonal of
or
, respectively''.''
Interpretation of preprocessing
The vectors
and
are the row and column masses or the marginal probabilities for the rows and columns, respectively. Subtracting matrix
from matrix ''
'' is the matrix algebra version of double
centering the data. Multiplying this difference by the diagonal weighting matrices results in a matrix containing weighted deviations from the
origin
Origin(s) or The Origin may refer to:
Arts, entertainment, and media
Comics and manga
* ''Origin'' (comics), a Wolverine comic book mini-series published by Marvel Comics in 2002
* ''The Origin'' (Buffy comic), a 1999 ''Buffy the Vampire Sl ...
of a
vector space
In mathematics and physics, a vector space (also called a linear space) is a set whose elements, often called '' vectors'', may be added together and multiplied ("scaled") by numbers called '' scalars''. Scalars are often real numbers, but ...
. This origin is defined by matrix
.
In fact matrix
is identical with the matrix of ''expected frequencies'' in the
chi-squared test. Therefore ''
'' is computationally related to the independence model used in that test. But since CA is ''not'' an inferential method the term independence model is inappropriate here.
Orthogonal components
The table ''
'' is then decomposed
by a
singular value decomposition
In linear algebra, the singular value decomposition (SVD) is a factorization of a real or complex matrix. It generalizes the eigendecomposition of a square normal matrix with an orthonormal eigenbasis to any \ m \times n\ matrix. It is r ...
as
:
where
and
are the left and right singular vectors of
and
is a square diagonal matrix with the singular values
of ''
'' on the diagonal.
is of dimension
hence
is of dimension m×p and
is of n×p''. A''s
orthonormal vectors and
fulfill
:
.
In other words, the multivariate information that is contained in
as well as in ''
'' is now distributed across two (coordinate) matrices
and
and a diagonal (scaling) matrix
. The vector space defined by them has as number of dimensions p, that is the smaller of the two values, number of rows and number of columns, minus 1.
Inertia
While a principal component analysis may be said to
decompose the (co)variance, and hence its measure of success is the amount of (co-)variance covered by the first few PCA axes - measured in eigenvalue -, a CA works with a weighted (co-)variance which is called ''inertia''.
The sum of the squared singular values is the ''total inertia''
of the data table, computed as
:
The ''total inertia''
of the data table can also computed directly from ''
'' as
:
The amount of inertia covered by the i-th set of singular vectors is
, the ''principal inertia.'' The higher the portion of inertia covered by the first few singular vectors i.e. the larger the sum of the principal inertiae in comparison to the total inertia, the more successful a CA is.
Therefore all principal inertia values are expressed as portion
of the total inertia
:
and are presented in the form of a
scree plot. In fact a scree plot is just a
bar plot of all principal inertia portions
.
Coordinates
To transform the singular vectors to coordinates which preserve the chisquare distances between rows or columns an additional weighting step is necessary. The resulting coordinates are called ''principal coordinates''
in CA text books. If principal coordinates are used for rows their visualization is called a ''row isometric'' scaling in econometrics and ''scaling 1
'' in ecology. Since the weighting includes the singular values
of the matrix of standardized residuals
these coordinates are sometimes referred to as ''singular value scaled singular vectors'', or, a little bit misleading, as eigenvalue scaled eigenvectors. In fact the non-trivial eigenvectors of
are the left singular vectors
of
and those of
are the right singular vectors
of
while the eigenvalues of either of these matrices are the squares of the singular values
. But since all modern algorithms for CA are based on a singular value decomposition this terminology should be avoided. In the french tradition of CA the coordinates are sometimes called (factor) ''scores''.
Factor scores or ''principal coordinates'' for the rows of matrix ''C'' are computed by
:
i.e. the left singular vectors are scaled by the inverse of the square roots of the row masses and by the singular values. Because principal coordinates are computed using singular values they contain the information about the
spread between the rows (or columns) in the original table. Computing the euclidean distances between the entities in principal coordinates results in values that equal their chisquare distances which is the reason why CA is said to ''"preserve chisquare distances"''.
Compute principal coordinates for the columns by
:
To represent the result of CA in a proper
biplot, those categories which are ''not'' plotted in principal coordinates, i.e. in chisquare distance preserving coordinates, should be plotted in so called ''standard coordinates''.
They are called standard coordinates because each vector of standard coordinates has been standardized to exhibit mean 0 and variance 1. When computing standard coordinates the singular values are omitted which is a direct result of applying the
biplot rule by which one of the two sets of singular vector matrices must be scaled by singular values raised to the power of zero i.e. multiplied by one i.e. be computed by omitting the singular values if the other set of singular vectors have been scaled by the singuar values. This reassures the existence of a
inner product
In mathematics, an inner product space (or, rarely, a Hausdorff pre-Hilbert space) is a real vector space or a complex vector space with an operation called an inner product. The inner product of two vectors in the space is a scalar, often ...
between the two sets of coordinates i.e. it leads to meaningful interpretations of their spatial relations in a biplot.
In practical terms one can think of the standard coordinates as the
vertices of the vector space in which the set of principal coordinates (i.e. the respective points) "exists". The standard coordinates for the rows are
:
and those for the columns are
:
Note that a ''scaling 1
'' biplot in ecology implies the rows to be in principal and the columns to be in standard coordinates while ''scaling 2'' implies the rows to be in standard and the columns to be in principal coordinates. I.e. scaling 1 implies a biplot of
together with
while scaling 2 implies a biplot of
together with
.
Graphical representation of result
The visualization of a CA result always starts with displaying the scree plot of the principal inertia values to evaluate the success of summarizing spread by the first few singular vectors.
The actual ordination is presented in a graph which could - at first look - be confused with a complicated
scatter plot
A scatter plot (also called a scatterplot, scatter graph, scatter chart, scattergram, or scatter diagram) is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data. ...
. In fact it consists of two scatter plots printed one upon the other, one set of points for the rows and one for the columns. But being a biplot a clear interpretation rule relates the two coordinate matrices used.
Usually the first two dimensions of the CA solution are plotted because they encompass the maximum of information about the data table that can be displayed in 2D although other combinations of dimensions may be investigated by a biplot. A biplot is in fact a
low dimensional mapping of a part of the information contained in the original table.
As a rule of thumb that set (rows or columns) which should be analysed with respect to its composition as measured by the other set is displayed in principal coordinates while the other set is displayed in standard coordinates. E.g. a table displaying
voting districts in rows and political parties in columns with the cells containing the counted
votes may be displayed with the districts (rows) in principal coordinates when the focus is on ordering districts according to similar voting.
Traditionally, originating from the french tradition in CA, early CA biplots mapped both entities in the same coordinate version, usually principal coordinates, but this kind of display is misleading insofar as: "Although this is called a biplot, it does ''not'' have any useful inner product relationship between the row and column scores" as
Brian Ripley
Brian David Ripley FRSE (born 29 April 1952) is a British statistician. From 1990, he was professor of applied statistics at the University of Oxford and is also a professorial fellow at St Peter's College. He retired August 2014 due to ill he ...
, maintainer of R package MASS points out correctly. Today that kind of display should be avoided since laymen usually are not aware of the lacking relation between the two point sets.
A ''scaling 1
'' biplot (rows in principal coordinates, columns in standard coordinates) is interpreted as follows:
* The distances between row points approximate their chi-square distance. Points close to each other represent rows with very similar values in the original data table. I.e they may exhibit rather similar frequencies in case of count data or closely related binary values in case of presence/absence data.
* (Column) points in standard coordinates represent the vertices of the vector space i.e. the outer corner of something that in multidimensional space has the shape of an irregular polyhedron. Project row points onto the line connecting the origin and the standard coordinate of a column; if the projected position along that connection line is close to the position of the standard coordinate, that row point is strongly associated with this column i.e. in case of count data the row has a high frequency of that category and in case of presence/absence data the row is likely to exhibit a 1 in that column. Row points whose projection would require to elongate the connection line beyond the origin have a lower than average value in that column.
Extensions and applications
Several variants of CA are available, including
detrended correspondence analysis (DCA) and
canonical correspondence analysis (CCA). The later (CCA) is the method to use, when there is information about possible causes for the similarities between the investigated entities. The extension of correspondence analysis to many categorical variables is called
multiple correspondence analysis In statistics, multiple correspondence analysis (MCA) is a data analysis technique for nominal categorical data, used to detect and represent underlying structures in a data set. It does this by representing data as points in a low-dimensional Eucl ...
. An adaptation of correspondence analysis to the problem of discrimination based upon qualitative variables (i.e., the equivalent of
discriminant analysis for qualitative data) is called
discriminant correspondence analysis or barycentric discriminant analysis.
In the social sciences, correspondence analysis, and particularly its extension
multiple correspondence analysis In statistics, multiple correspondence analysis (MCA) is a data analysis technique for nominal categorical data, used to detect and represent underlying structures in a data set. It does this by representing data as points in a low-dimensional Eucl ...
, was made known outside France through French sociologist
Pierre Bourdieu
Pierre Bourdieu (; 1 August 1930 – 23 January 2002) was a French sociologist and public intellectual. Bourdieu's contributions to the sociology of education, the theory of sociology, and sociology of aesthetics have achieved wide influence ...
's application of it.
Implementations
* The data visualization system
Orange
Orange most often refers to:
*Orange (fruit), the fruit of the tree species '' Citrus'' × ''sinensis''
** Orange blossom, its fragrant flower
* Orange (colour), from the color of an orange, occurs between red and yellow in the visible spectrum ...
include the module: orngCA.
* The statistical programming language
R includes several packages, which offer a function for (simple symmetric) correspondence analysis. Using the R notation
ackage_name::function_namethe packages and respective functions are:
ade4::dudi.coa()
,
ca::ca()
,
ExPosition::epCA()
,
FactoMineR::CA()
,
MASS::corresp()
,
vegan::cca()
. The easiest approach for beginners is
ca::ca()
as there is an extensive text book accompanying that package.
*The Freeware PAST (PAleontological STatistics)
offers (simple symmetric) correspondence analysis via the menu "Multivariate/Ordination/Correspondence (CA)".
See also
*
Formal concept analysis
References
{{reflist
External links
* Greenacre, Michael (2008), ''La Práctica del Análisis de Correspondencias'', BBVA Foundation, Madrid, Spanish translation of ''Correspondence Analysis in Practice'', available for free download fro
BBVA Foundation publications* Greenacre, Michael (2010), ''Biplots in Practice'', BBVA Foundation, Madrid, available for free download a
multivariatestatistics.org
Dimension reduction