Kohkernel
KOHKernel(num_field_obs, num_sim_obs, k_eta, k_delta, k_epsilon, k_epsilon_eta)
Bases: AbstractKernel
Kennedy & O'Hagan (2001) kernel. Made up of subkernels which represent different parts of the data.
Source code in .tox/docs/lib/python3.12/site-packages/kohgpjax/kernels/kohkernel.py
__call__(x, y)
Parameters:
-
x
(Float[Array, ' D']
) –The left hand argument of the kernel function's call.
-
y
(Float[Array, ' D']
) –The right hand argument of the kernel function's call.
Returns:
-
None
–Float: The value of \(
k(x, y)
\).