qudi.util.fit_models.model.FitCompositeModelBase

class qudi.util.fit_models.model.FitCompositeModelBase(*args: Any, **kwargs: Any)[source]

Bases: lmfit.CompositeModel

ToDo: Document

__init__(*args, **kwargs)[source]

Methods

__init__(*args, **kwargs)

Attributes

estimators

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.