conf_CQR_reg: EFCP and VFCP for CQR, CQR-m, CQR-r

Description Usage Arguments Value

View source: R/conf_CQR_reg.R

Description

EFCP and VFCP for CQR, CQR-m, CQR-r

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
conf_CQR_reg(
  x,
  y,
  split,
  beta_grid,
  mtry_grid,
  ntree_grid,
  method = "efficient",
  alpha = 0.1
)

Arguments

x

A N*d training matrix

y

A N*1 training vector

split

a vector of length 1 for efcp, length 2 for vfcp

beta_grid

a grid of beta's

mtry_grid

a grid of mtry

ntree_grid

a grid of ntree

method

"efficient" for efcp; "valid" for vfcp

alpha

miscoverage level

Value

the selected cqr method


ConformalSmallest documentation built on Aug. 9, 2021, 5:07 p.m.