ParameterRepr¶
- class ParameterRepr(name, repr=None, unit=None)[source]¶
 Detailed description of fitting parameter.
- name¶
 Original name of the fit parameter being defined in the fit model.
- Type:
 str
- repr¶
 Optional. Human-readable parameter name shown in the analysis result and in the figure.
- Type:
 str | None
- unit¶
 Optional. Physical unit of this parameter if applicable.
- Type:
 str | None