KernelIfc

fun interface KernelIfc(source)

A covariance (kernel) function for a Gaussian-process surrogate: it returns the prior covariance between the responses at two input points.

Inheritors

Functions

Link copied to clipboard
abstract fun cov(x1: DoubleArray, x2: DoubleArray): Double

The prior covariance between the responses at x1 and x2.