Description Usage Arguments Value Examples
View source: R/jackknife_R_wrapper.R
jackknife_c_wrapper
1 | jackknife_c_wrapper(Xtrain, Ytrain, Xtest, a)
|
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 |
#' conformal confidence interval of jackknife
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.