{# templates/anomaly/detection.html.twig #}
Druckwerte: {{ pressureValues|join(', ') }}
Median: {{ mittelwert }}
mittlere absolute Abweichung: {{ mad }}
Standardabweichung: {{ standardabweichung }}
{% for anomalien in anomaliesResult %} {% if anomalien.isAnomaly == true %}Wert: {{ anomalien.value }}, IsAnomaly: {{ anomalien.isAnomaly }}, Abweichung: {{ anomalien.deviation }}
{% endif %} {% endfor %}