View source: R/to_positive_definite.R
| to_positive_definite | R Documentation |
Maps the pairwise covariates to symmetric, positive definite matrices
to_positive_definite(pairwise_covariate_matrices, eig.tol = 1e-06)
pairwise_covariate_matrices |
list of pairwise covariate matrices |
eig.tol |
treat EV a as negative if (a / largest eigenvalue) <= eig.tol |
list of pairwise covariate matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.