I am working on a research project with a professor of mine and I am trying to model the program we have written with GRETL. By that I mean I want to see if GRETL has all the same functionality and see if our numbers match up reasonably well.
The feature list I am trying to emulate is as follows.
- Box & Jenkins for PACF
- Least Squares PACF from Box and Jenkins
- Thetas for MA using Innovation Algorithm
- AIC - Pena
- BIC - Brock
- SIC - Shum
- AIC checking AR(p) Brockwell
- Differencing
- Yule Walker initial estimate
- ARMA using Innovation Algorithm
I have found some of the equivalents through playing around with the program. There are also several repeats of the functions that I omitted. Thanks for your time:)
--
Josiah