powered by
Find forecasts using a specified G(lambda) model
fore.glambda.wge(data.orig,lambda=0,offset=60,phi=0,h=0,n.ahead=10,lastn=TRUE,plot=TRUE)
Forecasts using AR model fit to data in original time
Forecasts using AR model fit to the dual and then reinterpolated
Time series data in the original time scale
The value of lambda under the Box-Cox time transformation with parameter lambda.
Offset (or shift) value in the G(lambda) model.
Coefficients of the AR component of the AR model fit to the dual data
Value of h which will be calculated to produce the desired number of forecasts in the original time scale
Number of values to forecast
If lastn=TRUE then the last n.ahead values are forecast. Otherwise, if lastn=FALSE the next n.ahead values are forecast
If plot=TRUE then plots of the data and forecasts are plotted
Wayne Woodward
Forecasts for an AR model fit to the data in the original time scale are also calculated and optionally plotted
Applied Time Series Analysis with R, second edition by Woodward, Gray, and Elliott
data(fig13.2c) fore.glambda.wge(fig13.2c,lambda=-.4,offset=63,phi=c(0.93,-0.32,-0.15,-0.15,-0.17),n.ahead=30)
Run the code above in your browser using DataLab