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)


DistatisR documentation built on Dec. 5, 2022, 9:05 a.m.