Computes kernel matrix and its decompositions for use in inducing-point basis functions.
initialize_basisfun_inducingpt(
dimension,
kernel = "Mat52",
lengthscale,
pointscoord = NULL,
numberPoints = NULL
)List with kernel square root and inverse root matrices, and scaled coordinates.
Integer. Input (\([\mathbf{x},\,t]\)) dimension.
Character. Kernel type ("Exp", "Mat32", "Mat52", "Gaussian").
Numeric vector. Lengthscales used for scaling the input space.
Optional matrix of inducing point coordinates. If none is provided, we sample them uniformly in the unit hypercube.
Integer. Number of inducing points
(used if pointscoord is NULL).