Merge pull request #4983 from nielstron/outlier-fix
Fixed outlier description
This commit is contained in:
commit
a71cd0bf3f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue