{% extends "base.html" %} {% block nav_index %}selected{% endblock %} {% block body %}
Find in the table the best proposed parameters for the current data:
# | Parameter | Value | Error |
---|---|---|---|
{{loop.index}} | {{param.name}} | {{param.x}} | {{param.std}} |
Item | {% if model_type is eq('PerBinModel') %}Model | {% endif %}Min. MC runs | Avg. MC runs |
---|---|---|---|
{{row.name}} | {% if model_type is eq('PerBinModel') %}{{row.model}} | {% endif %}{{row.min}} | {{row.mean}} |