update_ffmean: Update the FF mean (duplicate)
Description
Function to sequentially update the FF mean
Usage
update_ffmean(ffmean_old, w_new, x_new)
Arguments
- ffmean_old
The old (previous) value of ffmean
.
- w_new
The new (current) value of w
.
- x_new
The current observation.