GWeindel / hmp

Repository for the hmp python package
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

zscoring by subject/trial/all data #54

Closed jelmerborst closed 1 year ago

jelmerborst commented 1 year ago

added the option to zscore either by subject, trial, or across all data. Should be backward compatible.

jelmerborst commented 1 year ago

I changed subject to participant, also in the LOOCV functions. Note that we do use a subj_idx in other functions, but they are named so I did not change those. I also made sure the dimensions are the same for all zscoring options.