get_xbar_deriv: Compute the derivative of xbar
Description
Function to compute the derivative of xbar
.
Usage
get_xbar_deriv(Delta, xbar, Omega, w)
Arguments
- Delta
The value of Delta
, the derivative of m
.
- xbar
The value of the forgetting factor mean.
- Omega
The value of Omega
, the derivative of w
.
- w
The value of the weight used to compute xbar
.