Likelihoods
GaussianProcesses.BernLik
— TypeBernLik <: Likelihood
Bernoulli likelihood
for $k ∈ \{0,1\}$, where $θ = Φ(f)$ and $f$ is the latent Gaussian process.
GaussianProcesses.BinLik
— TypeBinLik <: Likelihood
Binomial 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 <: Likelihood
Exponential likelihood
where $θ = \exp(-f)$ and $f$ is the latent Gaussian process.
GaussianProcesses.GaussLik
— TypeGaussLik <: Likelihood
Gaussian, a.k.a. Normal, likelihood
where standard deviation $σ$ is a non-fixed hyperparameter and $f$ is the latent Gaussian process.
GaussianProcesses.PoisLik
— TypePoisLik <: Likelihood
Poisson likelihood
for $k ∈ N₀$, where $θ = \exp(f)$ and $f$ is the latent Gaussian process.
GaussianProcesses.StuTLik
— TypeStuTLik <: Likelihood
Student-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