Hidden Markov Model
Are there any plan to implement a Hidden Markov Model module that can handle vector observation timeseries?
Are there any plan to implement a Hidden Markov Model module that can handle vector observation timeseries?
No, I am aware of no such plans. I did all the HMM in Sage and don't currently plan to do vector valued time series.
You are very welcome. It was a lot of work, but should be reasonable fast *and* memory efficient. Plus you can read all the code, since it's a complete implementation. May I ask what you're using HMM's for?
Asked: 2010-08-27 08:46:28 -0500
Seen: 165 times
Last updated: Aug 28 '10
setting module import path in cython in the notebook
more complicated data types to/from sage from/to C functions
Any reason not to use cpdef for every Cython function?
TimeSeries & cython: why cimport yellow?
Mixing %cython and @interact in one cell
future import fails in loading external cython file
Did anyone else face a problem with cython after upgrading to Mavrick?
Did you review the following? http://www.sagemath.org/doc/reference/sage/stats/hmm/hmm.html Can you contrast a bit more? Not everyone has domain expertise in time-series.