ets |
forclen=int | Number of periods to forecast. |
forc="date" | Specify the date of the forecast end point. |
prompt | Force the dialog to appear from within a program. |
p | Print the view. |
e=arg (default = “a”) | Set error type: “a” (additive), “m” (multiplicative), “e” (auto). |
t=arg (default = “n”) | Set trend type. key can be: “n” (none), “a” (additive), “m” (multiplicative), “ad” (additive dampened), “md” (multiplicative dampened), “e” (auto). |
s=arg (default = “n”) | Set season type. key can be: “n” (none), “a”(additive), “m” (multiplicative), “e” (auto). |
modsel=arg (default= “aic”) | Model selection method: “aic” (Akaike information criterion), “bic” (Bayesian information criterion/Schwartz criterion), “hq” (Hannan-Quinn information criterion), “amse” (average mean squared errors). |
alpha=arg | Specify fixed value for level parameter . |
beta=arg | Specify fixed value for trend parameter in models with trend. |
gamma=arg | Specify fixed value for seasonal parameter in models with a seasonal component. |
phi=arg | Specify fixed value for dampening parameter in models with dampened trends. |
nomult | Do not allow multiplicative trend or seasonal terms. Only applies if the t=e or s=e options are set. |
amse | Set Average Mean Square Error (AMSE) as the objective function (The default is log-likelihood as the objective function). |
namse=integer | Specify the AMSE length—the number of observations over which to calculate AMSE if “amse” is selected. |
c=number | Set the convergence criteria. |
m=integer | Set the maximum number of iterations. |
ustart | Employ user-supplied starting values (taken from the C vector in the workfile). |
noi | Do not optimize the initial state values (fix at their starting values). |
dgraph=arg | Include a decomposition graph for each specified element. arg may be composed of any of the following elements: “f” (forecast), “l” (level), “t” (trend), “s” (season). |
dgopt=arg (default =“m”) | Format for display of decomposition graph: “m” (multiple graph), “s” (single graph) |
graph=arg | Include a comparison graph in the output for each specified element (if model selection is employed). arg may be composed of any of the following elements: “c” (forecast comparison) and “l” (likelihood comparison). |
table=arg | Include a comparison table in the output (if model selection is employed). arg may be composed of any of the following elements: “c” (forecast comparison) and “l” (likelihood comparison). |
level=name | Save the level component as a separate series in the workfile. |
trend=name | Save the trend component as a separate series in the workfile (if applicable). |
season=name | Save the seasonal component as a separate series in the workfile (if applicable). |