powered by
This function uses the grid search algorithm discussed in Section 11.5 of Applied Time Series Analysis with R, second edition by Woodward, Gray, and Elliott
est.farma.wge(x, low.d, high.d, inc.d, p.max, nback = 500)
Estimate of d
Estimates of the pth order AR component of the model where p is some integer from 0 to p.max
The estimnated white noise variance
The aic value associated with the final model
Realization to be analyzed
The lower limit for d in the grid search
The upper limit for d in the grid search
The increment, e.g. .01, .001, etc. in the grid search
Maximum value of p allowed for the AR component of the model
Number of backcasts to be used (see section 11.5 in Applied Time Series Analysis with R, second edition by Woodward, Gray, and Elliott
Wayne Woodward
We assume q=0 and do not allow moving average terms in the model.
Applied Time Series Analysis with R, second edition by Woodward, Gray, and Elliott. See also Hosking (1984)
est.farma.wge(Nile,low.d=.1,high.d=.5,inc.d=.01,p.max=3)
Run the code above in your browser using DataLab