This is a collaborative space. In order to contribute, send an email to maximilien.chaumon@icm-institute.org
On any page, type the letter L on your keyboard to add a "Label" to the page, which will make search easier.

Cfg

cfg

This argument is required and contains information about the parameters that are used in the analysis (very similar to the configuration setting of Fieldtrip):

channel : indicates the category of channels included in the analysis: MEG or EEG
example: cfg.channel = {'EEG'};

latency : indicates the time window to use for the analysis
By default: cfg.latency = 'all'

clusteralpha : initial alpha threshold, used to form the clusters
By default : cfg.clusteralpha = 0.05;

minnbchan : min number of adjacent channels required to consider they form a cluster
By default: cfg.minnbchan = 2;

tail
cfg.tail = 1;

clustertail
cfg.clustertail = 1;

alpha : significance threshold for the cluster's statistics
cfg.alpha = 0.05;

numrandomization
cfg.numrandomization=1000;

Back