Learn R Programming

VARDetect (version 0.1.8)

prox.nuclear.func: Proximal function with nuclear norm penalty updating

Description

Proximal function with nuclear norm

Usage

prox.nuclear.func(w1, y, A, b, L, lambda, AtA, Atb)

Value

Value of proximal function with nuclear norm penalty

Arguments

w1

previously updated model parameter

y

updated model parameter

A

design matrix

b

correspond vector, or matrix

L

learning rate

lambda

tuning parameter for low-rank component

AtA

Gram matrix of design matrix A

Atb

inner product of design matrix A and correspond vector b