VU-Cog-Sci / prfpy

prf fitting routines at Spinoza Centre for Neuroimaging
GNU General Public License v3.0
7 stars 4 forks source link

Grid fit GLM with slope only #19

Closed marcoaqil closed 2 years ago

marcoaqil commented 2 years ago

Currently, the grid fit performs a GLM finding the optimal slope and baseline for predictions in the grid, in all cases. When desiring to keep the baseline fixed, the GLM baseline is set and fixed to the chosen value for iterative fitting. However, ideally this should be done already at the GLM stage (i.e. finding only the optimal slope with the given fixed baseline). this should improve speed of the grid-fit, speed of iterative-fit, and likely the stability of iterative-fit as well

marcoaqil commented 2 years ago

implemented