generate_forecast
Generate multi-step-ahead forecasts from a fitted model, outputting an HTML report and a fuf file for future updates.
Instructions
Generate L-step-ahead forecasts from a fitted model.
Loads the model from inp_path (fitted .pre), computes forecasts, writes a fuf file to output_fuf_path for future updates, and writes the full Treadway/Jenkins HTML forecast report (tables + charts) to output_html.
Parameters
inp_path : fitted model file (.pre) horizon : number of periods ahead to forecast (e.g. 24) output_fuf_path : path to write the fuf input file (for update_and_forecast) output_html : path to write the fue HTML forecast report (required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| horizon | Yes | ||
| inp_path | Yes | ||
| output_html | Yes | ||
| output_fuf_path | Yes |