filter_median_brock86: Apply a median absolute deviation filter
Description
Median absolute deviation filter of Brock 1986, with user specified
width and magnitude thresholds.
Usage
filter_median_brock86(data, width = 7, threshold = 5)
Value
Returns filtered vector.
Arguments
- data
Vector to filter.
- width
Width of filter, in rows.
- threshold
Only filter values that are abs(threshold)
away from median