Displaying 1 result from an estimated 1 matches for "tp4512566p4512566".
2012 Mar 28
1
Local linear regression
...rix(x, N, q, T)
kx <- dnorm(dX/matrix(bw, N, q, T))
K <- as.vector(apply(kx, 1, function(z) prod(z)))
cX <- cbind(1, dX)
solve(t(cX)%*%diag(K)%*%cX)%*%t(cX)%*%diag(K)%*%Y
}
Thank you all
Dimitris
--
View this message in context: http://r.789695.n4.nabble.com/Local-linear-regression-tp4512566p4512566.html
Sent from the R help mailing list archive at Nabble.com.