#8547: implement hidden markov models in Cython from scratch (so can remove the
GHMM standard package from Sage)
---------------------------+------------------------------------------------
Reporter: was | Owner: amhou
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.0
Component: statistics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by was):
This is now ready for review. Some notes:
1. Don't bother looking at the diff, except for time_series.pyx and
module_list.py. Just look at at the files in stats/hmm, which are all
new, and stats/intlist.pyx.
2. There are a number of very small API changes (for the better). This
technically violates our DeprecationPolicy. However, frankly, the current
code was -- upon inspection -- so bad, that there is no way anybody was
actually using it for anything serious. (As was evidenced by the response
on sage-devel.) And the API is only a tiny bit changed now.
3. I do have a long list of possible followup projects. However, I
wanted to make a first solid release that at least has enough to replace
the existing HMM functionality in Sage, before adding lots of new stuff.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8547#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.