Hi folks,
Anyone seen any code for a Kalman filter which admits online updates with (basically) time stamps or time deltas? I'm taking another crack at intraday mean reversion, but I really want to handle overnight gaps better than assuming they are as important as intraday updates. In fact, I wouldn't mind assigning custom weights to each minute based on the volume traded (that would be awesome), based on the idea that we are sampling the underlying process at random/sparse times, and that some minutes' observations are after a greater length of time/action in the volume clock.
I really don't want to have to go back to first principles and see if I can derive the state space update formulae with generalized elapsed time, and frankly, I'm not sure if I am capable of that yet.
Simon.