MFAnormCP {DistatisR} | R Documentation |
MFAnormCP
Description
Normalizeq a positive semi-definite matrix matrix product such that its first eigenvalue is equal to one
Usage
MFAnormCP(Y)
Arguments
Y |
The matrix to normalize |
Value
The normalized matrix
Examples
A <- toeplitz(c(1, 0.6))
MFAnormCP(A)
[Package DistatisR version 1.1.1 Index]