필터 지우기
필터 지우기

Wind speed forecasting using ARIMA model

조회 수: 5 (최근 30일)
George
George 2014년 7월 11일
답변: Shashank Prasanna 2014년 7월 11일
Hi
I have the readings of wind speed and I want to forecast it for the next year. However, when I use autocorrelation and Partial autocorrelation I realise that the data must be differenced for once. I have also tried to use ARIMA(2,1,1) - based on autocorr and parcorr - but the forecasted results are different from the actual ones. Can anyone help me on how to accurately identify the order of AR() and MA() so the forecasting can be as much accurate as possible?
Thanks

채택된 답변

Shashank Prasanna
Shashank Prasanna 2014년 7월 11일
Forecast will never be identical to the actual series. After all this is a model. To quote famous statistician George Box "essentially, all models are wrong, but some are useful". Unfortunately there isn't a magic way to select lag orders, however there are several strategies you can use to improve results. For a start take a look at a surveys common strategies for lag order selection here:
Other examples that use autocorrelation and paritial autocorrelation along with aic and bic:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Conditional Mean Models에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by