Description Usage Arguments Details Value Examples
flash provide rank one matrix decomposition
1 | flash_r1(Y, tol = 1e-06, maxiter_r1 = 500)
|
Y |
is the data matrix (N by P) |
tol |
which is the stop criterion for the convergence, default is 1e-5 |
maxiter_r1 |
number of iteration, default is 500. for the backfitting case, the number of tau should be 5 or 10. |
flash_r1 privide rank one matrix decomposition with variational EM algorithm.
list of factor, loading and variance of noise matrix
l
is a N vector for loadings
f
is a P vector for factors
sigmae2
is mean of sigma square which is estimation for the noise variance
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.