Data normalization for stock values.
2 次查看(过去 30 天)
显示 更早的评论
I have some doubts about data normalization for stock prediction using a NARX network.
- Which is the best way to normalize stocks data?. Is there built-in functions to perform this tasks for this kind of data?
- Why data in the Matlab samples is not normalized?
- Let's suppose I have a time serie with 200 values. Is there any difference in entering the data in the NN in the form of 1x200 versus 200x1? Where do I set that?
Thanks for your answers. Rgds.
0 个评论
回答(1 个)
Marc
2014-1-10
Really Francisco?
Normalization for stock prediction? If any of us had that answer we would all be rich.
If Matlab had a true solution to stock prediction, do you think we would see a Matlab 2014a?
Not sure about your last question with the "NN". If there is a difference between column and row, then a simple transpose by using " ' " should fix that or check that.
Other than helping you get rich beyond your wildest dreams, is there something that we can really help you with?
I expect an ACCEPTED ANSWER on this.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!