Tell me more ×
Computational Science Stack Exchange is a question and answer site for scientists using computers to solve scientific problems. It's 100% free, no registration required.

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?


  1. Wong KFK, Mukamel EA, Salazar AF, Pierce ET, Harrell PG, Walsh JL, Sampson A, Brown EN, Purdon PL. 2011. Robust time-varying multivariate coherence estimation: application to electroencephalogram recordings during general anesthesia. Conference proceedings : Annual International Conference of the IEEE Engineering in Medicine and Biology Society IEEE Engineering in Medicine and Biology Society Conference 2011: 4725–8.
share|improve this question

1 Answer

up vote 0 down vote accepted

It seems that, at the risk of writing a truism, any multivariate measure must be sensitive to all the independent components of a system.

The relative ratio of the first singular values to the sum of all singular values is one such measure. Another is the determinant of the matrix of singular values. Using SVD does assume that the system can be completely described by parts that are separable into linearly interacting entities.

In sum, in as much as global coherence captures the essence of a multivariate measurement and is not too sensitive to noise other ones will just be variations on a theme rather than refinements.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.