Principal components analysis

Enlarge text Shrink text
  • Topic
| System number 987007536366205171

Information for Authority record

Name (Hebrew)
ניתוח גורמים ראשיים
Name (Latin)
Principal components analysis
Name (Arabic)
تحليل العنصر الرئيسي
Other forms of name
Analysis, Principal components
Components analysis, Principal
See Also From tracing topical name
Correlation (Statistics)
Factor analysis
MARC
MARC

Other Identifiers

Wikidata: Q2873
Library of congress: sh 85106729
1 / 1

Wikipedia description:

Principal component analysis (PCA) is a linear dimensionality reduction technique with applications in exploratory data analysis, visualization and data preprocessing. The data are linearly transformed onto a new coordinate system such that the directions (principal components) capturing the largest variation in the data can be easily identified. The principal components of a collection of points in a real coordinate space are a sequence of p {\displaystyle p} unit vectors, where the i {\displaystyle i} -th vector is the direction of a line that best fits the data while being orthogonal to the first i − 1 {\displaystyle i-1} vectors. Here, a best-fitting line is defined as one that minimizes the average squared perpendicular distance from the points to the line. These directions (i.e., principal components) constitute an orthonormal basis in which different individual dimensions of the data are linearly uncorrelated. Many studies use the first two principal components in order to plot the data in two dimensions and to visually identify clusters of closely related data points. Principal component analysis has applications in many fields such as population genetics, microbiome studies, and atmospheric science.

Read more on Wikipedia >