asoroosh/DVARS

Mu0 transposed?

ccraddock opened this issue · 1 comments

Stat.Mu0 = mean(IQRsd(Y));

Shouldn't this line be:

Stat.Mu0 = mean(IQRsd(Y'));

To make it more consistent with the other uses of IQRsd? Or is Mu0 meant to be the mean of volume sds rather than the mean of voxel sds?

Mu0 is a variable we used to evaluate the simulations -- see Fig. 2 of the manuscript. I should have removed the this variable after the simulations are done. BUT, do you think there would be any merit to the mean of voxel sds? Does it tell us anything more than what A-var component explains?