Expand description
BIDS variable types: simple, sparse-run, and dense-run.
Implements the three variable types used in BIDS statistical modeling:
SimpleVariable (participant/session-level), SparseRunVariable
(event-level with onset/duration), and DenseRunVariable (continuous
regressors sampled at TR).
Structs§
- Dense
RunVariable - A dense run variable with uniformly-sampled time series data.
- Simple
Variable - A simple variable with no timing information.
- Sparse
RunVariable - A sparse run variable representing events with onset, duration, and amplitude.
Functions§
- apply_
grouped - Apply a function to groups defined by a grouper.
- get_
grouper - Get a grouper key for groupby operations.
- merge_
simple - Merge a list of simple variables with the same name.
- merge_
sparse - Merge sparse run variables.