iss(data, intermittent = c("none", "fixed", "croston", "tsb", "sba"),
h = 10, holdout = FALSE, model = NULL, persistence = NULL)
"none"
- none, "fixed"
- constant probability,
"croston"
- estimated using Croston, 1972 method and "TSB"
-
Teunter et al., 2011 method., "sba"
- Syntetos-Boylan Approximation
for Croston's method (bias correction) discussed in Syntetos and Boylan,
2005.TRUE
, holdout sample of size h
is taken from
the end of the data."ANN"
or "MNN"
.NULL
, then it is estimated.fitted
- fitted values of the constructed model;
states
- values of states (currently level only);
forecast
- forecast for h
observations ahead;
variance
- conditional variance of the forecast;
logLik
- likelihood value for the model
nParam
- number of parameters used in the model;
residuals
- residuals of the model;
C
- vector of all the parameters.
actuals
- actual values of probabilities (zeroes and ones).
ets, forecast,
es
y <- rpois(100,0.1)
iss(y, intermittent="t")
iss(y, intermittent="c", persistence=0.1)
Run the code above in your browser using DataLab