How can I calculate serial correlations?
11 views (last 30 days)
Show older comments
Hello Matlab gurus! well I have input data that is a matrix 140 3, and I want to calculate 1st Order Serial Correlation, 2st Order Serial Correlation, 3st Order Serial Correlation and 4st Order Serial Correlation, but I do not know with which function I am able to do it. Any ideas?
0 Comments
Answers (1)
Roger Wohlwend
on 4 Sep 2014
Edited: Roger Wohlwend
on 4 Sep 2014
I recommend the function autocorr , but you need the Econometrics toolbox for that. The alternative is the function corr .
See Also
Categories
Find more on Copula Distributions and Correlated Samples in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!