-
Notifications
You must be signed in to change notification settings - Fork 225
Description
Hi there,
Is it currently possible to fit data with a time-varying observation matrix?
I have a simple bandit-type experiment I'm trying to fit with a Kalman filter where subjects choose one of two bandits on every trial and then perform a task linked to that bandit. This means that on every trial, I can only observe the choice and the result from one of the bandits and there are missing values for the other bandit. To fit both bandits jointly (because I'm interested in how performance in the tasks influences the choice of bandit on the following trial), I thought I could have a time-varying observation matrix. I know that the pykalman package allows this, but I'd like to use ssm if I can.
If this isn't currently possible, is there a fairly simple way to implement it?
Thank you!
Javier