Usage
imapa(data,h=10,w=NULL,minimumAL=1,maximumAL=NULL,comb=c("mean","median"), init.opt=c(TRUE,FALSE),paral=c(0,1,2),outplot=c(0,1,2,3,4),model.fit=NULL, na.rm=c(FALSE,TRUE))
Arguments
data
Intermittent demand time series.
w
Smoothing parameters. If w == NULL then parameters are optimised. If w is w single parameter then the same is used for smoothing both the demand and the intervals. If two parameters are provided then the second is used to smooth the intervals. SES is always optimised.
minimumAL
Lowest aggregation level to use. Default = 1.
maximumAL
Highest aggregation level to use. Default = maximum interval.
comb
Combination operator. One of "mean" or "median". Default is "mean".
init.opt
If init.opt==TRUE then Croston and SBA initial values are optimised.
paral
Use parallel processing. 0 = no; 1 = yes (requires initialised cluster); 2 = yes and initialise cluster. Default is 0.
outplot
Optional plot: 0 = No plot; 1 = Time series and combined forecast; 2 = Time series and all aggregation level forecasts; 3 = Summary model selection plot; 4 = Detailed model selection plot.
model.fit
Optional input with model types and parameters. This is the model.fit output from this function. If used it overrides other model settings.
na.rm
A logical value indicating whether NA values should be remove using the method.