Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

times-.GauPro_kernel

Kernel product


Description

Kernel product

Usage

## S3 method for class 'GauPro_kernel'
k1 * k2

Arguments

k1

First kernel

k2

Second kernel

Value

Kernel which is product of two kernels

Examples

k1 <- Exponential$new(beta=1)
k2 <- Matern32$new(beta=0)
k <- k1 * k2
k$k(matrix(c(2,1), ncol=1))

GauPro

Gaussian Process Fitting

v0.2.4
GPL-3
Authors
Collin Erickson
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.