{{ 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 is_best_fit %}

This is the best fit of the minimizers used.

{% endif %}

Minimizer: {{ minimizer }}

Accuracy: {{ accuracy }}

Runtime: {{ runtime }} seconds

Emissions: {{ emissions }} kg CO2eq

Functions:

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

{{ fitted_plot }}

{% endif %} {% if pdf_plot_available %}

Estimated posterior pdf of each parameter

The vertical red line on each pdf shows the Scipy curve fit parameter estimate, with the dashed vertical red lines indicating the 2 sigma error of the fit. The area between the dashed lines is used to calculate the confidence in the MCMC fit.

{% else %}

{{ pdf_plot }}

{% endif %}