Compute the Local Linear Regression (LLR) smoother matrix. LLR has better boundary bias properties than Nadaraya-Watson.
Examples
tt <- seq(0, 1, length.out = 50)
S <- S.LLR(tt, h = 0.1)
Compute the Local Linear Regression (LLR) smoother matrix. LLR has better boundary bias properties than Nadaraya-Watson.
tt <- seq(0, 1, length.out = 50)
S <- S.LLR(tt, h = 0.1)