{{ title }}
{{ description }}
Functions:
Form | Parameters |
---|---|
{{ equation }} | {{ initial_guess }} |
{{ initial_plot }}
{% endif %}
{% if best_results|length == 1 %}
This plot shows a comparison of the runs. The minimizer
which produced closest fit is in bold, with the other
minimizers shown as thinner lines for context.
{% else %}
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 lines for context.
{% endif %}
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.
{{ summary_plot }}
{% endif %}This is the best fit of the minimizers used.
Minimizer: {{ best_results[0].modified_minimizer_name(True) }}
Functions:
Form | Parameters |
---|---|
{{ equation }} | {{ best_results[0].fin_function_params }} |
{{ best_plots[0] }}
{% endif %}{{ plot_descriptions[loop.index0] }}
Minimizer: {{ best_results[loop.index0].modified_minimizer_name(True) }}
Functions:
Form | Parameters |
---|---|
{{ equation }} | {{ best_results[loop.index0].fin_function_params }} |