TemporalGPs.jl
TemporalGPs.jl copied to clipboard
Multiple Observations Per Time
In https://discourse.julialang.org/t/domainerror-in-temporalgps/70708/6 multiple observations of a single time series are available at each point in time. My suspicion is that this is the cause of some inference problems that the OP encountered.
This could be resolved by adding a type which explicitly allows for multiple observations of each point in time, and performs the updates in a numerically stable manner.