I trying to detecting whether a data set of time series has a global change in frequencies. Calculating the average (or median) pairwise coherence, I feel, misses the point because I am trying to get a measure of network (i.e. multivariate, more than pairwise) coherence. I found a group[1] that uses the relative magnitude of the first singular value to all others to calculate what they call "global coherence". The singular values come from a singular value decomposition (SVD) of a matrix of pairwise coherences.
Searching online didn't show up much more. Any thoughts?