{{ title }}
{{ description }}
{% if best_results|length == 1 %}
This is the best fit of the minimizers used.
| Summary | |||
| Number of parameters | {{ n_params }} | ||
| Number of data points | {{ n_data_points }} | ||
| Minimizer | {{ best_results[0].modified_minimizer_name(True) }} | ||
| Function | |||
| Form | {{ equation }} | ||
| Parameters | |||
| Name | Initial value | Best value | Change (Δ) |
| {{ init_key.strip() }} | {{ init_value.strip() }} | {{ fit_value.strip() }} | {{ fit_value.strip()|float - init_value.strip()|float }} |
| Too many parameters to display | |||
{{ rerun_make_plots_msg }}
{% endif %}{{ plot_descriptions[loop.index0] }}
| Summary | |||
| Number of parameters | {{ n_params }} | ||
| Number of data points | {{ n_data_points }} | ||
| Minimizer | {{ best_results[loop.index0].modified_minimizer_name(True)}} | ||
| Function | |||
| Form | {{ equation }} | ||
| Parameters | |||
| Name | Initial value | Best value | Change (Δ) |
| {{ init_key.strip() }} | {{ init_value.strip() }} | {{ fit_value.strip() }} | {{ fit_value.strip()|float - init_value.strip()|float }} |
| Too many parameters to display | |||
{{ rerun_make_plots_msg }}
{% endif %}Summary
This plot shows a comparison of the runs across cost
functions. Colours are used to distinguish between fits
obtained using each cost function. Within a cost function,
the minimizer which produced closest fit is in bold and
the other minimizers are shown as thinner dashed lines for context.
Please note that this plot is intended for use as an
indication of the variety of the fits that were obtained
for specific details, please consult the individual support
pages.
Residuals
Below, you can see a plot for each cost function used (one or multiple), showing the residuals for each fit. Different colours correspond to different minimizers. The minimizer that produced the best fit is marked in the legend. To be able to compare this to the residuals for other minimizers, it might be necessary to click on their names in the legend to hide/show the respective data.
2d Plots
The plot below shows the fit on the 2D data. For each cost function used, only the best fit is shown, that is the fit produced by the best minimizer in each case. A contour plot can be added on top of the 2D image (or hidden) by clicking on the corresponding name in the legend shown below the plot. When more than one plot is shown, i.e. for multiple cost functions, the plots share the same colour range, so the same colorbar applies to both.
Multistart plots
The plot below shows the fits with different starting conditions. The line traces shaded red are the starting values that did not lead to good fitting outcomes. While the line traces shaded blue are the ones that did. The data points are also displayed in the subplots. For the best visualization of the multistart plot, it is recommended to limit the number of sub plots to 9 or less.