model_equation_display
Display an estimated ARIMA model in two-equation polynomial form, showing deterministic and noise components with parameters and standard errors aligned under coefficients.
Instructions
Display the estimated model as two polynomial-operator equations.
Shows the two-equation B-J-T form with estimated parameters and SE aligned below each coefficient (equivalent to the \est{}{} LaTeX macro in the thesis).
Equation 1 (level): [transform] yₜ = Dₜ + Nₜ Dₜ shows all deterministic components: interventions, harmonics, mean.
Equation 2 (noise): ∇ᵈ∇ₛᴰ φ(B) Nₜ = θ(B) aₜ Polynomial operator form for the ARIMA stochastic model.
Parameters
inp_path : path to the .inp or .pre file with the estimated model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inp_path | Yes |