Custom smoothing
Generic implementation of the custom smoothing method
adaptive_smoothing( x, y, zero.limit.cnst = max(y) * 1e-04, smooth.limit = 0.001, smooth.threshold = max(y) * 0.1, ... )
x, y |
numeric vectors of equal length. |
zero.limit |
numeric vector of length one or of the same leangth as
|
smooth.limt |
numeric mad/median value above which no smoothing is applied. |
smooth.thershold |
numeric y value above which no smoothing is applied. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.