Skip to content

Commit c61a59f

Browse files
committed
Fixed outlier description
Outlier filter is actually a band-pass filter, not a band-stop filter
1 parent 1aca7b0 commit c61a59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.filter.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The returned value is rounded to the number of decimals defined in (`precision`)
9999

100100
### {% linkable_title Outlier %}
101101

102-
The Outlier filter (`outlier`) is a basic Band-stop filter, as it cuts out any value outside a specific range.
102+
The Outlier filter (`outlier`) is a basic Band-pass filter, as it cuts out any value outside a specific range.
103103

104104
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
105105

0 commit comments

Comments
 (0)