mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fixed outlier description
Outlier filter is actually a band-pass filter, not a band-stop filter
This commit is contained in:
parent
1aca7b08cf
commit
c61a59fb39
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user