We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63537 commit cbae6aeCopy full SHA for cbae6ae
doc/examples/granger_fmri.py
@@ -29,7 +29,7 @@
29
30
.. math::
31
32
- x_t = \sum_{i=1}^{n}a_i x_{t-i} + b_i y_{t-i} + \epsilon_t
+ x_t = \sum_{i=1}^{n}(a_i x_{t-i} + b_i y_{t-i}) + \epsilon_t
33
34
35
In our implementation of the algorithms used for this analysis, we follow
0 commit comments