View source: R/adjust_envelope.R
adjust_envelope | R Documentation |
Approach to upper envelope. This function works site by site.
adjust_envelope(
t,
y,
z,
w,
QC_flag,
type = "y",
trs = 0.5,
alpha = 0.02,
wmin = 0.2
)
t |
Date object, corresponding date of y. If specified, yearly $ylu$ will be calculated, which is used to filter peak season. |
y |
Numeric vector, vegetation index time-series |
w |
(optional) Numeric vector, weights of |
QC_flag |
Quality Control (QC) flag of original vegetation time-series y. |
type |
Character, ylu get by "y" or "z". |
alpha |
Double value in |
wmin |
Double, minimum weight of bad points, which could be smaller the weight of snow, ice and cloud. |
ylu |
Numeric, lower and upper boundary of y. |
Smoothed time-series by Whittaker is often underestimated in the peak of growing season (abbreviated as peak season). In R, we can further constrain by yearly ylu. But, it's difficult to implement in GEE.
Not outlier.
In middle growing season.
only good values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.