In the documentation of Pykalman
it says that it only accepts square matrices for the observation_matrices
and transition_matrices
arguments.
Is there a way around this? I have to estimate a state-space system with a non-square observation matrix. Using the Pykalman
notation, its dimensions would be [n_dim_obs, n_dim_state]
.
I could not find any other kalman filter library that accepts non-square observation matrices and has a loglikelihood method.