Mathematical Equation to Forcecast with SARIMA Model
Hi .... I am new here and need your help.
I am developing a SARIMA model
The model is predicting the following Formula:-
ARIMA Forecast(
:Actual MS,
120,
Seasonal ARIMA( 2, 1, 1, 1, 1, 3, 12 ),
{AR Coefficients( {-0.0941622870204595, -0.0767935781741432} ),
MA Coefficients( {0.550123670174196} ),
Seasonal AR Coefficients( {-0.0631251223075085} ),
Seasonal MA Coefficien
...