statsmodels.tsa.vector_ar.svar_model.SVARResults.reorder#

SVARResults.reorder(order)#

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.