maxeig {MFPCA}R Documentation

Compute the largest eigenvalue and associated eigenvector of a matrix A using the power method

Description

MATLAB Function: Copyright 1999 by Todd K. Moon

Usage

maxeig(A)

Arguments

A

Matrix whose eigenvalue is sought

Value

lambda

Largest eigenvalue

x

corresponding eigenvector


[Package MFPCA version 1.3-10 Index]