Hello everyone,
I am currently using ARIMA and SARIMA models to forecast a company´s sales. I get the general idea of the models, but i cannot seem to understand the exact equation stata uses to predict the model´s output.
My dataset is comprised of 120 monthly observations of sales "altom" and the command i use to model the sales is the following:
arima d.altom, noconstant ar(1) ma(1) mar(1, 12) mma(1, 12)
predict model
What i want stata to tell me is the equation it uses with the command "predict" after running the model.
I looked at the stata manual but all the examples there aim to model the difference of the seasonality, as if the command was:
arima ds12.altom, noconstant ar(1) ma(1) mar(1, 12) mma(1, 12)
Thanks everyone in advance!
Related Posts with SARIMA Model equation
Monthly last observation in a temporal seriesHi, I have a temporal series with the follow variables: idcompany, lastprice and date (dd/mm/yyyy). …
Value Labels and Appending DataI have a question about the appending data from multiple rounds of surveys across 10 countries from …
Adding Variables Gradually in RegressionsHi, I want to add multiple independent variables in the regressions gradually with the same depende…
Calculation of Kolm–Pollack Index.Hello everybody! I.m trying to calculate the Kolm–Pollack Index of inequality for the distribution …
Parallel Coordinates and playing around with graphIn using the parcoord command, I am finding it difficult to move from the default colors provided by…
Subscribe to:
Post Comments (Atom)
0 Response to SARIMA Model equation
Post a Comment