Eden-Kramer-Lab / spectral_connectivity

Frequency domain estimation and functional and directed connectivity analysis tools for electrophysiological data
GNU General Public License v3.0
121 stars 43 forks source link

Equation in tutorial example ipynb not correct #26

Closed xiaolongwu0713 closed 1 year ago

xiaolongwu0713 commented 2 years ago

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 1 year ago

Hi @xiaolongwu0713 ,

Thanks for catching this. I will change this in the notebooks.