filter_median_brock86: Apply a median absolute deviation filter

View source: R/filtering_functions.R

filter_median_brock86R Documentation

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)

Arguments

data

Vector to filter.

width

Width of filter, in rows.

threshold

Only filter values that are abs(threshold) away from median

Value

Returns filtered vector.

Author(s)

Rich Fiorella rfiorella@lanl.gov


SPATIAL-Lab/NEONiso documentation built on Feb. 27, 2025, 7:19 a.m.