These examples demonstrate Gaussian Processes (GP) regression with non-Gaussian likelihoods and missing values for Kronecker-structured covariance matrices.
If
then the covariance matrix over grids
For three dimensions (e.g., space
implying:
This structure enables efficient computations (e.g. Cholesky) at
- Normal:
- Poisson:
- 01: 2d GP with Normal likelihood, no missingness
- 02: 2d GP with Poisson likelihood, no missingness
- 03: 2d GP with Poisson likelihood, with missing values (impute from posterior)
- 04: 3d GP (e.g. space-time), Poisson likelihood, no missingness, fixed parameters
- 05: 3d GP with Poisson likelihood, no missingness, parameter inference
- 06: 3d GP with Poisson likelihood, with missing values (impute from posterior)