One dimensional local linear kernel smoother for longitudinal data.
Lwls1D(
bw,
kernel_type,
win = rep(1L, length(xin)),
xin,
yin,
xout,
npoly = 1L,
nder = 0L
)
Vector of length M with measurement values at the the point specified by 'xout'
Scalar holding the bandwidth
Character holding the kernel type (see ?FPCA for supported kernels)
Vector of length N with weights
Vector of length N with measurement points
Vector of length N with measurement values
Vector of length M with output measurement points
Scalar (integer) degree of polynomial fitted (default 1)
Scalar (integer) degree of derivative fitted (default 0)