I am trying to minimize the following function $$argmin_x||x-y||^2_2 + ||x-z||_2^2 + \lambda || \frac{x- w}{c}||_1$$
I have been doing it for while but i am not sure how to do it. I have already been through few of the examples for simple cases such as this one (Derivation of soft thresholding operator).
Taking the derivative w.r.t $x$ is given by
$$\frac{x{-w}}{\left|c\right|\left|x{-w}\right|}+4x{-2z}{-2y}$$, i would like to know that how i would be able to go from here to the soft thresholding function described in the above link.
Any help regarding this would be quite useful