Function to construct the product correlation matrix with the product form. The kernel can be different for each coordinate of the input.
separable_multi_kernel(R0, beta, kernel_type, alpha)
The product correlation matrix with the product form.
A List of matrix where the j-th matrix is an absolute difference matrix of the j-th input vector.
The range parameters.
A vector of integer
specifying the type of kernels of each coordinate of the input.
In each coordinate of the vector, 1 means the pow_exp
kernel with roughness parameter specified in alpha; 2 means matern_3_2
kernel; 3 means matern_5_2
kernel; 5 means periodic_gauss
kernel; 5 means periodic_exp
kernel.
Roughness parameters in the kernel functions.
tools:::Rd_package_author("RobustGaSP")
Maintainer: tools:::Rd_package_maintainer("RobustGaSP")