Potentiometer: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>JaunJimenez
→‎Rheostat: Added electronic symbol for rheostat
en>Rsrikanth05
m Reverted 3 edits by 213.212.249.172 identified as test/vandalism using STiki
Line 1: Line 1:
[[File:GaussianScatterPCA.png|thumb|right|PCA of a [[multivariate Gaussian distribution]] centered at (1,3) with a standard deviation of 3 in roughly the (0.878, 0.478) direction and of 1 in the orthogonal direction. The vectors shown are the eigenvectors of the [[covariance matrix]] scaled by the square root of the corresponding eigenvalue, and shifted so their tails are at the mean.]]
There is nothing to tell about myself I think.<br>Enjoying to be a member of this site.<br>I really wish Im useful at all<br><br>Take a look at my web site ... [http://Jstessman.com/?page_id=2 Fifa 15 Coin generator]
 
'''Principal component analysis''' ('''PCA''') is a statistical procedure that uses [[Orthogonal matrix|orthogonal transformation]] to convert a set of observations of possibly correlated variables into a set of values of [[Correlation and dependence|linearly uncorrelated]] variables called '''principal components'''. The number of principal components is less than or equal to the number of original variables. This transformation is defined in such a way that the first principal component has the largest possible [[variance]] (that is, accounts for as much of the variability in the data as possible), and each succeeding component in turn has the highest variance possible under the constraint that it be orthogonal to (i.e., uncorrelated with) the preceding components. Principal components are guaranteed to be independent if the data set is [[multivariate normal distribution#Joint normality|jointly normally distributed]]. PCA is sensitive to the relative scaling of the original variables.
 
Depending on the field of application, it is also named the discrete [[Karhunen–Loève theorem|Karhunen&ndash;Loève]] transform (KLT) in signal processing, the [[Harold Hotelling|Hotelling]] transform in multivariate quality control, proper orthogonal decomposition (POD) in mechanical engineering, [[singular value decomposition]] (SVD) of '''X''' (Golub and Van Loan, 1983), [[Eigendecomposition|eigenvalue decomposition]] (EVD) of '''X'''<sup>T</sup>'''X''' in linear algebra, [[factor analysis]], [[Eckart–Young theorem]] (Harman, 1960), or [[Schmidt–Mirsky theorem]] in psychometrics, [[empirical orthogonal functions]] (EOF) in meteorological science, [[empirical eigenfunction decomposition]] (Sirovich, 1987), [[empirical component analysis]] (Lorenz, 1956), [[quasiharmonic modes]] (Brooks et al., 1988), [[Spectral theorem|spectral decomposition]] in noise and vibration, and [[Mode shape|empirical modal analysis]] in structural dynamics.
 
PCA was invented in 1901 by [[Karl Pearson]],<ref>{{Cite journal| author = Pearson, K. | authorlink=Karl Pearson |year = 1901 | title = On Lines and Planes of Closest Fit to Systems of Points in Space | journal = Philosophical Magazine | volume = 2 | issue = 11 | pages = 559–572 | url = http://stat.smmu.edu.cn/history/pearson1901.pdf |format=PDF}}</ref> as an analogue of the [[Moment of inertia#principal axes|principal axes]] theorem in mechanics; it was later independently developed (and named) by [[Harold Hotelling]] in the 1930s.<ref>Hotelling, H. (1933). Analysis of a complex of statistical variables into principal components. ''[[Journal of Educational Psychology]]'', '''24''', 417-441, and 498-520.<br>Hotelling, H. (1936). Relations between two sets of variates. ''[[Biometrika]]'', '''27''', 321-77</ref> The method is mostly used as a tool in [[exploratory data analysis]] and for making [[predictive modeling|predictive models]]. PCA can be done by [[Eigendecomposition of a matrix|eigenvalue decomposition]] of a data [[covariance]] (or [[correlation]]) matrix or [[singular value decomposition]] of a [[Data matrix (multivariate statistics)|data matrix]], usually after mean centering (and normalizing or using [[Z-score]]s) the data matrix for each attribute.<ref>{{Cite journal| author = Abdi. H., & Williams, L.J. | authorlink=AbdiWilliams | year = 2010 | title = Principal component analysis. | journal = Wiley Interdisciplinary Reviews: Computational Statistics, | volume = 2 | pages = 433–459 | doi = 10.1002/wics.101 }}</ref> The results of a PCA are usually discussed in terms of component scores, sometimes called factor scores (the transformed variable values corresponding to a particular data point), and loadings (the weight by which each standardized original variable should be multiplied to get the component score).<ref>Shaw P.J.A. (2003) ''Multivariate statistics for the Environmental Sciences'', Hodder-Arnold. ISBN 0-340-80763-6. {{Page needed|date=June 2011}}</ref>
 
PCA is the simplest of the true [[Eigenvectors|eigenvector]]-based multivariate analyses. Often, its operation can be thought of as revealing the internal structure of the data in a way that best explains the variance in the data. If a multivariate dataset is visualised as a set of coordinates in a high-[[Dimension (metadata)|dimensional]] data space (1 axis per variable), PCA can supply the user with a lower-dimensional picture, a projection or "shadow" of this object when viewed from its (in some sense; see [[#PCA and information theory|below]]) most informative viewpoint. This is done by using only the first few principal components so that the dimensionality of the transformed data is reduced.
 
PCA is closely related to [[factor analysis]].  Factor analysis typically incorporates more domain specific assumptions about the underlying structure and solves eigenvectors of a slightly different matrix.
 
PCA is also related to [[Canonical correlation|canonical correlation analysis (CCA)]]. CCA defines coordinate systems that optimally describe the cross-covariance between two datasets while PCA defines a new orthogonal coordinate system that optimally describes variance in a single dataset.<ref>{{Cite journal| author = Barnett, T. P., and R. Preisendorfer. | title = Origins and levels of monthly and seasonal forecast skill for United States surface air temperatures determined by canonical correlation analysis. | journal = Monthly Weather Review 115 |year= 1987}}</ref><ref>{{Cite journal| author = Hsu, Daniel, Sham M. Kakade, and Tong Zhang| title =A spectral algorithm for learning hidden markov models. | journal = arXiv preprint arXiv:0811.4413 |year= 2008}}</ref>
 
== Details ==
 
PCA is mathematically defined<ref>Jolliffe I.T. [http://www.springer.com/west/home/new+%26+forthcoming+titles+%28default%29?SGWID=4-40356-22-2285433-0 Principal Component Analysis], Series: [http://www.springer.com/west/home/statistics/statistical+theory+and+methods?SGWID=4-10129-69-173621571-0 Springer Series in Statistics], 2nd ed., Springer, NY, 2002, XXIX, 487 p. 28 illus. ISBN 978-0-387-95442-4
</ref> as an [[orthogonal transformation|orthogonal]] [[linear transformation]] that transforms the data to a new [[coordinate system]] such that the greatest variance by any projection of the data comes to lie on the first coordinate (called the first principal component), the second greatest variance on the second coordinate, and so on.
 
Consider a data [[Matrix (mathematics)|matrix]], '''X''', with zero [[empirical mean]] (the empirical (sample) mean of the distribution has been subtracted from the data set), where each of the ''n'' rows represents a different repetition of the experiment, and each of the ''p'' columns gives a particular kind of datum (say, the results from a particular sensor).
 
Mathematically, the transformation is defined by a set of ''p''-dimensional vectors of weights or ''loadings'' <math>\mathbf{w}_{(k)} = (w_1, \dots, w_p)_{(k)} </math> that map each row vector <math>\mathbf{x}_{(i)}</math> of '''X''' to a new vector of principal component ''scores'' <math>\mathbf{t}_{(i)} = (t_1, \dots, t_p)_{(i)}</math>, given by
 
:<math>{t_{k}}_{(i)} = \mathbf{x}_{(i)} \cdot \mathbf{w}_{(k)}</math>
in such a way that the individual variables of '''t''' considered over the data set successively inherit the maximum possible variance from '''x''', with each loading vector '''w''' constrained to be a unit vector.
 
=== First component ===
The first loading vector '''w'''<sub>(1)</sub> thus has to satisfy
:<math>\mathbf{w}_{(1)}
= \underset{\Vert \mathbf{w} \Vert = 1}{\operatorname{\arg\,max}}\,\{ \sum_i \left(t_1\right)^2_{(i)} \}
= \underset{\Vert \mathbf{w} \Vert = 1}{\operatorname{\arg\,max}}\, \sum_i \left(\mathbf{x}_{(i)} \cdot \mathbf{w} \right)^2 </math>
 
Equivalently, writing this in matrix form gives
:<math>\mathbf{w}_{(1)}
= \underset{\Vert \mathbf{w} \Vert = 1}{\operatorname{\arg\,max}}\, \{ \Vert \mathbf{Xw} \Vert^2 \}
= \underset{\Vert \mathbf{w} \Vert = 1}{\operatorname{\arg\,max}}\, \{ \mathbf{w}^T \mathbf{X}^T \mathbf{X w} \}</math>
 
Since '''w'''<sub>(1)</sub> has been defined to be a unit vector, it equivalently also satisfies
:<math>\mathbf{w}_{(1)}
  = \underset{\Vert \mathbf{w} \Vert = 1}{\operatorname{\arg\,max}}\, \left\{ \frac{\mathbf{w}^T\mathbf{X}^T \mathbf{X w}}{\mathbf{w}^T \mathbf{w}} \right\}</math>
 
The quantity to be maximised can be recognised as a [[Rayleigh quotient]]. A standard result for a symmetric matrix such as  '''X'''<sup>T</sup>'''X''' is that the quotient's maximum possible value is the largest [[eigenvalue]] of the matrix, which occurs when '''''w''''' is the corresponding [[eigenvector]].
 
With '''w'''<sub>(1)</sub> found, the first component of a data vector '''x'''<sub>(''i'')</sub> can then be given as a score ''t''<sub>1(''i'')</sub> = '''x'''<sub>(''i'')</sub> ⋅ '''w'''<sub>(1)</sub> in the transformed co-ordinates, or as the corresponding vector in the original variables, {'''x'''<sub>(''i'')</sub> ⋅ '''w'''<sub>(1)</sub>} '''w'''<sub>(1)</sub>.
 
=== Further components ===
 
The ''k''th component can be found by subtracting the first ''k''&nbsp;&minus;&nbsp;1 principal components from '''X''':
:<math>\mathbf{\hat{X}}_{k - 1}
= \mathbf{X} -
\sum_{s = 1}^{k - 1}
\mathbf{X} \mathbf{w}_{(s)} \mathbf{w}_{(s)}^{\rm T} </math>
and then finding the loading vector which extracts the maximum variance from this new data matrix
:<math>\mathbf{w}_{(k)}
= \underset{\Vert \mathbf{w} \Vert = 1}{\operatorname{arg\,max}} \left\{
\Vert \mathbf{\hat{X}}_{k - 1} \mathbf{w} \Vert^2 \right\}
  = \underset{\Vert \mathbf{w} \Vert = 1}{\operatorname{\arg\,max}}\, \left\{ \tfrac{\mathbf{w}^T\mathbf{\hat{X}}_{k - 1}^T \mathbf{\hat{X}}_{k - 1} \mathbf{w}}{\mathbf{w}^T \mathbf{w}} \right\}</math>
 
It turns out that this gives the remaining eigenvectors of '''X'''<sup>T</sup>'''X''', with the maximum values for the quantity in brackets given by their corresponding eigenvalues.
 
The ''k''th principal component of a data vector '''x'''<sub>(''i'')</sub> can therefore be given as a score ''t''<sub>''k''(''i'')</sub> = '''x'''<sub>(''i'')</sub> ⋅ '''w'''<sub>(''k'')</sub> in the transformed co-ordinates, or as the corresponding vector in the space of the original variables, {'''x'''<sub>(''i'')</sub> ⋅ '''w'''<sub>(''k'')</sub>} '''w'''<sub>(''k'')</sub>, where '''w'''<sub>(''k'')</sub> is the ''k''th eigenvector of '''X'''<sup>T</sup>'''X'''.
 
The full principal components decomposition of '''X''' can therefore be given as
:<math>\mathbf{T} = \mathbf{X} \mathbf{W}</math>
where '''W''' is a ''p''-by-''p'' matrix whose columns are the eigenvectors of '''X'''<sup>T</sup>'''X'''
 
=== Covariances ===
 
'''X'''<sup>T</sup>'''X''' itself can be recognised as proportional to the empirical sample [[covariance matrix]] of the dataset '''X'''.
 
The sample covariance ''Q'' between two of the different principal components over the dataset is given by
:<math>\begin{align}
Q(\mathrm{PC}_{(j)}, \mathrm{PC}_{(k)}) & \propto (\mathbf{X}\mathbf{w}_{(j)}) \cdot (\mathbf{X}\mathbf{w}_{(k)}) \\
& = \mathbf{w}_{(j)}^T \mathbf{X}^T \mathbf{X} \mathbf{w}_{(k)} \\
& = \mathbf{w}_{(j)}^T \lambda_{(k)} \mathbf{w}_{(k)} \\
& = \lambda_{(k)} \mathbf{w}_{(j)}^T \mathbf{w}_{(k)}
\end{align}</math>
 
where the eigenvector property of '''w'''<sub>(''k'')</sub> has been used to move from line 2 to line 3.  However eigenvectors '''w'''<sub>(''j'')</sub> and '''w'''<sub>(''k'')</sub> corresponding to eigenvalues of a symmetric matrix are orthogonal (if the eigenvalues are different), or can be orthogonalised (if the vectors happen to share an equal repeated value).  The product in the final line is therefore zero; there is no sample covariance between different principal components over the dataset.
 
Another way to characterise the principal components transformation is therefore as the transformation to coordinates which diagonalise the empirical sample covariance matrix.
 
In matrix form, the empirical covariance matrix for the original variables can be written
:<math>\mathbf{Q} \propto \mathbf{X}^T \mathbf{X} = \mathbf{W} \mathbf{\Lambda} \mathbf{W}^T</math>
 
The empirical covariance matrix between the principal components becomes
:<math>\mathbf{W}^T \mathbf{Q} \mathbf{W} \propto \mathbf{W}^T \mathbf{W} \, \mathbf{\Lambda} \, \mathbf{W}^T \mathbf{W}
=  \mathbf{\Lambda} </math>
 
where '''Λ''' is the diagonal matrix of eigenvalues ''λ''<sub>(''k'')</sub> of '''X'''<sup>T</sup>'''X'''
 
(λ<sub>(k)</sub> being equal to the sum of the squares over the dataset associated with  each component ''k'': ''λ''<sub>(''k'')</sub> = Σ<sub>''i''</sub> ''t''<sub>''k''</sub><sup>2</sup><sub>(''i'')</sub> = Σ<sub>''i''</sub> ('''x'''<sub>(''i'')</sub> ⋅ '''w'''<sub>(''k'')</sub>)<sup>2</sup>)
 
=== Dimensionality reduction ===
The faithful transformation '''T''' = '''X''' '''W''' maps a data vector '''x'''<sub>(''i'')</sub> from an original space of ''p'' variables to a new space of ''p'' variables which are uncorrelated over the dataset.  However, not all the principal components need to be kept.  Keeping only the first ''L'' principal components, produced by using only the first ''L'' loading vectors, gives the truncated transformation
 
:<math>\mathbf{T}_L = \mathbf{X} \mathbf{W}_L</math>
 
where the matrix '''T'''<sub>L</sub> now has ''n'' rows but only ''L'' columns.  By construction, of all the transformed data matrices with only ''L'' columns, this score matrix maximises the variance in the original data that has been preserved, while minimising the total squared reconstruction error ||'''T'''&nbsp;&minus;&nbsp;'''T'''<sub>''L''</sub>||<sup>2</sup>.
 
[[File:PCA of Haplogroup J using 37 STRs.png|thumb|right|A principal components analysis scatterplot of [[Y-STR]] [[haplotype]]s calculated from repeat-count values for 37 Y-chromosomal STR markers from 354 individuals.<br /> PCA has successfully found linear combinations of the different markers, that separate out different clusters corresponding to different lines of individuals' Y-chromosomal genetic descent.]]
Such [[dimensionality reduction]] can be a very useful step for visualising and processing high-dimensional datasets, while still retaining as much of the variance in the dataset as possible.  For example, selecting ''L''&nbsp;=&nbsp;2 and keeping only the first two principal components finds the two-dimensional plane through the high-dimensional dataset in which the data is most spread out, so if the data contains [[Cluster analysis|clusters]] these too may be most spread out, and therefore most visible to be plotted out in a two-dimensional diagram; whereas if two directions through the data (or two of the original variables) are chosen at random, the clusters may be much less spread apart from each other, and may in fact be much more likely to substantially overlay each other, making them indistinguishable.
 
Similarly, in [[regression analysis]], the larger the number of [[explanatory variable]]s allowed, the greater is the chance of [[overfitting]] the model, producing conclusions that fail to generalise to other datasets.  One approach, especially when there are strong correlations between different possible explanatory variables, is to reduce them to a few principal components and then run the regression against them, a method called [[principal component regression]].
 
Dimensionality reduction may also be appropriate when the variables in a dataset are noisy.  If each column of the dataset contains independent identically distributed Gaussian noise, then the columns of '''T''' will also contain similarly identically distributed Gaussian noise (such a distribution is invariant under the effects of the matrix '''W''', which can be thought of as a high-dimensional rotation of the co-ordinate axes).  However, with more of the total variance concentrated in the first few principal components compared to the same noise variance, the proportionate effect of the noise is less—the first components achieve a higher [[signal-to-noise ratio]].  PCA thus can have the effect of concentrating much of the signal into the first few principal components, which can usefully be captured by dimensionality reduction; while the later principal components may be dominated by noise, and so disposed of without great loss.
 
=== Singular value decomposition ===
The principal components transformation can also be associated with another matrix factorisation, the [[singular value decomposition]] (SVD) of '''X''',
:<math>\mathbf{X} = \mathbf{U}\mathbf{\Sigma}\mathbf{W}^T</math>
Here '''Σ''' is a ''n''-by-''p'' [[Diagonal matrix|rectangular diagonal matrix]] of positive numbers ''σ''<sub>(''k'')</sub>, called the singular values of '''X'''; '''U''' is an ''n''-by-''n'' matrix, the columns of which are orthogonal unit vectors of length ''n'' called the left singular vectors of '''X'''; and '''W''' is a ''p''-by-''p'' whose columns are orthogonal unit vectors of length ''p'' and called the right singular vectors of '''X'''.
 
In terms of this factorisation, the matrix '''X'''<sup>T</sup>'''X''' can be written
:<math>\begin{align}
\mathbf{X}^T\mathbf{X} & = \mathbf{W}\mathbf{\Sigma}\mathbf{U}^T \mathbf{U}\mathbf{\Sigma}\mathbf{W}^T \\
                      & = \mathbf{W}\mathbf{\Sigma}^2\mathbf{W}^T
\end{align}</math>
 
Comparison with the eigenvector factorisation of '''X'''<sup>T</sup>'''X''' establishes that the right singular vectors '''W''' of '''X''' are equivalent to the eigenvectors of '''X'''<sup>T</sup>'''X''', while the singular values ''σ''<sub>(''k'')</sub> of '''X''' are equal to the square roots of the eigenvalues ''λ''<sub>(''k'')</sub> of '''X'''<sup>T</sup>'''X'''.
 
Using the singular value decomposition the score matrix '''T''' can be written
:<math>\begin{align}
\mathbf{T} & = \mathbf{X} \mathbf{W} \\
          & = \mathbf{U}\mathbf{\Sigma}\mathbf{W}^T \mathbf{W} \\
          & = \mathbf{U}\mathbf{\Sigma}
\end{align}</math>
so each column of '''T''' is given by one of the left singular vectors of '''X''' multiplied by the corresponding singular value.
 
Efficient algorithms exist to calculate the SVD of '''X''' without having to form the matrix '''X'''<sup>T</sup>'''X''', so computing the SVD is now the standard way to calculate a principal components analysis from a data matrix, unless only a handful of components are required.
 
As with the eigendecomposition, a truncated ''n''-by-''L'' score matrix '''T'''<sub>L</sub> can be obtained by considering only the first L largest singular values and their singular vectors:
:<math>\mathbf{T}_L = \mathbf{U}_L\mathbf{\Sigma}_L = \mathbf{X} \mathbf{W}_L </math>
The truncation of a matrix '''M''' or '''T''' using a truncated singular value decomposition in this way produces a truncated matrix that is the nearest possible matrix of [[Rank (linear algebra)|rank]] ''L'' to the original matrix, in the sense of the difference between the two having the smallest possible [[Frobenius norm]], a result known as the Eckart–Young theorem [1936].
 
== Further considerations ==
 
Given a set of points in [[Euclidean space]], the first principal component corresponds to a line that passes through the multidimensional mean and minimizes the sum of squares of the distances of the points from the line. The second principal component corresponds to the same concept after all correlation with the first principal component has been subtracted from the points. The singular values (in '''Σ''') are the square roots of the [[eigenvalue]]s of the matrix '''X'''<sup>T</sup>'''X'''. Each eigenvalue is proportional to the portion of the "variance" (more correctly of the sum of the squared distances of the points from their multidimensional mean) that is correlated with each eigenvector. The sum of all the eigenvalues is equal to the sum of the squared distances of the points from their multidimensional mean. PCA essentially rotates the set of points around their mean in order to align with the principal components. This moves as much of the variance as possible (using an orthogonal transformation) into the first few dimensions. The values in the remaining dimensions, therefore, tend to be small and may be dropped with minimal loss of information (see [[Principle Component Analysis#PCA and Information Theory|below]]). PCA is often used in this manner for [[dimensionality reduction]]. PCA has the distinction of being the optimal orthogonal transformation for keeping the subspace that has largest "variance" (as defined above). This advantage, however, comes at the price of greater computational requirements if compared, for example and when applicable, to the [[discrete cosine transform]], and in particular to the DCT-II which is simply known as the "DCT". [[Nonlinear dimensionality reduction]] techniques tend to be more computationally demanding than PCA.
 
PCA is sensitive to the scaling of the variables. If we have just two variables and they have the same [[sample variance]] and are positively correlated, then the PCA will entail a rotation by 45° and the "loadings" for the two variables with respect to the principal component will be equal. But if we multiply all values of the first variable by 100, then the principal component will be almost the same as that variable, with a small contribution from the other variable, whereas the second component will be almost aligned with the second original variable. This means that whenever the different variables have different units (like temperature and mass), PCA is a somewhat arbitrary method of analysis. (Different results would be obtained if one used Fahrenheit rather than Celsius for example.) Note that Pearson's original paper was entitled "On Lines and Planes of Closest Fit to Systems of Points in Space" – "in space" implies physical Euclidean space where such concerns do not arise. One way of making the PCA less arbitrary is to use variables scaled so as to have unit variance, by standardizing the data and hence use the autocorrelation matrix instead of the autocovariance matrix as a basis for PCA. However, this compresses the fluctuations in all dimensions of the signal space to unit variance.
 
Mean subtraction (a.k.a. "mean centering") is necessary for performing PCA to ensure that the first principal component describes the direction of maximum variance. If mean subtraction is not performed, the first principal component might instead correspond more or less to the mean of the data. A mean of zero is needed for finding a basis that minimizes the [[Minimum mean square error|mean square error]] of the approximation of the data.<ref>A. A. Miranda, Y. A. Le Borgne, and G. Bontempi. [http://www.ulb.ac.be/di/map/yleborgn/pub/NPL_PCA_07.pdf New Routes from Minimal Approximation Error to Principal Components], Volume 27, Number 3 / June, 2008, Neural Processing Letters, Springer</ref>
 
PCA is equivalent to [[empirical orthogonal functions]] (EOF), a name which is used in [[meteorology]].
 
An [[autoencoder]] [[Artificial neural network|neural network]] with a linear hidden layer is similar to PCA. Upon convergence, the weight vectors of the ''K'' neurons in the hidden layer will form a basis for the space spanned by the first ''K'' principal components. Unlike PCA, this technique will not necessarily produce [[orthogonal]] vectors.
 
PCA is a popular primary technique in [[pattern recognition]]. It is not, however, optimized for class separability.<ref>{{Cite book| author=Fukunaga, Keinosuke | title = Introduction to Statistical Pattern Recognition |publisher=Elsevier | year = 1990 | url=http://books.google.com/books?visbn=0-12-269851-7| isbn=0-12-269851-7}}</ref> An alternative is the [[linear discriminant analysis]], which does take this into account.
 
Another application of PCA is reducing the number of parameters in the process of generating computational models of oil reservoirs.<ref>Gharib Shirangi, M.,  History matching production data and uncertainty assessment with a truncated SVD parameterization algorithm, Journal of Petroleum Science and Engineering, http://www.sciencedirect.com/science/article/pii/S0920410513003227</ref>
 
== Table of symbols and abbreviations ==
 
{| class="wikitable"
|-
! Symbol
! Meaning
! Dimensions
! Indices
|-
| <math>\mathbf{X} = \{ X[i,j] \}</math>
| data matrix, consisting of the set of all data vectors, one vector per row
| <math> n \times p</math>
| <math> i = 1 \ldots n </math> <br /> <math> j = 1 \ldots p </math>
|-
| <math>n \,</math>
| the number of row vectors in the data set
| <math>1 \times 1</math>
| ''scalar''
|-
| <math>p \,</math>
| the number of elements in each row vector (dimension)
| <math>1 \times 1</math>
| ''scalar''
|-
| <math>L \,</math>
| the number of dimensions in the dimensionally reduced subspace, <math> 1 \le L \le p </math>
| <math>1 \times 1</math>
| ''scalar''
|-
| <math>\mathbf{u} = \{ u[j] \}</math>
| vector of empirical [[mean]]s, one mean for each column ''j'' of the data matrix
| <math> p \times 1</math>
| <math> j = 1 \ldots p </math>
|-
| <math>\mathbf{s} = \{ s[j] \}</math>
| vector of empirical [[standard deviation]]s, one standard deviation for each column ''j'' of the data matrix
| <math> p \times 1</math>
| <math> j = 1 \ldots p </math>
|-
| <math>\mathbf{h} = \{ h[i] \}</math>
| vector of all 1's
| <math> 1 \times n</math>
| <math> i = 1 \ldots n </math>
|-
| <math>\mathbf{B} = \{ B[i,j] \}</math>
| [[Standard deviation|deviation]]s from the mean of each column ''j'' of the data matrix
| <math> n \times p</math>
| <math> i = 1 \ldots n </math> <br /> <math> j = 1 \ldots p </math>
|-
| <math>\mathbf{Z} = \{ Z[m,n] \} </math>
| [[z-score]]s, computed using the mean and standard deviation for each row ''m'' of the data matrix
| <math> n \times p</math>
| <math> i = 1 \ldots n </math> <br /> <math> j = 1 \ldots p </math>
|-
| <math>\mathbf{C} = \{ C[k, l] \} </math>
| [[covariance matrix]]
| <math> p \times p </math>
| <math> k = 1 \ldots p </math> <br /> <math> l = 1 \ldots p </math>
|-
| <math>\mathbf{R} = \{ R[k, l] \} </math>
| [[correlation matrix]]
| <math> p \times p </math>
| <math> k = 1 \ldots p </math> <br /> <math> l = 1 \ldots p </math>
|-
| <math> \mathbf{V} = \{ V[j, k] \} </math>
| matrix consisting of the set of all [[eigenvectors]] of '''C''', one eigenvector per column
| <math> p \times p </math>
| <math> j = 1 \ldots p </math> <br /> <math> k = 1 \ldots p </math>
|-
| <math>\mathbf{D} = \{ D[k, l] \} </math>
| [[diagonal matrix]] consisting of the set of all [[eigenvalues]] of '''C''' along its [[principal diagonal]], and 0 for all other elements
| <math> p \times p </math>
| <math> k = 1 \ldots p </math> <br /> <math> l = 1 \ldots p </math>
|-
| <math>\mathbf{W} = \{ W[j, k] \} </math>
| matrix of basis vectors, one vector per column, where each basis vector is one of the eigenvectors of '''C''', and where the vectors in '''W''' are a sub-set of those in '''V'''
| <math> p \times L</math>
| <math> j = 1 \ldots p </math> <br /> <math> k = 1 \ldots L</math>
|-
| <math>\mathbf{T} = \{ T[i, k] \} </math>
| matrix consisting of ''n'' row vectors, where each vector is the projection of the corresponding data vector from matrix '''X''' onto the basis vectors contained in the columns of matrix '''W'''.
| <math> n \times L</math>
| <math> i = 1 \ldots n </math> <br /> <math> k = 1 \ldots L</math>
|}
 
== Properties and limitations of PCA ==
 
=== Properties <ref>Jolliffe, I. T. (2002). ''Principal Component Analysis,'' second edition Springer-Verlag. ISBN 978-0-387-95442-4.</ref>===
 
<big>'''''Property 1'':'''</big> For any integer ''q, 1 ≤ q ≤ p,'' consider the orthogonal [[linear transformation]]
 
<math>y =\mathbf{B'}x</math>
 
where <math>y</math> is a ''q-element'' vector and <math>\mathbf{B'}</math> is a ''(q × p)'' matrix, and let <math>\mathbf{{\Sigma}}_y = \mathbf{B'}\mathbf{{\Sigma}}\mathbf{B}</math> be the [[variance]]-[[covariance]] matrix for <math>y</math>. Then the trace of <math>\mathbf{{\Sigma}}_y</math>, denoted <math>tr(\mathbf{{\Sigma}}_y)</math>, is maximized by taking <math>\mathbf{B} = \mathbf{A}_q</math>, where <math>\mathbf{A}_q</math> consists of the first ''<math>q</math>'' columns of <math>\mathbf{A}</math> <math>(\mathbf{B'}</math>is the transposition of <math>\mathbf{B})</math>.
 
<big>'''''Property 2'':'''</big> Consider again the [[orthonormal transformation]]
 
<math>y = \mathbf{B'}x</math>
 
with <math>x,</math> <math>\mathbf{B},</math> <math>\mathbf{A}</math> and <math>\mathbf{{\Sigma}}_y</math> defined as before. Then <math>tr(\mathbf{{\Sigma}}_y)</math>is minimized by taking
<math>\mathbf{B}</math> <math>=</math><math>\mathbf{A}_q^*, </math> where <math>\mathbf{A}_q^*</math> consists of the last ''<math>q</math>'' columns of <math>\mathbf{A}</math>.
 
The statistical implication of this property is that the last few PCs are not simply unstructured left-overs after removing the important PCs. Because these last PCs have variances as small as possible they are useful in their own right. They can help to detect unsuspected near-constant linear relationships between the elements of <math>x</math>, and they may also be useful in [[regression]], in selecting a subset of variables from <math>x</math>, and in outlier detection.
 
<big>'''''Property 3'':'''</big>  ''<math>(</math>the Spectral Decomposition of <math>\mathbf{{\Sigma}})</math>''
 
<math>\mathbf{{\Sigma}} = \lambda_{1}\alpha_{1}\alpha_{1}' + \lambda_{2}\alpha_{2}\alpha_{2}' + ... + \lambda_{p}\alpha_{p}\alpha_{p}'</math>
 
Before we look at its usage, we first look at [[diagonal]] elements,
 
<math>var(x_j) = \mathbf{\sum_{k=1}^{P}}\lambda_{k}\alpha_{kj}^2</math>
 
Then, perhaps the main statistical implication of the result is that not only can we decompose the combined variances of all the elements of <math>x</math> into decreasing contributions due to each PC, but we can also decompose the whole [[covariance matrix]] into contributions <math>\lambda_{k}\alpha_{k}\alpha_{k}'</math> from each PC. Although not strictly decreasing, the elements of <math>\lambda_{k}\alpha_{k}\alpha_{k}'</math> will tend to become smaller as <math>k</math> increases, as <math>\lambda_{k}\alpha_{k}\alpha_{k}'</math> decreases for increasing <math>k</math>, whereas the elements of <math>\alpha_{k}</math> tend to stay 'about the same size'because of the normalization constraints: <math>\alpha_{k}'\alpha_{k}=1,</math> <math>k=1, 2, ..., p</math>
 
=== Limitations ===
 
As noted above, the results of PCA depend on the scaling of the variables.
 
The applicability of PCA is limited by certain assumptions<ref>Jonathon Shlens, [http://www.snl.salk.edu/~shlens/pca.pdf A Tutorial on Principal Component Analysis.]</ref> made in its derivation.
 
=== PCA and information theory ===
The claim that the PCA used for dimensionality reduction preserves most of the information of the data is misleading. Indeed, without any assumption on the signal model, PCA cannot help to reduce the amount of information lost during dimensionality reduction, where information was measured using [[Entropy (information theory)|Shannon entropy]].<ref>{{cite journal|last=Geiger|first=Bernhard|coauthors=Kubin, Gernot|title=Relative Information Loss in the PCA|journal=Proc. IEEE Information Theory Workshop|date=Sep 2012|pages=562–566|url=http://arxiv.org/abs/1204.0429}}</ref>
 
Under the assumption that
 
:<math>\mathbf{x}=\mathbf{s}+\mathbf{n}</math>
 
i.e., that the data vector <math>\mathbf{x}</math> is the sum of the desired information-bearing signal <math>\mathbf{s}</math> and a noise signal <math>\mathbf{n}</math> one can show that PCA can be optimal for dimensionality reduction also from an information-theoretic point-of-view.
 
In particular, Linsker showed that if <math>\mathbf{s}</math> is Gaussian and <math>\mathbf{n}</math> is Gaussian noise with a covariance matrix proportional to the identity matrix, the PCA maximizes the [[mutual information]] <math>I(\mathbf{y};\mathbf{s})</math> between the desired information <math>\mathbf{s}</math> and the dimensionality-reduced output <math>\mathbf{y}=\mathbf{W}_L^T\mathbf{x}</math>.<ref>{{cite journal|last=Linsker|first=Ralph|title=Self-organization in a perceptual network|journal=IEEE Computer|date=March 1988|volume=21|issue=3|pages=105–117|doi=10.1109/2.36}}</ref>
 
If the noise is still Gaussian and has a covariance matrix proportional to the identity matrix (i.e., the components of the vector <math>\mathbf{n}</math> are [[iid]]), but the information-bearing signal <math>\mathbf{s}</math> is non-Gaussian (which is a common scenario), PCA at least minimizes an upper bound on the ''information loss'', which is defined as<ref>{{cite book|last=Deco & Obradovic|title=An Information-Theoretic Approach to Neural Computing|year=1996|publisher=Springer|location=New York, NY}}</ref><ref>{{cite journal|last=Plumbley|first=Mark|title=Information theory and unsupervised neural networks|year=1991}}Tech Note</ref>
 
:<math>I(\mathbf{x};\mathbf{s})-I(\mathbf{y};\mathbf{s}).</math>
 
The optimality of PCA is also preserved if the noise <math>\mathbf{n}</math> is iid and at least more Gaussian (in terms of the [[Kullback–Leibler divergence]]) than the information-bearing signal <math>\mathbf{s}</math>.<ref>{{cite journal|last=Geiger|first=Bernhard|coauthors=Kubin, Gernot|title=Signal Enhancement as Minimization of Relevant Information Loss|journal=Proc. ITG Conf. on Systems, Communication and Coding|date=January 2013|url=http://arxiv.org/abs/1205.6935}}</ref> In general, even if the above signal model holds, PCA loses its information-theoretic optimality as soon as the noise <math>\mathbf{n}</math> becomes dependent.
 
== Computing PCA using the covariance method ==
 
The following is a detailed description of PCA using the covariance method (see also [http://www.cs.otago.ac.nz/cosc453/student_tutorials/principal_components.pdf here]). But note that it is better to use the singular value decomposition (using standard software){{Cite quote|date=December 2013}}.
 
The goal is to transform a given data set '''X''' of dimension ''p'' to an alternative data set '''Y''' of smaller dimension ''L''. Equivalently, we are seeking to find the matrix '''Y''', where '''Y''' is the [[Karhunen–Loève transform]] (KLT) of matrix '''X''':
 
:<math> \mathbf{Y} = \mathbb{KLT} \{ \mathbf{X} \} </math>
 
=== Organize the data set ===
 
'''Suppose''' you have data comprising a set of observations of ''p'' variables, and you want to reduce the data so that each observation can be described with only ''L'' variables, ''L'' < ''p''.  Suppose further, that the data are arranged as a set of ''n'' data vectors <math>\mathbf{x}_1 \ldots \mathbf{x}_n</math> with each <math>\mathbf{x}_i </math> representing a single grouped observation of the ''p'' variables.
 
* Write <math>\mathbf{x}_1 \ldots \mathbf{x}_n</math> as row vectors, each of which has ''p'' columns.
* Place the row vectors into a single matrix '''X''' of dimensions ''n'' &times; ''p''.
 
=== Calculate the empirical mean ===
 
* Find the empirical mean along each dimension ''j'' = 1,&nbsp;...,&nbsp;''p''.
* Place the calculated mean values into an empirical mean vector '''u''' of dimensions ''p'' &times; 1.
 
::<math>u[j] = {1 \over N} \sum_{i=1}^n X[i,j] </math>
 
=== Calculate the deviations from the mean ===
 
Mean subtraction is an integral part of the solution towards finding a principal component basis that minimizes the mean square error of approximating the data.<ref>A.A. Miranda, Y.-A. Le Borgne, and G. Bontempi. [http://www.ulb.ac.be/di/map/yleborgn/pub/NPL_PCA_07.pdf New Routes from Minimal Approximation Error to Principal Components], Volume 27, Number 3 / June, 2008, Neural Processing Letters, Springer</ref> Hence we proceed by centering the data as follows:
* Subtract the empirical mean vector '''u''' from each row of the data matrix '''X'''.
* Store mean-subtracted data in the ''n'' &times; ''p'' matrix '''B'''.
 
::<math>\mathbf{B} = \mathbf{X} - \mathbf{h}\mathbf{u}^{T} </math>
:: where '''h''' is an ''n''&nbsp;&times;&nbsp;1 column vector of all&nbsp;1s:
 
:::<math>h[i] = 1 \, \qquad \qquad \text{for } i = 1, \ldots, n </math>
 
=== Find the covariance matrix ===
 
* Find the ''p'' &times; ''p'' empirical [[covariance matrix]] '''C''' from the [[outer product]] of matrix '''B''' with itself:
::<math>\mathbf{C} = { 1 \over {n-1} } \mathbf{B}^{*} \cdot \mathbf{B}</math>
:: where
:::<math> * \ </math> is the [[conjugate transpose]] operator. Note that if B consists entirely of real numbers, which is the case in many applications, the "conjugate transpose" is the same as the regular [[transpose]].
 
* Please note that outer products apply to vectors. For tensor cases we should apply tensor products, but the covariance matrix in PCA is a sum of outer products between its sample vectors; indeed, it could be represented as B*.B. See the covariance matrix sections on the discussion page for more information.
* The reasoning behind using N-1 instead of N to calculate the covariance is [[Bessel's correction]]
 
=== Find the eigenvectors and eigenvalues of the covariance matrix ===
 
* Compute the matrix '''V''' of [[eigenvector]]s which [[diagonalizable matrix|diagonalizes]] the covariance matrix '''C''':
 
::<math>\mathbf{V}^{-1} \mathbf{C} \mathbf{V} = \mathbf{D} </math>
 
: where '''D''' is the [[diagonal matrix]] of [[eigenvalue]]s of '''C'''. This step will typically involve the use of a computer-based algorithm for computing eigenvectors and eigenvalues. These algorithms are readily available as sub-components of most [[matrix algebra]] systems, such as [[R (programming language)|R]], [[MATLAB]],<ref>[http://www.mathworks.com/access/helpdesk/help/techdoc/ref/eig.html#998306 eig function] Matlab documentation</ref><ref>[http://www.mathworks.com/matlabcentral/fileexchange/24634 MATLAB PCA-based Face recognition software]</ref> [[Mathematica]],<ref>[http://reference.wolfram.com/mathematica/ref/Eigenvalues.html Eigenvalues function] Mathematica documentation</ref> [[SciPy]], [[IDL (programming language)|IDL]] ([[Interactive Data Language]]), or [[GNU Octave]] as well as [[OpenCV]].
* Matrix '''D''' will take the form of an ''M'' &times; ''M'' diagonal matrix, where
::<math>D[k,l] = \lambda_k \qquad \text{for } k = l = j</math>
 
: is the ''j''th eigenvalue of the covariance matrix '''C''', and
 
::<math>D[k,l] = 0 \qquad \text{for } k \ne l.</math>
* Matrix '''V''', also of dimension ''p'' &times; ''p'', contains ''p'' column vectors, each of length ''p'', which represent the ''p'' eigenvectors of the covariance matrix '''C'''.
* The eigenvalues and eigenvectors are ordered and paired. The ''j''th eigenvalue corresponds to the ''j''th eigenvector.
 
=== Rearrange the eigenvectors and eigenvalues ===
 
* Sort the columns of the eigenvector matrix '''V''' and eigenvalue matrix '''D''' in order of ''decreasing'' eigenvalue.
* Make sure to maintain the correct pairings between the columns in each matrix.
 
=== Compute the cumulative energy content for each eigenvector ===
 
* The eigenvalues represent the distribution of the source data's energy{{Clarify|date=March 2011}} among each of the eigenvectors, where the eigenvectors form a [[basis (linear algebra)|basis]] for the data. The cumulative energy content ''g'' for the ''j''th eigenvector is the sum of the energy content across all of the eigenvalues from 1 through ''j'':
 
::<math>g[j] = \sum_{k=1}^j D[k,k] \qquad \mathrm{for} \qquad j = 1,\dots,p </math>{{Citation needed|date=March 2011}}
 
=== Select a subset of the eigenvectors as basis vectors ===
 
* Save the first ''L'' columns of '''V''' as the ''p'' &times; ''L'' matrix '''W''':
 
::<math> W[k,l] = V[k,l] \qquad \mathrm{for} \qquad k = 1,\dots,p \qquad l = 1,\dots,L </math>
 
: where
 
::<math>1 \leq L \leq p.</math>
* Use the vector '''g''' as a guide in choosing an appropriate value for ''L''. The goal is to choose a value of ''L'' as small as possible while achieving a reasonably high value of ''g'' on a percentage basis. For example, you may want to choose ''L'' so that the cumulative energy ''g'' is above a certain threshold, like 90 percent. In this case, choose the smallest value of ''L'' such that
 
::<math> \frac{g[L]}{g[p]} \ge 0.9\, </math>
 
=== Convert the source data to z-scores (optional) ===
 
* Create an ''p'' &times; 1 empirical standard deviation vector '''s''' from the square root of each element along the main diagonal of the diagonalized covariance matrix '''C'''. (Note, that scaling operations do not commute with the KLT thus we must scale by the variances of the already-decorrelated vector, which is the diagonal of '''C''') :
::<math> \mathbf{s} = \{ s[j] \} = \{ \sqrt{C[j,j]} \} \qquad \text{for } j = 1, \ldots, p </math>
* Calculate the ''n'' &times; ''p'' [[standard score|z-score]] matrix:
::<math> \mathbf{Z} = { \mathbf{B} \over \mathbf{h} \cdot \mathbf{s}^{T} } </math> (divide element-by-element)
* Note: While this step is useful for various applications as it normalizes the data set with respect to its variance, it is not integral part of PCA/KLT
 
=== Project the z-scores of the data onto the new basis ===
 
* The projected vectors are the columns of the matrix
 
::<math> \mathbf{T} =  \mathbf{Z} \cdot \mathbf{W} = \mathbb{KLT} \{ \mathbf{X} \}.</math>
* The rows of matrix '''T''' represent the [[Karhunen&ndash;Loeve transform]]s (KLT) of the data vectors in the rows of matrix&nbsp;'''X'''.
 
== Derivation of PCA using the covariance method ==
 
Let '''X''' be a ''d''-dimensional random vector expressed as column vector. Without loss of generality, assume '''X''' has zero mean.
 
We want to find <math>(\ast)\,</math> a <math>d \times d</math> [[orthonormal basis|orthonormal transformation matrix]] '''P''' so that '''PX''' has a diagonal covariant matrix (''i.e.'' '''PX''' is a random vector with all its distinct components pairwise uncorrelated).
 
A quick computation assuming <math>P</math> were unitary yields:
 
:<math>
\begin{array}[t]{rcl}
\operatorname{var}(PX)
&= &\mathbb{E}[PX~(PX)^{\dagger}]\\
&= &\mathbb{E}[PX~X^{\dagger}P^{\dagger}]\\
&= &P~\mathbb{E}[XX^{\dagger}]P^{\dagger}\\
&= &P~\operatorname{var}(X)P^{-1}\\
\end{array}
</math>
 
Hence <math>(\ast)\,</math> holds if and only if <math>\operatorname{var}(X)</math> were diagonalisable by <math>P</math>.
 
This is very constructive, as var('''X''') is guaranteed to be a non-negative definite matrix and thus is guaranteed to be diagonalisable by some unitary matrix.
 
===Iterative computation===
 
In practical implementations especially with high dimensional data (large ''p''), the covariance method is rarely used because it is not efficient. One way to compute the first principal component efficiently<ref name="roweis">Roweis, Sam. "EM Algorithms for PCA and SPCA." Advances in Neural Information Processing Systems. Ed. Michael I. Jordan, Michael J. Kearns, and Sara A. Solla The MIT Press, 1998.</ref> is shown in the following pseudo-code, for a data matrix '''X''' with zero mean, without ever computing its covariance matrix
<math>\mathbf{r} =</math> a random vector of length ''p''
do ''c'' times:
      <math>\mathbf{s} = 0</math> (a vector of length ''p'')
      for each row <math>\mathbf{x} \in \mathbf{X}</math>
            <math>\mathbf{s} = \mathbf{s} + (\mathbf{x} \cdot \mathbf{r})\mathbf{x}</math>
      <math>\mathbf{r} = \frac{\mathbf{s}}{|\mathbf{s}|}</math>
return <math>\mathbf{r}</math>
 
This algorithm is simply an efficient way of calculating '''X<sup>T</sup>X r''', normalizing, and placing the result back in '''r''' ([[power iteration]]). It avoids the ''np''<sup>2</sup> operations of calculating the covariance matrix.
'''r''' will typically get close to the first principal component of '''X''' within a small number of iterations, ''c''. (The magnitude of '''s''' will be larger after each iteration. Convergence can be detected when it increases by an amount too small for the precision of the machine.)
 
Subsequent principal components can be computed by subtracting component '''r''' from '''X''' (see [[Gram&ndash;Schmidt]]) and then repeating this algorithm to find the next principal component. However this simple approach is not numerically stable if more than a small number of principal components are required, because imprecisions in the calculations will additively affect the estimates of subsequent principal components. More advanced methods build on this basic idea, as with the closely related [[Lanczos algorithm]].
 
One way to compute the eigenvalue that corresponds with each principal component is to measure the difference in mean-squared-distance between the rows and the centroid, before and after subtracting out the principal component. The eigenvalue that corresponds with the component that was removed is equal to this difference.
 
=== The NIPALS method ===
 
{{Main|Non-linear iterative partial least squares}}
 
For very high-dimensional datasets, such as those generated in the *omics sciences (e.g., [[genomics]], [[metabolomics]]) it is usually only necessary to compute the first few PCs. The [[non-linear iterative partial least squares]] (NIPALS) algorithm calculates '''t<sub>1</sub>''' and '''w<sub>1</sub>'''<sup>T</sup> from '''X'''. The outer product, '''t<sub>1</sub>w<sub>1</sub>'''<sup>T</sup> can then be subtracted from '''X''' leaving the residual matrix '''E<sub>1</sub>'''. This can be then used to calculate subsequent PCs.<ref>{{Cite journal
  | last = Geladi
  | first = Paul
  | author-link =
  | last2 = Kowalski
  | first2 = Bruce
  | author2-link =
  | title = Partial Least Squares Regression:A Tutorial
  | journal = Analytica Chimica Acta
  | volume = 185
  | issue =
  | pages = 1&ndash;17
  | date =
  | year = 1986
  | url =
  | doi = 10.1016/0003-2670(86)80028-9
  | id = }}
</ref> This results in a dramatic reduction in computational time since calculation of the covariance matrix is avoided.
 
However, for large data matrices, or matrices that have a high degree of column collinearity, NIPALS suffers from loss of orthogonality due to machine precision limitations accumulated in each iteration step.<ref>Kramer,R., (1998) Chemometric Techniques for Quantitative Analysis (CRC Press, New York).</ref> A Gram–Schmidt (GS) re-orthogonalization algorithm is applied to both the scores and the loadings at each iteration step to eliminate this loss of orthogonality.<ref>M. Andrecut. Parallel GPU Implementation of Iterative PCA Algorithms. Journal of Computational Biology, 16(11), Nov. 2009.</ref>
 
=== Online/sequential estimation ===
In an "online" or "streaming" situation with data arriving piece by piece rather than being stored in a single batch, it is useful to make an estimate of the PCA projection that can be updated sequentially. This can be done efficiently, but requires different algorithms.<ref>{{Cite journal
  | last = Warmuth
  | first = M. K.
  | last2 = Kuzmin
  | first2 = D.
  | title = Randomized online PCA algorithms with regret bounds that are logarithmic in the dimension
  | journal = Journal of Machine Learning Research
  | volume = 9
  | issue =
  | pages = 2287&ndash;2320
  | date =
  | year = 2008
  | url =
  | doi =
  | id = }}
</ref>
 
==Applications==
 
===Neuroscience===
A variant of principal components analysis is used in [[neuroscience]] to identify the specific properties of a stimulus that increase a [[neuron]]'s probability of generating an [[action potential]].<ref name="brenner00">Brenner, N., Bialek, W., & de Ruyter van Steveninck, R.R. (2000).</ref> This technique is known as [[Spike-triggered covariance|spike-triggered covariance analysis]]. In a typical application an experimenter presents a [[white noise]] process as a stimulus (usually either as a sensory input to a test subject, or as a current injected directly into the neuron) and records a train of action potentials, or spikes, produced by the neuron as a result. Presumably, certain features of the stimulus make the neuron more likely to spike. In order to extract these features, the experimenter calculates the [[covariance matrix]] of the ''spike-triggered ensemble'', the set of all stimuli (defined and discretized over a finite time window, typically on the order of 100 ms) that immediately preceded a spike. The [[Eigenvectors and eigenvalues|eigenvectors]] of the difference between the spike-triggered covariance matrix and the covariance matrix of the ''prior stimulus ensemble'' (the set of all stimuli, defined over the same length time window) then indicate the directions in the [[Vector space|space]] of stimuli along which the variance of the spike-triggered ensemble differed the most from that of the prior stimulus ensemble. Specifically, the eigenvectors with the largest positive eigenvalues correspond to the directions along which the variance of the spike-triggered ensemble showed the largest positive change compared to the variance of the prior. Since these were the directions in which varying the stimulus led to a spike, they are often good linear approximations of the sought after relevant stimulus features.
 
In neuroscience, PCA is also used to distinguish the identity of a neuron from the shape of its recorded action potential. [[Spike sorting]] is an important procedure because [[Electrophysiology#Extracellular recording|extracellular]] recording techniques often pick up signals from more than one neuron. In spike sorting, one first uses PCA to reduce the dimensionality of the space of action potential waveforms, and then performs [[Cluster analysis|clustering analysis]] to associate specific action potentials with individual neurons.
 
== Relation between PCA and ''K''-means clustering ==
It has been shown recently (2001,2004)<ref>
H. Zha, C. Ding, M. Gu, X. He and H.D. Simon.
"Spectral Relaxation for K-means Clustering", http://ranger.uta.edu/~chqding/papers/Zha-Kmeans.pdf,
Neural Information Processing Systems vol.14 (NIPS 2001). pp. 1057&ndash;1064, Vancouver, Canada. Dec. 2001.
</ref><ref>
C. Ding and X. He. "K-means Clustering via Principal Component Analysis".
Proc. of Int'l Conf. Machine Learning (ICML 2004), pp 225&ndash;232. July 2004. http://ranger.uta.edu/~chqding/papers/KmeansPCA1.pdf
</ref>
that the relaxed solution of [[K-means clustering]], specified by the cluster indicators, is given by the PCA principal components, and the PCA subspace spanned by the principal directions is identical to the cluster centroid subspace specified by the between-class [[scatter matrix]]. Thus PCA automatically projects to the subspace where the global solution of K-means clustering lies, and thus facilitates K-means clustering to find near-optimal solutions.
 
== Relation between PCA and [[Factor Analysis]] <ref>http://www.linkedin.com/groups/What-is-difference-between-factor-107833.S.162765950</ref> ==
Principal components creates variables that are linear combinations of the original variables. The new variables have the property that the variables are all orthogonal. The principal components can be used to find clusters in a set of data. PCA is a variance-focused approach seeking to reproduce the total variable variance, in which components reflect both common and unique variance of the variable. PCA is generally preferred for purposes of data reduction (i.e., translating variable space into optimal factor space) but not when detect the latent construct or factors.
 
Factor analysis is similar to principal component analysis, in that factor analysis also involves linear combinations of variables. Different from PCA, factor analysis is a correlation-focused approach seeking to reproduce the inter-correlations among variables, in which the factors “represent the common variance of variables, excluding unique variance<ref>Timothy A. Brown. Confirmatory Factor Analysis for Applied Research Methodology in the social sciences. Guilford Press, 2006</ref>" . Factor analysis is generally used when the research purpose is detecting data structure (i.e., latent constructs or factors) or causal modeling.
 
== Correspondence analysis ==
 
'''[[Correspondence analysis]]''' (CA)
was developed by [[Jean-Paul Benzécri]]<ref>{{Cite book
| author = Benzécri, J.-P.
| publisher=Dunod |location= Paris, France
| year = 1973
| title = L'Analyse des Données. Volume II. L'Analyse des Correspondances
}}</ref>
and is conceptually similar to PCA, but scales the data (which should be non-negative) so that rows and columns are treated equivalently. It is traditionally applied to [[contingency tables]].
CA decomposes the [[chi-squared statistic]] associated to this table into orthogonal factors.<ref>{{Cite book
| author = Greenacre, Michael
| publisher=Academic Press |location= London
| year = 1983
| title = Theory and Applications of Correspondence Analysis
| isbn = 0-12-299050-1
}}</ref>
Because CA is a descriptive technique, it can be applied to tables for which the chi-squared statistic is appropriate or not.
Several variants of CA are available including [[detrended correspondence analysis]] and [[canonical correspondence analysis]]. One special extension is [[multiple correspondence analysis]], which may be seen as the counterpart of principal component analysis for categorical data.<ref>{{Cite book
| author = Le Roux, Brigitte and Henry Rouanet
| publisher=Kluwer|location= Dordrecht
| year = 2004
| title = Geometric Data Analysis, From Correspondence Analysis to Structured Data Analysis
| isbn =
}}</ref>
 
== Generalizations ==
 
=== Nonlinear generalizations ===
[[File:Elmap breastcancer wiki.png|thumb|300px| Linear PCA versus nonlinear Principal Manifolds<ref>A. N. Gorban, A. Y. Zinovyev, [http://arxiv.org/abs/0809.0490 Principal Graphs and Manifolds], In: Handbook of Research on Machine Learning Applications and Trends: Algorithms, Methods and Techniques, Olivas E.S. et al Eds. Information Science Reference, IGI Global: Hershey, PA, USA, 2009. 28-59.</ref> for [[Scientific visualization|visualization]] of [[breast cancer]] [[microarray]] data: a) Configuration of nodes and 2D Principal Surface  in the 3D PCA linear manifold. The dataset is curved and cannot be mapped adequately on a 2D principal plane; b) The distribution in the internal 2D non-linear principal surface coordinates (ELMap2D) together with an estimation of the density of points; c) The same as b), but for the linear 2D PCA manifold (PCA2D). The "basal" breast cancer subtype is visualized more adequately with ELMap2D and some features of  the distribution become better resolved in comparison to PCA2D. Principal manifolds are produced by the [[elastic map]]s algorithm. Data are available for public competition.<ref>Wang, Y., Klijn, J.G., Zhang, Y., Sieuwerts, A.M., Look, M.P., Yang, F., Talantov, D., Timmermans, M., Meijer-van Gelder, M.E., Yu, J. et al.: Gene expression profiles to predict distant metastasis of lymph-node-negative primary breast cancer" ''Lancet'' 365, 671-679 (2005); [http://www.ihes.fr/~zinovyev/princmanif2006/ Data online]</ref> Software is available for free non-commercial use.<ref>A. Zinovyev, [http://bioinfo-out.curie.fr/projects/vidaexpert/ ViDaExpert] – Multidimensional Data Visualization Tool (free for non-commercial use). [[Curie Institute (Paris)|Institut Curie]], Paris.</ref>]]
 
Most of the modern methods for [[nonlinear dimensionality reduction]] find their theoretical and algorithmic roots in PCA or K-means. Pearson's original idea was to take a straight line (or plane) which will be "the best fit" to a set of data points. '''Principal [[curve]]s and [[manifold]]s'''<ref>A.N. Gorban, B. Kegl, D.C. Wunsch, A. Zinovyev  (Eds.),  [http://pca.narod.ru/contentsgkwz.htm Principal Manifolds for Data Visualisation and Dimension Reduction,]
LNCSE 58, Springer, Berlin &ndash; Heidelberg &ndash; New York, 2007. ISBN 978-3-540-73749-0</ref> give the natural geometric framework for PCA generalization and extend the geometric interpretation of PCA by explicitly constructing an embedded manifold for data [[approximation]], and by encoding using standard geometric [[Projection (mathematics)|projection]] onto the manifold, as it is illustrated by Fig.
See also the [[elastic map]] algorithm and [[principal geodesic analysis]]. Another popular generalization is [[kernel PCA]], which corresponds to PCA performed in a reproducing kernel Hilbert space associated with a positive definite kernel.
 
=== Multilinear generalizations ===
In [[multilinear subspace learning]],<ref>{{cite journal
|first=Haiping |last=Lu
|first2=K.N. |last2=Plataniotis
|first3=A.N. |last3=Venetsanopoulos
|url=http://www.dsp.utoronto.ca/~haiping/Publication/SurveyMSL_PR2011.pdf
|title=A Survey of Multilinear Subspace Learning for Tensor Data
|journal=Pattern Recognition
|volume=44 |number=7 |pages=1540–1551 |year=2011
|doi=10.1016/j.patcog.2011.01.004
}}</ref> PCA is generalized to [[multilinear principal component analysis|multilinear PCA]] (MPCA) that extracts features directly from tensor representations. MPCA is solved by performing PCA in each mode of the tensor iteratively. MPCA has been applied to face recognition, gait recognition, etc. MPCA is further extended to uncorrelated MPCA, non-negative MPCA and robust MPCA.
 
=== Higher order ===
 
''N''-way principal component analysis may be performed with models such as [[Tucker decomposition]],  [[PARAFAC]], multiple factor analysis, co-inertia analysis, STATIS, and DISTATIS.
 
=== Robustness – weighted PCA ===
 
While PCA finds the mathematically optimal method (as in minimizing the squared error), it is sensitive to [[outlier]]s in the data that produce large errors PCA tries to avoid. It therefore is common practice to remove outliers before computing PCA. However, in some contexts, outliers can be difficult to identify. For example in [[data mining]] algorithms like [[correlation clustering]], the assignment of points to clusters and outliers is not known beforehand. A recently proposed generalization of PCA<ref>{{cite doi | 10.1007/978-3-540-69497-7_27 }}</ref> based on a '''weighted PCA''' increases robustness by assigning different weights to data objects based on their estimated relevancy.
 
== Software/source code ==
 
* [[Mathematica]] implements principal component analysis with the PrincipalComponents command<ref>[http://reference.wolfram.com/mathematica/ref/PrincipalComponents.html PrincipalComponents] Mathematica Documentation</ref> using both covariance and correlation methods.
* In the [[NAG Numerical Library|NAG Library]], principal components analysis is implemented via the <code>g03aa</code> routine (available in both the Fortran<ref>{{cite web | last = The Numerical Algorithms Group | first = | title = NAG Library Routine Document: nagf_mv_prin_comp (g03aaf) | date = | work = NAG Library Manual, Mark 23 | url = http://www.nag.co.uk/numeric/fl/nagdoc_fl23/pdf/G03/g03aaf.pdf | accessdate = 2012-02-16 }}</ref> and the C<ref>{{cite web | last = The Numerical Algorithms Group | first = | title = NAG Library Routine Document: nag_mv_prin_comp (g03aac) | date = | work = NAG Library Manual, Mark 9 | url = http://www.nag.co.uk/numeric/CL/nagdoc_cl09/pdf/G03/g03aac.pdf | accessdate = 2012-02-16 }}</ref> versions of the Library).
* In the [[MATLAB]] Statistics Toolbox, the functions <code>princomp</code> and <code>pca</code> (R2012b) give the principal components, while the function <code>pcares</code> gives the residuals and reconstructed matrix for a low-rank PCA approximation. An example MATLAB implementation of PCA is available.<ref>[http://www.utdallas.edu/~herve/abdi-PCA4Wiley.zip    <code>PcaPress</code>] www.utdallas.edu</ref>
* in [[GNU Octave]], a free software computational environment mostly compatible with MATLAB, the function <code>princomp</code><ref>[http://octave.sourceforge.net/statistics/function/princomp.html <code>princomp</code>] octave.sourceforge.net</ref> gives the principal component.
* in the [[free software|free]] statistical package [[R (programming language)|R]], the functions <code>princomp</code><ref>[http://stat.ethz.ch/R-manual/R-patched/library/stats/html/princomp.html <code>princomp</code> ]</ref> and <code>prcomp</code><ref>[http://stat.ethz.ch/R-manual/R-patched/library/stats/html/prcomp.html <code>prcomp</code> ]</ref> can be used for principal component analysis; <code>prcomp</code> uses [[singular value decomposition]] which generally gives better numerical accuracy. Recently there has been an explosion in implementations of principal component analysis in various R packages. Some packages that implement PCA in R, include, but are not limited to: <code>ade4</code>, <code>vegan</code>, <code>ExPosition</code>, and <code>FactoMineR</code><ref>[http://cran.r-project.org/web/views/Multivariate.html Multivariate] cran.r-project.org</ref>
* in SAS, PROC FACTOR offers principal components analysis.
* [[MLPACK (C++ library)|MLPACK]] provides an implementation of principal component analysis in [[C++]].
* In ''XLMiner'', the Principal Components tab can be used for principal component analysis.{{citation needed|date=June 2012}}
* In Stata, the pca command provides principal components analysis.
*Cornell Spectrum Imager – An open-source toolset built on ImageJ. Enables quick easy PCA analysis for 3D datacubes.<ref>[http://code.google.com/p/cornell-spectrum-imager/wiki/Home Cornell Spectrum Imager http://code.google.com/p/cornell-spectrum-imager/wiki/Home]</ref>
*imDEV – Free Excel addin to calculate principal components using R package<ref>[https://sourceforge.net/apps/mediawiki/imdev/index.php?title=Main_Page imDEV] sourceforge.net</ref><ref>[http://www.bioconductor.org/packages/1.9/bioc/html/pcaMethods.html pcaMethods] www.bioconductor.org</ref>
* "ViSta: The Visual Statistics System" – a free software that provides principal components analysis, simple and multiple correspondence analysis.<ref>[http://www.mdp.edu.ar/psicologia/vista/vista.htm "ViSta: The Visual Statistics System"] www.mdp.edu.ar</ref>
* "Spectramap" – software to create a [[biplot]] using principal components analysis, correspondence analysis or spectral map analysis.<ref>[http://www.coloritto.com "Spectramap"] www.coloritto.com</ref>
* FinMath – a [[.NET Framework|.NET]] numerical library containing an implementation of PCA.<ref>[https://rtmath.net/products/finmath/ FinMath] rtmath.net</ref>
* [[The Unscrambler]] is a multivariate analysis software enabling Principal Component Analysis (PCA) with PCA Projection.{{citation needed|date=June 2012}}
* OpenCV<ref>[http://sourceforge.net/projects/opencvlibrary/ Computer Vision Library] sourceforge.net</ref>
* [[NMath]], a proprietary numerical library containing PCA for the [[.NET Framework]].{{citation needed|date=June 2012}}
* In [[IDL (programming language)|IDL]], the principal components can be calculated using the function <code>pcomp</code>.<ref>[http://www.exelisvis.com/docs/PCOMP.html PCOMP (IDL Reference) | Exelis VIS Docs Center] IDL online documentation</ref>
* [[Weka (machine learning)|Weka]] computes principal components.<ref>[http://weka.sourceforge.net/doc/weka/attributeSelection/PrincipalComponents.html javadoc] weka.sourceforge.net</ref>
*  Software for analyzing multivariate data with instant response using PCA<ref>[http://www.qlucore.com Software for analyzing multivariate data with instant response using PCA] www.qlucore.com</ref>
* [[Orange (software)]] supports PCA through its Linear Projection widget.{{citation needed|date=June 2012}}
* A version of PCA adapted for [[population genetics]] analysis can be found in the suite EIGENSOFT.<ref>[http://genepath.med.harvard.edu/~reich/Software.htm EIGENSOFT] genepath.med.harvard.edu</ref>
* PCA can also be performed by the statistical software Partek Genomics Suite.<ref>[http://www.partek.com/partekgs Partek Genomics Suite] www.partek.com</ref>
* The [https://sourceforge.net/projects/libpca/ libpca C++ library] offers PCA and corresponding transformations
* [[Origin (software)|Origin]] contains PCA in its Pro version.
 
== See also ==
{{Div col|cols=3}}
* [[Canonical correlation]]
* [[Correspondence analysis]]
* [[CUR matrix approximation]] (can replace of low-rank SVD approximation)
* [[Detrended correspondence analysis]]
* [[Dynamic mode decomposition]]
* [[Eigenface]]
* [[v:Exploratory factor analysis|Exploratory factor analysis]] (Wikiversity)
* [[Factorial code]]
* [[Functional principal component analysis]]
* [[Geometric data analysis]]
* [[Independent component analysis]]
* [[Kernel PCA]]
* [[Low-rank approximation]]
* [[Matrix decomposition]]
* [[Multilinear principal component analysis|Multilinear PCA]]
* [[Multilinear subspace learning]]
* [[Non-negative matrix factorization]]
* [[Nonlinear dimensionality reduction]]
* [[Oja's rule]]
* [[Point distribution model]] (PCA applied to morphometry and computer vision)
* [[wikibooks:Statistics/Multivariate Data Analysis/Principal Component Analysis|Principal component analysis]] (Wikibooks)
* [[Principal component regression]]
* [[Singular spectrum analysis]]
* [[Singular value decomposition]]
* [[Sparse PCA]]
* [[Transform coding]]
* [[Weighted least squares]]
{{Div col end}}
 
== Notes ==
 
{{Reflist|2}}
 
== References ==
* Jackson, J.E. (1991).  ''A User's Guide to Principal Components'' (Wiley).
* {{Cite book
  | last = Jolliffe
  | first = I. T.
  | authorlink =
  | coauthors =
  | title = Principal Component Analysis
  | publisher = Springer-Verlag
  | year = 1986
  | location =
  | pages = 487
  | url = http://www.springer.com/west/home/new+%26+forthcoming+titles+%28default%29?SGWID=4-40356-22-2285433-0
  | doi = 10.1007/b98835
  | id =
  | isbn = 978-0-387-95442-4 }}
* Jolliffe, I.T. (2002).  ''Principal Component Analysis,'' second edition (Springer).
 
== External links ==
{{commons category}}
* [http://www.youtube.com/watch?v=UUxIXU_Ob6E University of Copenhagen video by Rasmus Bro]
* [http://www.youtube.com/watch?v=ey2PE5xi9-A Stanford University video by Andrew Ng]
* [http://www.youtube.com/watch?v=BfTMmoDFXyE A layman's introduction to principal component analysis]  (a video of less than 100 seconds.)
 
{{Statistics|analysis|state=collapsed}}
 
{{DEFAULTSORT:Principal Component Analysis}}
[[Category:Multivariate statistics]]
[[Category:Matrix decompositions]]
[[Category:Data analysis]]
[[Category:Dimension reduction]]

Revision as of 12:43, 2 March 2014

There is nothing to tell about myself I think.
Enjoying to be a member of this site.
I really wish Im useful at all

Take a look at my web site ... Fifa 15 Coin generator