powered by
L1 proximal operator
proxL1(x, lambda)
numeric value.
numeric value for the L1 penalty parameter.
A numeric value soft-thresholded by \(\lambda\), which is \(sign(x)(|x|-\lambda)_{+}\).
ma2019structuralsmog
# NOT RUN { proxL1(2.0,0.5) # }
Run the code above in your browser using DataLab