MFAnormCP | R Documentation |
Normalizeq a positive semi-definite matrix matrix product such that its first eigenvalue is equal to one
MFAnormCP(Y)
Y |
The matrix to normalize |
The normalized matrix
A <- toeplitz(c(1, 0.6))
MFAnormCP(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.