full_report
Generate a complete HTML report for a fitted time series model, including parameter estimates, residual diagnostics, formal tests, and intervention warnings, and save it to disk.
Instructions
Generate a complete HTML report for a fitted model and save it to disk.
The report is a self-contained HTML file with collapsible sections:
Estimated model (parameters, SE, t-stats, AIC/BIC)
Diagnosis (residuals, ACF/PACF, Q-test, Jarque-Bera)
Formal tests (DCD, DCD_f, RV, MEG where applicable)
Interventions (extreme residuals and ACF distortion warnings)
Parameters
inp_path : path to .inp or .pre file output_path : path for the HTML output file run_meg : run MEG test (default True, only if D=0 + harmonics) intervention_threshold : |z| threshold for outlier warnings (default 3.5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_meg | No | ||
| inp_path | Yes | ||
| output_path | Yes | ||
| intervention_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |