Inference GARCH(1,1) vs Forecast
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi
I have made a neural network to predict log_returns and I assess the performance using RMSE and MAE. I want to use a GARCH(1,1) as a benchmark to compare the performance of the RMSE and MAE estimates of the neural network. I have estimated a GARCH on my in-sample data and inferred the conditional variance on the out-of-sample data. I then calculate the RMSE and MAE. My question is, is it possible to compare the RMSE and MAE of the forecasts from the neural network with those of the GARCH inference? Or do I need to forecast using the GARCH model and then calculate the RMSE and MAE?
Thanks
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Conditional Variance Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!