find_tau_max_reg: Find the minimum tau such that equal weight solve the l_2...

View source: R/train.R

find_tau_max_regR Documentation

Find the minimum tau such that equal weight solve the l_2 relaxation problem

Description

Find the minimum tau such that equal weight solve the l_2 relaxation problem

Usage

find_tau_max_reg(y, X, solver = "CVXR", intercept = TRUE, tol = 1e-06)

Arguments

solver

The solver to use; "Rmosek" or "CVXR"

tol

Tolerance for the solver


zhan-gao/LasForecast documentation built on Sept. 18, 2024, 9:40 p.m.