{{ title }}
{{ description }}
Summary | ||
Number of parameters | {{ n_params }} | |
Number of data points | {{ n_data_points }} | |
Functions | ||
Form | {{ equation }} | |
Initial Parameters | {% if list_params %}{{ initial_guess }} | {% else %}Too many parameters to display | {% endif %}
{{ 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.
Summary | ||
Minimizer | {{ best_results[0].modified_minimizer_name(True) }} | |
Functions | ||
Form | {{ equation }} | |
Best Parameters | {% if list_params %}{{ min_params }} | {% else %}Too many parameters to display | {% endif %}
{{ best_plots[0] }}
{% endif %}{{ plot_descriptions[loop.index0] }}
Summary | ||
Minimizer | {{ best_results[loop.index0].modified_minimizer_name(True)}} | |
Functions | ||
Form | {{ equation }} | |
Best Parameters | {% if list_params %}{{ min_params }} | {% else %}Too many parameters to display | {% endif %}