{{ title }}


{{ description }}



{% if list_params %} {% else %} {% endif %}
Summary
Number of parameters {{ n_params }}
Number of data points {{ n_data_points }}
Functions
Form {{ equation }}
Initial Parameters{{ initial_guess }}Too many parameters to display
{% 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.


{% if list_params %} {% else %} {% endif %}
Summary
Minimizer {{ best_results[0].modified_minimizer_name(True) }}
Functions
Form {{ equation }}
Best Parameters{{ min_params }}Too many parameters to display
{% if best_plots_available[0] %} {% else %}

{{ best_plots[0] }}

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

{{ plot_descriptions[loop.index0] }}


{% if list_params %} {% else %} {% endif %}
Summary
Minimizer {{ best_results[loop.index0].modified_minimizer_name(True)}}
Functions
Form {{ equation }}
Best Parameters{{ min_params }}Too many parameters to display
{% if best_plots_available[loop.index0] %} {% else %}

{{ best_plots[loop.index0] }}

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