smooth_lin {noisyCE2} | R Documentation |
Linear first-order smoothing rule
Description
Linear smoothing rule
x_{t+1}:=a\,x_t + (1-a)\,x_{t-1}
for some a\in[0,1]
.
Usage
smooth_lin(x, xt, a)
Arguments
x |
|
xt |
|
a |
smoothing parameter |
Value
A numeric
vector of updated parameters.
See Also
Other smoothing rules:
smooth_dec()
[Package noisyCE2 version 1.1.0 Index]