I have done tPAC calculating on multiple trials for one condition, and want to get the averaged z-score result, so that I can compare the result with that of another condition. I am wondering which pipeline is appropriate:
① Z-score using surrogate for each trial, and then average the z-scored result across trials.
② Average the tPAC results of trials and surrogate data across trials, and then z-score using averaged surrogate data.
If you average z-scores across trials, the outcome is not interpretable as a z-score anymore, right?
It depends on the reference mean and std you pick and the rationale behind standardizing with z-scores. What are they in your case?
Thanks Samiee and Sylvain.
As for z-score, I generate the surrogate data for each trial following the recommendations in this paper (Aru, J. 2015), and intend to calculate z-score using the mean and std of the surrogate database.
In your opinion, which option is more rational in this case?