vector.soft.thresh {InspectChangepoint} | R Documentation |
Soft thresholding a vector
Description
entries of v are moved towards 0 by the amount lambda until they hit 0.
Usage
vector.soft.thresh(x, lambda)
Arguments
x |
a vector of real numbers |
lambda |
soft thresholding value |
Value
a vector of the same length
[Package InspectChangepoint version 1.2 Index]