WSVT: WSVT

Description Usage Arguments Value Examples

View source: R/StatComp.R

Description

Nonconvex Nonsmooth Low Rank Minimization via Iteratively Reweighted Nuclear Norm

Usage

1
WSVT(M, w, lamda)

Arguments

M

sparse matrix

w

weight

lamda

tunning parameter

Value

complete matrix

Examples

1
2
3
4
5
## Not run: 
M <- matrix(c(0,1,0,1,0,1,0,1,0),3,3)
g <- SVP(M,1,0.01,2,10000)

## End(Not run)

sa21204165/StatComp21076 documentation built on Dec. 23, 2021, 11:11 p.m.