title |
---|
Implement a function which computes a variety of bivariate coupling measures from the input data |
{% include /shared/development/warning.md %}
The goal is to create a multi-purpose function which takes raw/timelock/freq/source/mvar data as an input and computes coupling measures such as
- coherence
- coherency
- correlation
- any of the previous partial or multiple or canonical
- cross-correlation
- granger causality
- partial directed coherence
- directed transfer function
- amplitude correlation
- cross-frequency interactions
Furthermore create a simulator for
- dipolesimulation
- freqsimulation
- connectivitysimulation
Status: the connectivityanalysis and connectivitysimulation function have been implemented.