Clear Filters
Clear Filters

WIND SPEED PREDICTION ARIMA Model

7 views (last 30 days)
Seemant Tiwari
Seemant Tiwari on 27 Jan 2024
if the value of
p = 1
d = 1
q =1
Now i want to create ARIMA model
MD = ARIMA('AR', { }, 'MA' { }, 'SAR', { }, 'SMA' { }, 'D' ,.., 'SEASONALITY',.., 'CONSTANT',..,'VARIANCE',..)
Can anyone tell, how can we calculate these values?
Thank you

Answers (0)

Categories

Find more on Conditional Mean Models in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!