cpp_computeFFFMean {ffstream} | R Documentation |
Given a vector x
and a value lambda
for a fixed forgetting
factor, returns the value of the fixed forgetting factor mean
\bar{x}_{N, λ}, where N is the length of x
.
Algorithm is implemented in C++.
cpp_computeFFFMean(x, lambda)
x |
Vector of numeric values values. |
lambda |
Value for the fixed forgetting factor in [0,1]. |