JuliaGaussianProcesses / AbstractGPs.jl

Abstract types and methods for Gaussian Processes.
https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev
Other
218 stars 20 forks source link

Should LatentFiniteGP contain the noise? #319

Open theogf opened 2 years ago

theogf commented 2 years ago

Maybe I am missing the point but it feels like there is a discrepancy between LatentGP and AbstractGP although they kinda behave the same. I don't understand why the noise should be built in LatentGP and not in LatentFiniteGP ?