LatentPosterior#
- class gpjax.conditioning.LatentPosterior(prior, likelihood, latent, train_data)[source]#
Bases:
PosteriorApproximately conditioned GP for non-Gaussian likelihoods.
Conditioning is on the model’s whitened latent vector rather than on the observations directly: the cached factor is the prior gram’s Cholesky, and the latent plays the role of the representer weights. The joint log-density (
log_posterior_density) is the quantity MCMC or MAP optimisation targets.- Parameters: