I'm stuck on a recurrence relation that arises in a simulation I'm writing. Does anybody know how to proceed on this? I'm not even sure, because of the variable coefficient, how to get the associated homogeneous case.
$ w_t = w_{t-1} \epsilon (1-u_t) + \epsilon u_t $
$\epsilon$ is a constant and ${u_t}$ is a binary sequence
Thanks