save_identification_report
Generate and save an HTML report with ACF/PACF listings and top ARMA order suggestions to aid time series model identification.
Instructions
Generate and save a full HTML identification report to disk.
The report contains the ACF/PACF listing for the differenced series (for d=0,1,2 or with seasonal differencing) and the top-5 ARMA order suggestions ranked by pattern similarity.
Parameters
inp_path : path to the .inp file (series is used, model spec ignored) output_path : path for the HTML output file d : regular differencing order (default 2) D : seasonal differencing order (default 0) lam : Box-Cox lambda (0.0=log, 1.0=identity, default 0.0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| D | No | ||
| d | No | ||
| lam | No | ||
| inp_path | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |