Hi,
I am taking a timeseries of forex prices.
I process the data to get an array of differences: y[i] = X[i]-x[i-1]
And I use this as my input and output!
The solution results are off center from 0, and have more spikes to top-side than the bottom. The data itself is more centered. That feels wrong to me.
I wanted to upload a picture but I get "could not upload attachment" error.
Code I am using is based on your timeseries demo.
Any thoughts?