#4189: hmm documentation buglet
---------------------------+------------------------------------------------
 Reporter:  mabshoff       |       Owner:  was       
     Type:  defect         |      Status:  new       
 Priority:  major          |   Milestone:  sage-3.1.3
Component:  documentation  |    Keywords:            
---------------------------+------------------------------------------------
 mapb reported in http://groups.google.com/group/sage-
 devel/t/8109b386f0e94251
 {{{
 The fourth argument in the following routine is called
 "emission_symbols", while the INPUTS section reports "emission_state".
 hmm.DiscreteHiddenMarkovModel(A, B, pi=None, emission_symbols=None,
 name=None, normalize=True)
 n
     INPUTS:
         A  -- square matrix of doubles; the state change probabilities
         B  -- matrix of doubles; emission probabilities
         pi -- list of floats; probabilities for each initial state
         emission_state -- list of B.ncols() symbols (just used for
 printing)
         name -- (optional) name of the model
         normalize -- (optional; default=True) whether or not to
 normalize
                      the model so the probabilities add to 1
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4189>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to