-
Notifications
You must be signed in to change notification settings - Fork 101
Description
There is a slight mistake in the Gibbs sampling step of the dynamics parameters of the LinearGaussianConjugateSSM
model.
Briefly, defining the dynamics parameters as
and states are subsequently sampled according to
where we defined
However, in the code the summary statistics are calculated based on
I had already corrected this mistake in PR #403. But if you want, I can make a separate PR with just this fix instead.
Kind regards,
Hylke