Skip to content

Latest commit

 

History

History
134 lines (59 loc) · 1.83 KB

File metadata and controls

134 lines (59 loc) · 1.83 KB

Home > @josh-brown/vector > PrincipalComponentAnalysis

PrincipalComponentAnalysis interface

The result of a principal component analysis.

Signature:

export interface PrincipalComponentAnalysis<S> 

Properties

Property

Modifiers

Type

Description

coordinates

Matrix<S>

The original data in a basis formed by the principal component vectors

cumulativeProportions

S[]

The proportion of the total variance explained by the first k components

principalComponents

Vector<S>[]

The directions in which the data varies the most, ordered by the proportion of variation explained by each direction

proportions

S[]

The proportion of the total variance explained by each principal component

variances

S[]

The variances in the directions of the corresponding principal components