esi-neuroscience / syncopy

Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data
BSD 3-Clause "New" or "Revised" License
47 stars 14 forks source link

Nonparametric permutation tests #492

Open tensionhead opened 1 year ago

tensionhead commented 1 year ago

For multiple comparison testing, we want to implement the randomization and permutation testing strategies outlined in Nichols and Holmes.

In a typical application scenario we have two different conditions (attentive vs. non-attentive) in the data, and want to test for the significant difference of the coherence spectra. The necessary labeling can be achieved in Syncopy via the .trialinfo property.