<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi Matti,</div>

<div> </div>

<div>sure-sorry and thanks for your quick reply. So here is what I am doing using the average covariance matrix (so data covariance).</div>

<div> </div>

<div>cfg=[];<br/>
cfg.covariance='yes';<br/>
cfg.channel=data.label;<br/>
avg_data=ft_timelockanalysis(cfg, data);</div>

<div> </div>

<div>cfg=[];<br/>
cfg.method='lcmv';<br/>
cfg.grid=lf;<br/>
cfg.vol=hdm;<br/>
cfg.lcmv.keepfilter='yes';<br/>
cfg.lcmv.fixedori= 'yes'; <br/>
cfg.lcmv.lambda= '10%'; %0% rank deficient data-use stronger regularization??<br/>
lcmv_avg=ft_sourceanalysis(cfg, avg_data);</div>

<div>
<div> </div>

<div> </div>

<div>Best,</div>

<div> </div>

<div>Luca</div>
</div>
 

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Montag, 20. August 2018 um 15:10 Uhr<br/>
<b>Von:</b> "Matti Stenroos" <matti.stenroos@aalto.fi><br/>
<b>An:</b> "Luca Kaiser" <luca.kaiser@web.de><br/>
<b>Betreff:</b> Re: [FieldTrip] Set regularization parameter after SSS</div>

<div name="quoted-content">Dear Luca,<br/>
<br/>
I think you'd need to tell a bit more, as the meaning of "lambda"<br/>
depends on the algorithm you are using. Also "the covariance matrix" is<br/>
not uniquely defined --- are you talking about noise covariance or<br/>
measurement covariance?<br/>
<br/>
In general, the eigenvalue idea you had read does not make sense --- the<br/>
eigenvalue text deals with condition numbers, while lambda does, in<br/>
general, not relate directly to that. The advice might have been that<br/>
"set lambda so that the ratio of largest and smallest eigenvalues is<br/>
1000"...<br/>
<br/>
Cheers,<br/>
Matti<br/>
also working with low-rankingMax-filtered MEG and coincidentally<br/>
having a lot of covariance metrics on screen at the moment<br/>
<br/>
<br/>
<br/>
On 2018-08-20 15:39, Luca Kaiser wrote:<br/>
> Dear FieldTrip community,<br/>
> I am using ft_sourceanalysis on SSS preprocessed (neuromag) data. I<br/>
> wonder if there are any suggestions on how to set lambda in this case?<br/>
> My covariance matrix is rank deficient (rank 60, 306 sensors). I read in<br/>
> the mailing list that I would need to look at the eigenvalues of XX' and<br/>
> set lambda to be 1/1000 of the largest eigenvalue. However, I do not<br/>
> really understand why to divide by 1/1000?<br/>
> Every help would be very much appreciated,<br/>
> Thanks!<br/>
> Luca<br/>
><br/>
><br/>
><br/>
><br/>
><br/>
> _______________________________________________<br/>
> fieldtrip mailing list<br/>
> <a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" target="_blank">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br/>
> <a href="https://doi.org/10.1371/journal.pcbi.1002202" target="_blank">https://doi.org/10.1371/journal.pcbi.1002202</a><br/>
></div>
</div>
</div>
</div></div></body></html>