From 367ead635377ff30eaef1f43055a68f3d2a8c1ff Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Thu, 8 Apr 2021 16:26:20 +0100 Subject: [PATCH] Finish sentence (#17343) --- source/_integrations/filter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/filter.markdown b/source/_integrations/filter.markdown index 31a54338c1d..df7c9cafa19 100644 --- a/source/_integrations/filter.markdown +++ b/source/_integrations/filter.markdown @@ -130,7 +130,7 @@ The returned value is rounded to the number of decimals defined in (`precision`) 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 +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 current state is returned. ```python distance = abs(state - median(previous_states))