This repository contains data and code relative to the manuscript "A bootstrap test to detect prominent Granger-causalities across frequencies" by Matteo Farnè and Angela Montanari.
Multivariate analyses usually work with trials/repetitions. Can you add support for Granger causality X and Y being either vector (single trial of length n_time_points) or matrix of shape n_trials x n_time_points?
Multivariate analyses usually work with trials/repetitions. Can you add support for Granger causality
X
andY
being either vector (single trial of lengthn_time_points
) or matrix of shapen_trials
xn_time_points
?