Produces forecasts from a trained model.
# S3 method for NNETAR forecast( object, new_data, specials = NULL, simulate = TRUE, bootstrap = FALSE, times = 1000, ... )
object | The time series model used to produce the forecasts |
---|---|
new_data | A |
specials | (passed by |
simulate | If |
bootstrap | If |
times | The number of sample paths to use in estimating the forecast distribution if simulated intervals are used. |
... | Additional arguments for forecast model methods. |
A list of forecasts.
#> # A fable: 2 x 4 [1Y] #> # Key: .model [1] #> .model index value .mean #> <chr> <dbl> <dist> <dbl> #> 1 nn 1961 t(sample[10]) 31100. #> 2 nn 1962 t(sample[10]) 33951.