Matthias Treder
Matthias Treder
Is there any way to change the location + size of the hashgrid, e.g. to [-10, 3] (along each coordinate) while leaving its resolution the same? This is useful when...
Hi, the problem that for performance reasons MVPA Light reshapes the multi-dimensional array when doing generalization (t avoid looping over the second dimension). This is easily doable without neighbours, with...
There's already a good MATLAB toolbox for RSA: https://www.mrc-cbu.cam.ac.uk/methods-and-resources/toolboxes/ There is no separate code for RSA in MVPA-Light. I could consider supporting it in the future but there haven't been...
Is this a general question about the computation of `perf_std`? The line you mention isn't specifically about SEM/SD. More generally, when showing errobars either SEM or SD are valid depending...
Hi @yoojchoo ! Thank you for raising a good point. In principle there's no correct or incorrect choice, it all depends on what you want to achieve. I agree that...
Yes, you are right, it's one-sided tests (lower or upper tail). In principle a two-tailed test could be implemented. The problem is that a two-tailed test mixes together both directions...
H @glicalzi ! The `mv_plot_topography` function relies on spatial interpolation of data across channels, which would be more complex with channels missing. I think the best to do is simply...
Hi there! The function [scale_MEEG](https://github.com/treder/MVPA-Light-Paper/blob/master/analysis/scale_MEEG.m) is included in the repo. The easiest explanation why your Matlab cant find it is an issue with the Matlab path. Can you make sure...
Hi! Not right now. I'm just vaguely familiar with the approach, can you share a link to the standard reference paper (that has the equations). Is there some code as...
It took a while but I have an implementation ready now! The code is in a separate branch called `MMN`: https://github.com/treder/MVPA-Light/tree/MMN To get started, you can use example 9 in...