Hidden Markov Model
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.
Thanks for your response, also thanks for the HMM that is implemented.
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?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 14 years ago
Seen: 455 times
Last updated: Aug 28 '10
Short Cython Example In A Notebook Cell?
HowTo Compute Past Largest Cython Supported Wordsize (efficiently)?
How to enable %cython magic function in sage terminal mode?
using %cython in Cantor with sage backend
Does Cython support type names from inttypes.h?
Can I browse Cython Docs within the notebook()?
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.