seq_l1l2: def sequences for lambda1s and lambda2s not sure if max of...

View source: R/cmpt-select_model_mglasso.R

seq_l1l2R Documentation

def sequences for lambda1s and lambda2s not sure if max of lambda1 s still the same as in the lasso case. But if find better equivalence will update this part

Description

def sequences for lambda1s and lambda2s not sure if max of lambda1 s still the same as in the lasso case. But if find better equivalence will update this part

Usage

seq_l1l2(
  X,
  nlam1 = 2,
  nlam2 = 2,
  logscale = TRUE,
  mean = FALSE,
  lambda1_min_ratio = 0.01,
  require_non_list = FALSE,
  l2_max = NULL
)

Arguments

mean

in conesta_rwrapper is the mean criterion used ie averaged by np


desanou/mglasso documentation built on July 1, 2023, 6:39 a.m.