{{ title }}


{{ description }}


Functions:

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

{{ initial_plot }}

{% endif %}

{% if is_best_fit %}

This is the best fit of the minimizers used.

{% endif %}

Minimizer: {{ minimizer }}

Accuracy: {{ accuracy }}

Runtime: {{ runtime }} seconds

Functions:

Form Parameters
{{ equation }} {{ min_params }}
{% if fitted_plot_available %} {{ fitted_plot }} {% else %}

{{ fitted_plot }}

{% endif %}