Q.func: An auxiliary function in FISTA algorithm

Description Usage Arguments Value

View source: R/LSVAR.R

Description

Auxiliary function for FISTA implementation

Usage

1
Q.func(x, y, A, b, L, AtA, Atb)

Arguments

x

Model parameter for previous update

y

Model parameter for updating

A

An n by p design matrix

b

A correspond vector, or matrix with size of n by 1 or n by p

L

Learning rate

AtA

Gram matrix for design matrix A

Atb

Inner product for design matrix A and correspond vector b

Value

Value of function Q


LSVAR documentation built on May 26, 2021, 5:07 p.m.

Related to Q.func in LSVAR...