Opened 13 years ago
Last modified 13 years ago
#3726 closed enhancement
[with patch; needs review] stats/finance -- add support for hidden markov models to sage — at Version 3
Reported by: | was | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-3.1.2 |
Component: | finance | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The spkg:
http://sage.math.washington.edu/home/was/patches/ghmm-20080803.spkg
builds ghmm and doesn't depend on anything not in sage (I hope). It does *not* build the official GHMM bindings. This ticket replaces those bindings with clean new Cython bindings that have much much better documentation, but initially expose much less functionality.
NOTE: This shouldn't actually get added to Sage until it gets formally voted on in sage-devel.
SEE ALSO: #3773
Change History (13)
Changed 13 years ago by
Changed 13 years ago by
Changed 13 years ago by
Changed 13 years ago by
Changed 13 years ago by
Changed 13 years ago by
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Description modified (diff)
- Summary changed from stats/finance -- add support for hidden markov models to sage to [with patch; needs review] stats/finance -- add support for hidden markov models to sage
comment:2 Changed 13 years ago by
- Description modified (diff)
Changed 13 years ago by
Changed 13 years ago by
comment:3 Changed 13 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
The attached patches bring the coverage of this code to 100% and cleanly wrap a solid set of functionality.