R/RegCircLin.R

Defines functions RegCircLin

Documented in RegCircLin

RegCircLin<-function(x,y,t,bw,method,tol){
	L<-kernCL(x, t, bw, method = method , tol = tol)
	fhat<-as.vector(L%*%y)
	return(fhat)
}

Try the NPCirc package in your browser

Any scripts or data that you put into this service are public.

NPCirc documentation built on Nov. 10, 2022, 5:48 p.m.