Produces forecasts from a trained model.
# S3 method for model_mean forecast( object, new_data, specials = NULL, bootstrap = FALSE, times = 5000, ... )
object | The time series model used to produce the forecasts |
---|---|
new_data | A |
specials | (passed by |
bootstrap | If |
times | The number of sample paths to use in estimating the forecast distribution when |
... | Additional arguments for forecast model methods. |
A list of forecasts.
#> # A fable: 4 x 4 [30m] <Australia/Melbourne> #> # Key: .model [1] #> .model Time Demand .mean #> <chr> <dttm> <dist> <dbl> #> 1 avg 2015-01-01 00:00:00 N(4665, 764369) 4665. #> 2 avg 2015-01-01 00:30:00 N(4665, 764369) 4665. #> 3 avg 2015-01-01 01:00:00 N(4665, 764369) 4665. #> 4 avg 2015-01-01 01:30:00 N(4665, 764369) 4665.