Equation in tutorial example ipynb not correct
Closed this issue · 1 comments
xiaolongwu0713 commented
Hi,
The equation in Baccala Example 2 now is x_1=0.5x_1(n-1)+0.3x_2(n-1)+0.4x_3x(n-1)+w_1(n). There is an extra x in the equation. Should it be x_1=0.5x_1(n-1)+0.3x_2(n-1)+0.4x_3(n-1)+w_1(n)?
It is confusing for beginners.
edeno commented
Hi @xiaolongwu0713 ,
Thanks for catching this. I will change this in the notebooks.