want to do 'rolling regression' and 'out-of-sample prediction'. how can i do that?
이전 댓글 표시
I have 100period time series data and want to do 'rolling regression' from t1~t50. After that, by doing 'out of sample prediction', using the estimates, want to compare them with raw data.(from t51~t100)
I tried to do 'rolling regression' but don't know how to pick the range. Also please let me know the code of 'out of sample prediction'
thanx
답변 (1개)
Sreeja Banerjee
2015년 6월 8일
1 개 추천
Hi Nayeon,
From your question it looks like you want to be able to perform a rolling-Window analysis for checking the stability for your time series model. I am assuming that you have the MATLAB Econometrics Toolbox. Based on this assumption, I wanted to point you to some documentation that illustrates how you can do this:
1. Rolling-Window Analysis of Time-Series Models: http://www.mathworks.com/help/econ/rolling-window-estimation-of-state-space-models.html
2. Time Series Regression Forecasting: http://www.mathworks.com/help/econ/examples/time-series-regression-vii-forecasting.html
카테고리
도움말 센터 및 File Exchange에서 Linear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!