Here is my problem:
- I have two undirected networks, $G1$ and $G2$ which change over time
- The nodes in each network are identical
- The edges are always constrained between 0 and 1
- I want to know whether $G1$ leads $G2$ or $G2$ leads $G1$
What is the best way to approach this?
I have thought about treating this like a vector autoregression on the edge weights, and then conducting tests for granger causality (i.e: Does $G1$ predict $G2$ above lagged values of $G1$)