Home > @josh-brown/vector > PrincipalComponentAnalysis
The result of a principal component analysis.
Signature:
export interface PrincipalComponentAnalysis<S> |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Matrix<S> |
The original data in a basis formed by the principal component vectors | ||
|
S[] |
The proportion of the total variance explained by the first k components | ||
|
Vector<S>[] |
The directions in which the data varies the most, ordered by the proportion of variation explained by each direction | ||
|
S[] |
The proportion of the total variance explained by each principal component | ||
|
S[] |
The variances in the directions of the corresponding principal components |