qudi.util.fit_models.model.FitCompositeModelBase
- class qudi.util.fit_models.model.FitCompositeModelBase(*args: Any, **kwargs: Any)[source]
Bases:
lmfit.CompositeModelToDo: Document
Methods
__init__(*args, **kwargs)Attributes
Read-only dictionary property holding available estimator names as keys and the corresponding estimator methods as values.
- property estimators
Read-only dictionary property holding available estimator names as keys and the corresponding estimator methods as values.
- Returns:
- dict
Dictionary where keys are estimator names and values are corresponding estimator methods.