The function evaluates the matrix of design weights to predict the response at arbitrary locations x. This function is not intended to be used directly.
kernelSx(kernelx="g",X,Xetoile,bx)
Returns the matrix denoted in the paper by \(Sx\), n*, n.
Character string which allows to choose between gaussian kernel
("g"
), Epanechnikov ("e"
), uniform ("u"
),
quartic ("q"
).
Matrix of explanatory variables, size n, p.
Matrix of new design points x* at which to predict the response variable, size n*, p.
The vector of different bandwidths, length \(p\).
Pierre-Andre Cornillon, Nicolas Hengartner and Eric Matzner-Lober.
ibr