{% extends 'portal.html'%} {% block header %} {% endblock %} {% block javascript %} {{ scripts|safe if scripts else '' }} {% endblock %} {% block title %}{{ population }}{% endblock %} {% block title_call_to_action %}
{% endblock %} {% block content %}Structure | Channel | Mean | Median | Standard Deviation | Skew | Kurtosis | |
|
{{ item[0] }} | {{ item[1] + (" - " + item[2] if item|length > 2 else "") }} | {{ "%.8f"|format(mean[item]) }} | {{ "%.8f"|format(median[item]) }} | {{ "%.8f"|format(std[item]) }} | {{ "%.8f"|format(skew[item]) }} | {{ "%.8f"|format(kurtosis[item]) }} |