Sample Usage
AUTOETS(A1:A100, 14, 0.95, false)
Syntax
=AUTOETS(data_y, horizon, level, insample_forecast=false)
data_y
- The range representing the array or matrix of dependent data.horizon
- The forecasting horizon.level
- The prediction interval level. A number between0.5
and1.0
.insample_forecast
- Iftrue
, the insample forecast is returned in addition to the forecast.
Notes
- Any text in the encountered in the
value
will throw an error.