specparam.data.ModelModes¶
- class specparam.data.ModelModes(aperiodic_mode, periodic_mode)[source]¶
User defined fit modes for model fitting.
- Parameters:
- aperiodic_mode{‘fixed’, ‘knee’}
Which approach to use for fitting the aperiodic component.
- periodic_mode{‘gaussian’, ‘skewed_gaussian’, ‘cauchy’}
Which approach to use for fitting the periodic component.
Notes
This object is a data object, based on a NamedTuple, with immutable data attributes.