statsmodels.tsa.vector_ar.var_model.VARResults.reorder#

VARResults.reorder(order)[source]#

Reorder variables for structural specification

Parameters:
ordersequence of int or str

The new order of the variables, specified either by integer position or by variable name. Must contain all of the variables exactly once.

Returns:
VARResults

A new results instance with the variables reordered.