eegprep.bootstat#
- eegprep.bootstat(args, statistic, *, alpha=0.05, naccu=200, bootside='both', boottype='shuffle', basevect=None, shuffledim=None, rng=None)#
Accumulate surrogate statistics and return EEGLAB-style thresholds.
This Python helper intentionally accepts a callable statistic instead of MATLAB expression strings. It covers the time-frequency bootstrap paths used by EEGPrep while avoiding runtime string evaluation.