Internal function, generate matrices.
Gplusgenerate
generates a matrix.
Gplusgenerate(p, kernel = "triangular")
p
: Integer, polynomial order.kernel
: String, the kernel function, can be triangular
(default), uniform
or epanechnikov
.Returns a matrix.
This is an internal function, and should not be called by users.
Useful links