MFAnormCP: MFAnormCP

View source: R/MFAnormCP.R

MFAnormCPR 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)


HerveAbdi/DistatisR documentation built on Nov. 12, 2023, 12:54 a.m.