{% extends "base.html" %} {% block nav_index %}selected{% endblock %} {% block body %}

Tune summary

Find in the table the best proposed parameters for the current data:

{% for param in results %} {% endfor %}
# Parameter Value Error
{{loop.index}} {{param.name}} {{param.x}} {{param.std}}
{% if model_type is eq('PerBinModel') %} {% if minimizer_type is eq('CMAES') %}

Correlation matrix

correlations
{% endif %} {% endif %}

Model estimators

{% if model_type is eq('PerBinModel') %} {% endif %} {% for row in summary %} {% if model_type is eq('PerBinModel') %} {% endif %} {% endfor %}
ItemModelMin. MC runs Avg. MC runs
{{row.name}}{{row.model}}{{row.min}} {{row.mean}}
{% endblock %}