fit_model: fit_model

Description Usage Arguments

View source: R/fit_model.R

Description

fit_model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
fit_model(
  X,
  Y,
  allowed_dependence,
  reg_method = "linear",
  tau = NULL,
  method = "quantile",
  penalty = NULL,
  path_tracking = NULL
)

Arguments

X

matrix or data.frame of n observation of the decision variable of size d.

Y

matrix or data.frame of n observation of the p objectifs.

reg_method

only "linear" available yet.

tau

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

method

either "quantile" or "expected"

penalty

NULL 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.