smooth_dec {noisyCE2} | R Documentation |
Decreasing first-order smoothing rule
Description
Decreasing smoothing rule
where
for some and some
.
Usage
smooth_dec(x, xt, b, qu)
Arguments
x |
|
xt |
|
b |
smoothing parameter |
qu |
smoothing parameter |
Value
A numeric
vector of updated parameters.
See Also
Other smoothing rules:
smooth_lin()
[Package noisyCE2 version 1.1.0 Index]