Skip to content

Commit 1fab571

Browse files
authored
Merge pull request #160 from tabe/granger_fmri_paren
Missing parentheses in doc "Granger 'causality' of fMRI data"
2 parents 8a63537 + cbae6ae commit 1fab571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/granger_fmri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
.. math::
3131
32-
x_t = \sum_{i=1}^{n}a_i x_{t-i} + b_i y_{t-i} + \epsilon_t
32+
x_t = \sum_{i=1}^{n}(a_i x_{t-i} + b_i y_{t-i}) + \epsilon_t
3333
3434
3535
In our implementation of the algorithms used for this analysis, we follow

0 commit comments

Comments
 (0)