bsmschema.models.HRF
bsmschema.models.HRF¶
- object HRF¶
Specification of a hemodynamic response function (HRF) model.
- field Variables: List[str] [Required]¶
Name of the variables to be convolved. These must appear in
Model.X
- field Model: Literal['DoubleGamma', 'Gamma', 'FiniteImpulseResponse'] [Required]¶
Name of a hemodynamic model.
- field Parameters: Optional[bsmschema.models.Parameters]¶
Parameters to the hemodynamic model.