regression serial correlation and ARMA
조회 수: 12 (최근 30일)
이전 댓글 표시
Hello,
Let's say that I have a daily return series of a stock of a company.
I would like to build a regression model. However instead of forecasting next day return I would like to forecast monthly return. This means dependent variable represents price(t+22)-price(t) (22 trading days) whereas independent variable is price(t)-price(t-1). Since there is such a lag, error terms become extremely correlated. I wanted to use an ARMA model, but I don't know how to ignore first 22 lags, as those inputs will be unknown when running the model out of sample. Basically I would like to use daily samples but monthly returns as output.
How do I go by doing this?
Thank you.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!