quant_reg_global_risk: quant_reg_global_risk

Description Usage Arguments

View source: R/quant_reg_global_risk.R

Description

quant_reg_global_risk

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
quant_reg_global_risk(
  X,
  Y,
  tau,
  allowed_dependence,
  initial_eta = 2.5,
  k = 0.2,
  floor = 10/NROW(X),
  max_iter = 20,
  tune = FALSE,
  path_tracking = NULL
)

Arguments

X

data.frame of the dependent variables.

Y

data.frame of the response variables.

tau

vector of size NCOL(Y) containing the risk in ]0,1[ of each Y.

floor

threshold to prevent estimate hard quantile with not enought data

max_iter

integer to stop search if not converged. 20 by default.

path_tracking

path where to write the step of the running function.


alex-conanec/optisure documentation built on Dec. 19, 2021, 12:27 a.m.