Hi everyone !

There is an example of modelling stock market data:

http://scikit-learn.org/0.12/auto_examples/plot_hmm_stock_analysis.html#example-plot-hmm-stock-analysis-py

At the end we have learned transition matrix between hidden states and
corresponding emission probabilities plus initial probabilities of hidden
states.

How to use learned model to predict FUTURE values?

If we use sample() method it'll choose randomly initial state and will
generate some data. But it'll be just a random sample not a prediction of
FUTURE values.

Could please someone explain me how to predict future values?

BTW: I tried to model simple sin() signal and generate samples but
generated data doesn't resemble sin signal at all. Maybe it's because
transition matrix is symmetric.

One more question - "Is it possible to capture the behaviour of simple sin
wave and draw reasonable prediction of future values? "

-- 
Best regards,
Alex
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to