Skip to main content

Module fit_widget

Module fit_widget 

Source

Structs§

FitWidget
A window widget to perform curve fitting on 1D data and display the result.

Enums§

FitModelChoice
The selectable fit model in FitWidget.

Functions§

format_param_value_error
Format a fitted parameter value together with its estimated error as value ± error, mirroring the silx FitWidget results table which shows a value and its sigma (the square root of the covariance diagonal).
format_reduced_chisq
Format the reduced chi-square goodness-of-fit metric for the results table (silx FitWidget shows chisq / reduced chi-square). None (non-positive degrees of freedom) renders as N/A.