statsmodels.tsa.vector_ar.svar_model.SVARResults.df_model#
- property SVARResults.df_model#
Number of estimated parameters per equation, including the intercept / trends
Each equation in the VAR is estimated by OLS, so this counts the number of free parameters entering each individual equation:
neqs * k_arlagged terms plusk_exogdeterministic terms. It is not the total number of estimated coefficients across all equations.