FillOutliers: Fill outliers based on change between steps

Description Usage Arguments Value

Description

FillOutliers is a simple utility to fill outliers in a time series. Values that are more than some threshold change from the previous time step are replaced by the value from that previous time step.

Usage

1
FillOutliers(x, thresh)

Arguments

x

Vector of values

thresh

Threshold for change between timesteps (in absolute value of x units)

Value

Vector of values with outliers replaced by previous value


mccreigh/rwrfhydro documentation built on Feb. 28, 2021, 1:53 p.m.