- 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.
- ylu
[low, high]
of time-series y (curve fitting values are constrained
in the range of ylu
.
- nptperyear
Integer, number of images per year.
- wFUN
weights updating function, can be one of 'wTSM', 'wChen' and
'wBisquare'.
- iters
How many times curve fitting is implemented.
- lambda
whittaker parameter (2-15 is suitable for 16-day VI). Multiple
lambda values also are accept, then a list object return.
- second
If true, in every iteration, Whittaker will be implemented
twice to make sure curve fitting is smooth. If curve has been smoothed
enough, it will not care about the second smooth. If no, the second one is
just prepared for this situation. If lambda value has been optimized, second
smoothing is unnecessary.
- ...
Additional parameters are passed to wFUN
.