mne-tools/mne-connectivity

Implement bivariate connectivity statistics from statsmodels and hyppo

Open

#24 opened on Jul 16, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (44 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (90 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the problem

Include wrappers for statsmodels, such as granger causality tests (https://www.statsmodels.org/stable/generated/statsmodels.tsa.stattools.grangercausalitytests.html)

Include wrappers for hyppo for multi-scale graph correlation over time (https://hyppo.neurodata.io/tutorials/time_series.html)

Describe your solution

Should include light-weight API wrappers for mne_connectivity.stats and then examples.

Additional context

Note that all these "statistics" are "before" knowing the connectivity structure, but can possibly be used to define "statistically significant" connectivity.

Contributor guide