Description Usage Arguments Value Examples
STRS
estimates the reduced-rank of the coefficient in multivariate
linear regressions. It can also be used to select of the number of factors in
factor models.
1 2 3 4 5 6 7 8 9 10 |
data_Y |
A n by m response data matrix. |
data_X |
A n by p feature data matrix. |
type |
String. One of \"STRS-DB", "STRS-MC" and "SSTRS"\. The default is "STRS-MC".
|
rank_X |
An integer, the specified rank of σ_k(data_X) ≥ rank_tol. |
self_tune |
Logical. TRUE if iteratively estimate the rank and FALSE otherwise. The default is TRUE. |
rep_MC |
An integer. The number of Monte Carlo simulations. Default is 200. |
rank_tol |
The tolerence level for determining the rank of |
C |
A numerical constant for the intial lambda. Default is 2.01. |
The estimated rank.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.