Proximal operator of the L1 norm (soft-thresholding)
strength : float
Level of L1 penalization
range : tuple of two int, default=`None`
Range on which the prox is applied. If
Nonethen the prox is applied on the whole vector
positive : bool, default=`False`
If True, apply L1 penalization together with a projection onto the set of vectors with non-negative entries
dtype : {'float64', 'float32'}
Type of the arrays used.
tick.prox.ProxL1¶