How can I calculate serial correlations?
조회 수: 4 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Roger Wohlwend
2014년 9월 4일
편집: Roger Wohlwend
2014년 9월 4일
I recommend the function autocorr , but you need the Econometrics toolbox for that. The alternative is the function corr .
댓글 수: 3
Roger Wohlwend
2014년 9월 5일
편집: Roger Wohlwend
2014년 9월 5일
Are you sure that the functions give incorrect answers? In general the error lies with the person who thinks that the functions don't work, and not with the functions. What makes you believe the functions give incorrect answers? What are the results? And what does the input data look like?
참고 항목
카테고리
Help Center 및 File Exchange에서 Financial Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!