Produces forecasts from a trained model.
# S3 method for AR forecast( object, new_data = NULL, 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: 2 x 4 [1] #> # Key: .model [1] #> .model index value .mean #> <chr> <dbl> <dist> <dbl> #> 1 AR(value ~ order(3)) 49 N(2.4, 0.19) 2.45 #> 2 AR(value ~ order(3)) 50 N(2.3, 0.27) 2.25