TuringLang / GeneralisedFilters.jl

Filtering and smoothing algorithms for state space models with analytic (or approximately/partially analytic) solutions
MIT License
0 stars 0 forks source link

Likelihood type for batch filters #19

Open THargreaves opened 2 days ago

THargreaves commented 2 days ago

The batch filters return a vector of likelihoods. This is not compatible with the current filter function. I redefined the filter function for the batch Kalman unit test. This could be generalised to a special filter method for batched filters.