Learn R Programming

WH (version 1.1.2)

eigen_dec: Eigen Decomposition of Penalization Matrix

Description

Eigen Decomposition of Penalization Matrix

Usage

eigen_dec(n, q, p)

Value

A list with components : - U a matrix whose columns are the eigenvectors of the penalization matrix - s a vector containing the eigenvalues sorted in ascending order

Arguments

n

Number of observations in the problem

q

Order of the penalization matrix

p

Number of eigenvectors to keep