Description Usage Arguments Value Examples
View source: R/jackknifeplusCV_R_wrapper.R
jackknifeplusCV_c_wrapper
1 | jackknifeplusCV_c_wrapper(Xtrain, Ytrain, Xtest, a, K)
|
Xtrain |
#' n training samples, whose format must be matrix n*p |
Ytrain |
#' a response matrix of dimension n * 1 |
Xtest |
#' a test sample as matrix, whose format must be consistent with Xtrain 1*p |
a |
#' probability coverage is 1-2a 0<a<1 |
K |
#' divide data into K folders to do cross validation |
#' conformal confidence interval of jackknife+CV
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.