PennLINC / xcp_d

Post-processing of fMRIPrep, NiBabies, and HCP outputs
https://xcp-d.readthedocs.io
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

Save z-transformed correlation matrices instead of correlation coefficients #865

Open tsalo opened 1 year ago

tsalo commented 1 year ago

Summary

This is a request from a user (see this NeuroStars post). This is a straightforward transform, so I don't see a reason to write out both r and z values, but z values are probably more useful to users, so it seems like a worthwhile change.

tsalo commented 4 months ago

xDF can produce the variance of the z-transformed correlation coefficients (Eq. 10 in the paper), so this won't conflict with variance estimation.