You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see the appeal, but then I think we should have a proper type for this. Dispatching on generic NamedTuple without specifying what fields that tuple might contain seems like it could easily lead to bugs somewhere down the line.
Right now to compute
logpdf
orloglikelihood
given a pair of GP samplesf
and observationsy
one needs to do:would that make sense to have a small wrapper
since this is what
rand
would return for aLatentGP
:https://github.com/JuliaGaussianProcesses/AbstractGPs.jl/blob/e7c67bd24c454f0b8179032ecbb82284887159c0/src/latent_gp.jl#L37
(and similarly for
loglikelihood
)The text was updated successfully, but these errors were encountered: