Description Usage Arguments Details Value Examples
flash provide rank K matrix decomposition with greedy algorithm
1 2 |
Y |
is the data matrix (N by P) |
K |
is the max number of factor user want. the output will provide the actual number of factor automaticaly. |
flash_para |
is the list for input parameters for flash |
gvalue |
is the output style of greedy algorithm, "lik" provide the lowerbound of loglikelihood "eigen" provide the sudo eigenvalue for each factor. |
greedy algorithm on the residual matrix to get a rank one matrix decomposition
list of factor, loading and variance of noise matrix
l
is a N by K matrix for loadings
f
is a P by K matrix for factors
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.