Description Usage Arguments Value
Wrapper function implementing a single update in the iterative PCA procedure
1 2 3 4 5 6 7 8 9 | iterativePCASingleStep(
X_i,
i,
pca_type,
xbar,
pca,
forgetting_factor = NA,
components
)
|
X_i |
|
i |
|
pca_type |
|
xbar |
|
pca |
|
forgetting_factor |
|
components |
|
List containing:
pca
- List containing:
values
: Matrix containing the eigenvalues associated to PCA
vectors
: Matrix containing the eigenvectors associated to PCA as columns
x_bar
: 1 x N matrix containing the means of the N input time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.