Skip to content
3 changes: 2 additions & 1 deletion src/finite_gp_projection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
The finite-dimensional projection of the AbstractGP `f` at `x`. Assumed to be observed under
Gaussian noise with zero mean and covariance matrix `Σy`
"""
struct FiniteGP{Tf<:AbstractGP,Tx<:AbstractVector,TΣ} <: AbstractMvNormal
struct FiniteGP{Tf<:AbstractGP,Tx<:AbstractVector,TΣ<:AbstractMatrix{<:Real}} <:
AbstractMvNormal
f::Tf
x::Tx
Σy::TΣ
Expand Down