Description Usage Arguments Value Examples
Eigendecomposition procedure for Vg and Ve
1 | eigen_proc(V_g, V_e, tol = 1/10000)
|
V_g |
a d_size by d_size covariance matrix |
V_e |
a d_size by d_size covariance matrix |
tol |
a positive number indicating the tolerance for isSymmetric |
a named list of length 4 containing the outputs of eigendecomposition procedure
1 | eigen_proc(diag(2), diag(2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.