Description Usage Arguments Value
Iterative algorithm for estimating a loading matrix from the posterior samples, resolving the orthogonality indeterminacy.
1 2 3 4 5 6 7 8 |
Phi_sample |
Posterior samples for a loading matrix, a 3-dimensional array of dimension p x k x nchain. |
tol |
Tolerance for the OP algorithm. Default is 0.001. |
itermax |
Maximum number of iterations. Default is 10. |
init |
Starting point for the optimization. |
updatesample |
Should the posterior samples be updated? Default is |
trace |
Print tracing information. Default is |
A list containing the estimated loading matrix, plus the number of iterations performed and the Frobenius norm of the difference between the last two iterations of the algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.