{# templates/anomaly/detection.html.twig #}

Anomalieerkennung

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