covariance_kernels (pmrf.covariance_kernels)
Covariance kernels for Gaussian processes.
Useful for discrepancy modeling. See pmrf.discrepancy_models
for more details.
Classes
Abstract base class for covariance kernel functions. |
|
|
Kernel that routes between a auto-correlation and cross-correlation kernels. |
|
Kernel that returns a constant variance. |
|
Matérn kernel with nu=3/2. |
|
Matérn kernel with nu=5/2. |
|
Periodic (Exp-Sine-Squared) kernel. |
|
Kernel representing the product of two kernels. |
|
Radial Basis Function (Squared Exponential) kernel. |
|
Evaluates a base kernel and broadcasts its output to represent multiple independent dimensions (e.g., real and imaginary parts) withed share hyperparameters. |
|
Kernel representing the sum of two kernels. |
|
Kernel representing independent Gaussian noise. |
Kernel that always evaluates to zero. |