lambda_vcurve
lambda_vcurve(
y,
w,
lg_lambdas = seq(0.1, 5, 0.1),
plot = FALSE,
verbose = FALSE,
...
)
Numeric vector, vegetation index time-series
(optional) Numeric vector, weights of y
. If not specified,
weights of all NA
values will be wmin
, the others will be 1.0.
numeric vector, log10(lambda) candidates. The optimal lambda
will be optimized from lg_lambda
.
logical. If TRUE
, the optimized lambda
will be printed on the
console.
ignored.