Skip to contents

Generate forecasts from ETS and ARIMA models, reconcile them, and combine them. Return a fable object containing the forecasts.

Usage

get_forecasts(data, h, nsim)

Arguments

data

Data set computed from read_tac_data

h

Forecast horizon.

nsim

Number of simulated future sample paths per model.