lambda_optim: According to v-curve theory, get the optimal lambda value.

View source: R/lambda_optim.R

lambda_optimR Documentation

According to v-curve theory, get the optimal lambda value.

Description

Whittaker balanced the fidelity and smooth. The agreement index maybe poor than others. But it'is much smoothing.

Usage

lambda_optim(
  sitename,
  df,
  deltaT,
  extend = T,
  IsPlot = F,
  IsSave = F,
  file = "test_whit_lambda.pdf",
  wFUN = wBisquare,
  iters = 2,
  is_normalize = FALSE
)

Arguments

deltaT

int, nyears chunk


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