eigen_dec | R Documentation |
Eigen Decomposition of Penalization Matrix
eigen_dec(n, q, p)
n |
Number of observations in the problem |
q |
Order of the penalization matrix |
p |
Number of eigenvectors to keep |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.