필터 지우기
필터 지우기

Code for GARCH-ARIMA

조회 수: 1 (최근 30일)
Seemant Tiwari
Seemant Tiwari 2024년 3월 24일
I have time series data,
My input series is TEMP., HUMIDITY, PRESSURE.
and MY TARGET SERIES IS AVERAGE WIND SPEED.
I am arranging my data for 1 day ahead prediction like
d= ones(1,365);
X_new=[Temp.;Humidity;Pressure];
X=mat2cell(X_new,3,24*d);
input series = X
T_new=[wind speed];
T=mat2cell(T_NEW,1,24*d);
Target series = T
I WANT TO GO NEXT STEP FOR garch-arima, I WANT CODE TO CALCULATE P,D,Q VALUE
ALSO PREDICTION CODING, for GARCH-ARIMA

답변 (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