/
Cfg

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

Related content

Script
Script
Read with this
Analyze MMN data with MNE-python
Analyze MMN data with MNE-python
More like this
Essential analysis steps
Essential analysis steps
More like this
New users
New users
More like this
Single trials - Sources analysis - Group Level
Single trials - Sources analysis - Group Level
More like this
Typical fieldtrip structures
Typical fieldtrip structures
More like this