I am studying EEG data and I am particularly interested in theta and beta bands source localization in different conditions and population.
I am using the default method used in mne.minimum_norm.apply_inverse_tfr_epochs, that is to say dSPM. However, I don’t find any reference paper that advice to use dSPM rather than MNE or beamformer for studying source localization of some frequency bands in EEG.
Any advice, explainations and/or ref articles would be very appreciated.
In principle, no algorithm is perfect because there is an infinite number of possible solutions to the inverse problem and by choosing an algorithm, you choose the type of solution obtained. For example the standard minimum norm approach will give you highly spread cortical sources, while a dipole approach will give you very focal sources.