-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time varying state space matrices #9
Comments
I like this idea. I hadn't really thought about it too much before. Would it just be a case of defining a matrix of functions and evaluating the matrix at each time step? The bench marking looks good too. I thought there would've been more overhead. |
Yes, definitely. Do you have any interest in porting your implementation over to StateSpace? |
Glad you are interested. I am happy to implement this. But won't be able to for another two weeks. |
Fantastic 👍 |
This is tentatively supported now ( e1b867a ) for We should also think about what time-dependent behavior we might want for the nonlinear model types, and how to make this easy and consistent to specify for the end user... |
I have been using your dev branch implementation of time dependent behaviour for the last few days and it works a treat. |
Do you have any interest in allowing the matrices in the state space models to be time varying?
TimeModels accomplishes this using a generator function for each matrix (initial implentation, optimised implementation).
The text was updated successfully, but these errors were encountered: