From c61a59fb39d72808d0a86404d6ff36463ae6a053 Mon Sep 17 00:00:00 2001 From: nielstron Date: Thu, 22 Mar 2018 09:21:56 +0100 Subject: [PATCH] Fixed outlier description Outlier filter is actually a band-pass filter, not a band-stop filter --- source/_components/sensor.filter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.filter.markdown b/source/_components/sensor.filter.markdown index e659df06fd6..6633b8fae2c 100644 --- a/source/_components/sensor.filter.markdown +++ b/source/_components/sensor.filter.markdown @@ -99,7 +99,7 @@ The returned value is rounded to the number of decimals defined in (`precision`) ### {% linkable_title Outlier %} -The Outlier filter (`outlier`) is a basic Band-stop filter, as it cuts out any value outside a specific range. +The Outlier filter (`outlier`) is a basic Band-pass filter, as it cuts out any value outside a specific range. The included Outlier filter will discard any value beyond a band centered on the median of the previous values, replacing it with the median value of the previous values. If inside the band, the