Description Usage Arguments Value
View source: R/conf_CQR_prelim.R
preliminary function for CQR
1 | conf_CQR_prelim(X1, Y1, X2, Y2, beta_grid, mtry, ntree, alpha = 0.1)
|
X1 |
A n1*d matrix for training |
Y1 |
A n1*1 vector for training |
X2 |
A n2*d matrix for calibration |
Y2 |
A n2*1 vector for calibration |
beta_grid |
a grid of beta's |
mtry |
mtry parameter in random forest |
ntree |
number of trees parameter in random forest |
alpha |
miscoverage level |
the smallest width and its corresponding beta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.