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
Modeling my own line in OLS / scatter graph for residual values?Hello everyone, I was just wondering whether it is possible to (1) model my own "pseudo-regress line…
How to use psacalc command with the option mcontrol so that to take fixed-effects as unrelated controls ?Hello Dear All, I am trying to use psacalc command in Stata to build an argument for omitted variab…
Quickest Way to convert Int/Flot to StringHello there, what would be the easiest and quickest way to convert int or float to string from the c…
graph the predicted probabilityHi guys! I am totally new with statistics, just started to learn using Stata. On the last class we …
Stata freezing forever after -glm- command*Hi, I am running a simple glm model with -link(log)- function, and it makes both Stata 14 and 15 ir…
Subscribe to:
Post Comments (Atom)
0 Response to SARIMA Model equation
Post a Comment