smooth_WHIT: Whittaker smoother

View source: R/smooth_WHIT.R

smooth_WHITR Documentation

Whittaker smoother

Description

Whittaker smoother

Usage

smooth_WHIT(y, w, lambda, iters = 3, IsPlot = FALSE, ...)

smooth_WHIT_df(d, lambda, iters = 3, IsPlot = FALSE, ...)

Arguments

y

Numeric vector, vegetation index time-series

w

(optional) Numeric vector, weights of y. If not specified, weights of all NA values will be wmin, the others will be 1.0.

...

other parameters to check_input(), e.g. perc_wc, wmin. wmin also is passed to wFUN.

See Also

check_input()


kongdd/gee_whittaker documentation built on April 14, 2024, 5:22 a.m.