Learn R Programming

DistatisR (version 1.1.1)

MFAnormCP: MFAnormCP

Description

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

Usage

MFAnormCP(Y)

Value

The normalized matrix

Arguments

Y

The matrix to normalize

Examples

Run this code
# \donttest{
A <- toeplitz(c(1, 0.6))
MFAnormCP(A)
# }

Run the code above in your browser using DataLab