Commit Graph

7 Commits

Author SHA1 Message Date
Jaques Grobler 59942ef804 made `diag` explicit in example 2012-06-01 17:47:17 +02:00
Jaques Grobler cb16f80f6c fixed example`s fit(..) to new API 2012-06-01 17:47:17 +02:00
Keith Goodman b842bb7006 BUG: price accidentally used instead of volume
Fixing the bug makes the plot output of
plot_hmm_stock_analysis look less pretty. The
hidden states are no longer a direct function of price.
2012-05-09 14:53:57 -07:00
Andreas Mueller 42b1510d30 Cosmit typo 2012-03-13 22:16:17 +01:00
Shiqiao Du 037689526c replaced function call of decode to predict 2012-02-09 00:46:59 +09:00
Shiqiao Du c716902ec8 - removed unnecessary **kwargs specification in fit and _do_mstep methods
- addad trailing underscores to estimated quantities.
  e.g. self.startprob_, self.transmat_, self.emissionprob_ etc
2012-01-14 21:51:18 +09:00
Alexandre Gramfort 0b84a0374c ENH : rename hmm_stock_analysis.py so it appears as a figure in the doc 2012-01-08 15:56:22 +01:00