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
Estimate 2SLS with multi-level fixed-effects using ivregress vs reghdfe vs ivreghdfeHello Stata experts, at the moment I'm working on a project that requires the use of 2SLS method wi…
behavior of saved outputDear lister I am using Stata17 I want to save the output from 2 table commands in 2 matrixes. Afte…
Calculating a score for each firm within the same industryDear All, I hope you are staying well and keeping safe. I am new to variable creating codes and wou…
Marginsplot: Changing markers by categorical value along x-axisI am summarizing percentage estimates across cities graphically, using margins and marginsplot. Howe…
Do Not Rank If ConditionHello, In the sample attached I have ranked var: tfr_lr in var: rank_tfr_lr I would like var: tfr_l…
Subscribe to:
Post Comments (Atom)
0 Response to SARIMA Model equation
Post a Comment