Open
Description
Wouldn't it be easier to just have the arguments that a LinearStateSpace
object takes available when creating a Kalman
object? It's somewhat cumbersome to first create the LSS object and then put that into Kalman
(you also need to import two classes).
We could just create a LSS object using the arguments in Kalman
.