Data normalization for stock values.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Marc
el 10 de En. de 2014
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.
1 comentario
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!