Linear combination matrix columns
이전 댓글 표시
If I have the following matrix
1 5 6
2 7 6
3 2 2
with c1 c2 and c3 the columns I want obtain the following linear combinations c1 c2, c2 c3, c1 c3, and for each couple calculate the cointegration test (command on matlab : adf).
답변 (1개)
Thorsten
2015년 9월 22일
0 개 추천
This can be solved similar to your other question http://www.mathworks.com/matlabcentral/answers/244426-linear-combination-matrix-columns
카테고리
도움말 센터 및 File Exchange에서 Cointegration Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!