{{ title }}


{{ description }}


Number of parameters: {{ n_params }}

Number of data points: {{ n_data_points }}

Functions:

Form Parameters
{{ equation }} {{ initial_guess }}
{% if initial_plot_available %} {% else %}

{{ 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.

{% if summary_plot_available %} {% else %}

{{ summary_plot }}

{% endif %}
{% if best_results|length == 1 %}

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 }}
{% if best_plots_available[0] %} {% else %}

{{ best_plots[0] }}

{% endif %}
{% else %} {% for cat in categories %}

{{ plot_descriptions[loop.index0] }}

Minimizer: {{ best_results[loop.index0].modified_minimizer_name(True) }}

Functions:

Form Parameters
{{ equation }} {{ best_results[loop.index0].fin_function_params }}
{% if best_plots_available[loop.index0] %} {% else %}

{{ best_plots[loop.index0] }}

{% endif %}
{% endfor %} {% endif %}