|
I am working in matlab. I have data samples of two unrelated variables at Typical Plot for the second variable say Now I need to predict the values for these variables at next I have done this using |
|
If all the data you have are the 2 plotted sequences, I doubt that machine learning will produce anything useful unless you just get lucky. There is a chance that looking at something like a Fourier or Laplace transform of the signals will reveal some hidden structure that is not apparent in the time domain, in which case you may be able to use that. However, to do any useful prediction on signals as complex (noisy?) as these I expect you will either need a lot more data or prior knowledge about how these signals are produced. |

