lstm
Recently I am using JASP for my research about Artifical Intelligence,here is my question.😅
I want to determine the correlation of time series data of variables.
For example, each time series data corresponds to 1 label, each data has 10 frames, and each frame has 10 values corresponding to variables. How should I analyze the correlation between labels and variables, as well as between variables?
Comments
When you do any inference on time series data, it is important to take into account the autocorrelation. With high autocorrelation you effectively have much less than N independent observations. Currently we don't really offer tests for autocorrelated data. It would be a good feature request on our GitHub page.
Cheers,
E.J.
thanks sir