On Mon, 25 Feb 2019, Raul Gimeno wrote:
Thank you for the answers!
Would it be possible to improve the manual to explain how to retrieve the
constant from the ARIMA estimation?
I am still struggling to get a simple AR estimation with the gretl menu.
The help does not help me further.
AR(1) process x(t) = 5 + 0.4x(t-1) + e with e ~N(0,1)
You need to do some homework: read chapter 28 of the Gretl User's
Guide, on "Univariate time series models". Hint: if you want the
estimated constant to approximate 5.0, for the "x" defined above,
apply the --conditional option to the arma command. (In the GUI,
select "Conditional Maximum Likelihood".)
When should I use the option "include a constant"?
You might try including a constant, then let the p-value for its
estimated value guide you in that respect.
There is the possibility to use "specific lags" in the
menu. When should I
use it? [...]
How do I know that the estimated AR(2) is not better than the estimated
AR(1)?
That question is in no way specific to gretl, but try chapter 25 of
the Gretl User's Guide, on Model selection criteria.
Allin Cottrell