Description Usage Arguments Value References Examples
gsave
1 | gsave(x,x.new,y,ytype,ex,ey,comx,comy,r)
|
x |
input predictor matrix from training set |
x.new |
input predictor matrix from testing set |
y |
response variables |
ytype |
type of response variables |
ex |
tuning parameter for the Tychonoff reguralized inverse for GX |
ey |
tuning parameter for the Tychonoff reguralized inverse for GY |
comx |
tuning parameter for the Gaussian kernel in X |
comy |
tuning parameter for the Gaussian kernel in Y |
r |
number of dimension |
pred: sufficient predictors from GSAVE
obj.mat: objective matrix of GSAVE
eig.val: the first r eigenvalues from the eigendecomposition of the objective matrix
eig.vec: the first r eigenvectors from the eigendecomposition of the objective matrix
Li, B. (2018). Sufficient dimension reduction: Methods and applications with R. CRC Press.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.