Likelihoods
GaussianProcesses.BernLik — TypeBernLik <: LikelihoodBernoulli likelihood
for $k ∈ \{0,1\}$, where $θ = Φ(f)$ and $f$ is the latent Gaussian process.
GaussianProcesses.BinLik — TypeBinLik <: LikelihoodBinomial likelihood
for number of successes $k ∈ \{0, 1, …, n\}$ out of $n$ Bernoulli trials, where $θ = \exp(f)/(1 + \exp(f))$ and $f$ is the latent Gaussian process.
GaussianProcesses.ExpLik — TypeExpLik <: LikelihoodExponential likelihood
where $θ = \exp(-f)$ and $f$ is the latent Gaussian process.
GaussianProcesses.GaussLik — TypeGaussLik <: LikelihoodGaussian, a.k.a. Normal, likelihood
where standard deviation $σ$ is a non-fixed hyperparameter and $f$ is the latent Gaussian process.
GaussianProcesses.PoisLik — TypePoisLik <: LikelihoodPoisson likelihood
for $k ∈ N₀$, where $θ = \exp(f)$ and $f$ is the latent Gaussian process.
GaussianProcesses.StuTLik — TypeStuTLik <: LikelihoodStudent-t likelihood (a.k.a. non-standardized Student's t-distribution)
with degrees of freedom $ν ∈ N₀$, where scale $σ$ is a non-fixed hyperparameter and $f$ is the latent Gaussian process.
GaussianProcesses.predict_obs — MethodComputes the predictive mean and variance given a Gaussian distribution for f using quadrature