Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(spectral) Granger causality implementation #419

Open
danielemarinazzo opened this issue Jun 29, 2021 · 2 comments
Open

(spectral) Granger causality implementation #419

danielemarinazzo opened this issue Jun 29, 2021 · 2 comments
Assignees

Comments

@danielemarinazzo
Copy link
Contributor

Hello

the traditional way of implementing GC (i.e. comparing a full and a reduced model), leads to some issues, pointed out to in this paper https://www.pnas.org/content/114/34/E7063.short. The main issue is that the reduced model is VAR, the full model is VARMA; the full model has a given model order, the reduced model has order infinite by definition.
Luckily for the field, these issues had been already addressed prior to the Stokes&Purdon paper. One efficient way to solve them is by means of state space models.
More info (and pointers to code) here

https://f1000research.com/articles/6-1710
https://pubmed.ncbi.nlm.nih.gov/29883736/

I would be happy to help, I am not very familiar with the Brainstorm way of coding and dealing with data.

@ftadel
Copy link
Member

ftadel commented May 25, 2022

Is this issue the same as what is discussed in this PR: #433 ?

@danielemarinazzo
Copy link
Contributor Author

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants