Does anyone know how to efficiently implement a recurrence relationship in numpy such as:
y[n] = A*x[n] + B*y[n-1]
Thanks,
Gerry