Usage
"forecast"(object, h=ifelse(object$coef["epsilon"] > 1e-10, 2*object$xtsp[3],10), level=c(80,95), fan=FALSE, lambda=NULL, biasadj=FALSE, ...)
Arguments
object
An object of class "StructTS
". Usually the result of a call to StructTS
. h
Number of periods for forecasting
level
Confidence level for prediction intervals.
fan
If TRUE, level is set to seq(51,99,by=3). This is suitable for fan plots.
lambda
Box-Cox transformation parameter. Ignored if NULL. Otherwise, forecasts back-transformed via an inverse Box-Cox transformation.
biasadj
Use adjusted back-transformed mean for Box-Cox transformations. If TRUE, point forecasts and fitted values are mean forecast. Otherwise, these points can be considered the median of the forecast densities.