You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new argument time_window has been added to the Variation models, with a default value of 6 s (i.e. a 3*T_R window for a common T_R=2 s). What it does is to take that window length, center at each T_R time tick, to compute both the standard deviation in signal and the differences between events inside the window.
In this way, we have some flexibility and could avoid some problematic scenarios that happened due to the time window being defined in terms of the T_R. For example, for fast acquisitions like the human connectome (T_R=0.72 s) the time window was very narrow, so many times, particularly with variations in heart rate, there was be just one or none events in that window, and therefore non regressors were produced for this case.
No description provided.
The text was updated successfully, but these errors were encountered: