pykelihood.kernels.Kernel.

__call__#

Kernel.__call__(x=None)#

Evaluate the kernel function on the given covariate.

Parameters:

x (array-like, optional) – Covariate values. If not provided, uses the instance’s x.

Returns:

Result of the kernel function evaluation.

Return type:

float