MFAnormCP function

MFAnormCP

MFAnormCP

Normalizeq a positive semi-definite matrix matrix product such that its first eigenvalue is equal to one

MFAnormCP(Y)

Arguments

  • Y: The matrix to normalize

Returns

The normalized matrix

Examples

A <- toeplitz(c(1, 0.6)) MFAnormCP(A)
  • Maintainer: Herve Abdi
  • License: GPL-2
  • Last published: 2022-12-05

Useful links