Description Usage Arguments Details Value Author(s)
The function contains the actual implementation of the BPCA component estimation. It performs one step of the BPCA EM algorithm. It is called 'maxStep' times from within the main loop in BPCAestimate.
1 | BPCA_dostep(M, y)
|
M |
Data structure containing all needed information. See the source documentation of BPCA_initmodel for details |
y |
Numeric original data matrix |
This function is NOT intended to be run standalone.
Updated version of the data structure
Wolfram Stacklies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.