powered by
Kernel product
# S3 method for GauPro_kernel *(k1, k2)
First kernel
Second kernel
Kernel which is product of two kernels
# NOT RUN { k1 <- Exponential$new(beta=1) k2 <- Matern32$new(beta=0) k <- k1 * k2 k$k(matrix(c(2,1), ncol=1)) # }
Run the code above in your browser using DataLab