croston(y, h=10, alpha=0.1, x=y)
"forecast"
is a list containing at least the following elements:
is a list containing at least the following elements:The function summary
is used to obtain and print a summary of
the results, while the function plot
produces a plot of the
forecasts.The generic accessor functions fitted.values
and
residuals
extract useful features of the value returned by
croston
and associated functions.
alpha
.Note that prediction intervals are not computed as Croston's method has no underlying stochastic model. The separate forecasts for the non-zero demands, and for the times between non-zero demands do have prediction intervals based on ETS(A,N,N) models.
Shenstone, L., and Hyndman, R.J. (2005) "Stochastic models underlying Croston's method for intermittent demand forecasting". Journal of Forecasting, 24, 389-402.
ses
.fcast <- croston(y)
plot(fcast)
Run the code above in your browser using DataLab