ContextLab / ContextLab/supereeg
distance metrics for averaging correlation matrices
Open
- Dominant language
- Python
- Stars
- 38
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Our current implementation computed subject-wise correlation matrices, fisher's r2zs them, computes the euclidean mean and then inverts the fisher's r2z (i.e. z2r)
We could explore other distance functions such as log-euclidean and riemannian. The logic being that SPD matrices live on a curved manifold, so euclidean averaging might be sub-optimal.
This figure gives a good intuition for why a non-euclidean distance metric might be better:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.