update_w: Update the weight
Description
Function to sequentially update the weight used in the computation of
the forgetting factor mean
Usage
update_w(w_old, lambda_old)
Arguments
- w_old
The old (previous) value of w
.
- lambda_old
The value of the forgetting factor. No real need to
add 'old' here, in the adaptive scheme, these are the
the values from the previous iteration.