Description Usage Arguments Value References
This function provides the reduced-rank regression estimator with a given rank.
1 2 |
Y |
response matrix. |
X |
design matrix. |
nrank |
a user-specified rank. Default is 1. |
weight |
a logical value. If TRUE, then the weighted criterion is employed. Default is FALSE. |
Gamma |
a weight matrix. Default is an identity matrix. |
ypy.svd |
a logical value. If TRUE (default), then the singular value decomposition method is used. If FALSE, then the eigenvalue decomposition method is used. |
c.svd |
a logical value. If TRUE, then output the singular value decomposition of the estimated coefficient matrix. Default is FALSE. |
The function returns a list:
C |
the reduced-rank estimator. |
C_ls |
the least square estimator. |
rank |
the rank value. |
Velu, R., & Reinsel, G. C. (2013). Multivariate reduced-rank regression: theory and applications (Vol. 136). Springer Science & Business Media.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.