How choose source localization algorithm for EEG

MNE version: 1.7.1
operating system: Windows 10

Dear MNE community,

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.

Best regards,

Fanny

I would highly suggest diving into the literature on source localization algorithms to understand the effects of choosing one algorithm over another, for example this summary paper by Cristophe Michel (Frontiers | EEG Source Imaging: A Practical Review of the Analysis Steps)

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.