update_and_forecast
Append new observations to an existing forecast model, re-run the forecast, and generate an HTML report comparing actuals to previous predictions to reveal tracking errors.
Instructions
Append new observations to a fuf file and update the forecast.
Loads the fuf file, appends new_values to the series, re-runs the forecast (fixed parameters), compares actual observations against the previous forecast to report tracking errors, and writes the updated Treadway/Jenkins HTML report to output_html.
Parameters
fuf_path : existing fuf .inp file (from generate_forecast) new_values : list of new observations in original scale output_html : path to write the fue HTML forecast report (required) output_fuf_path : where to save the updated fuf file (default: overwrites fuf_path) actual_dates : (optional) date labels for new observations ("MM/YYYY")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuf_path | Yes | ||
| new_values | Yes | ||
| output_html | Yes | ||
| actual_dates | No | ||
| output_fuf_path | No |