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
Brief description of what was accomplished with this project
To facilitate estimation of a wider range of models via fitlins, and enable AFNI support (see #1), changes are required to PyBIDS and the BIDS-StatsModels spec. We implemented a number of major changes/improvements, including:
New model_design module containing an abstract specification of statistical models (with classes like Term, VarianceComponent, etc.). This will serve as an intermediary between BIDSVariableCollection instances and fitlins interfaces.
New TransformerManager class that generalizes the existing transformation application procedure to allow registration and execution of arbitrary callables.
PyBIDS/BIDS-StatsModels Improvements
Instructions and template for final projects.
Brief description of what was accomplished with this project
To facilitate estimation of a wider range of models via fitlins, and enable AFNI support (see #1), changes are required to PyBIDS and the BIDS-StatsModels spec. We implemented a number of major changes/improvements, including:
model_design
module containing an abstract specification of statistical models (with classes likeTerm
,VarianceComponent
, etc.). This will serve as an intermediary betweenBIDSVariableCollection
instances and fitlins interfaces.TransformerManager
class that generalizes the existing transformation application procedure to allow registration and execution of arbitrary callables.Model
section.Resources
PyBIDS
The text was updated successfully, but these errors were encountered: