statsmodels.tsa.vector_ar.svar_model.SVARResults.reorder# SVARResults.reorder(order)# Reorder variables for structural specification Parameters: ordersequence of int or strThe new order of the variables, specified either by integer position or by variable name. Must contain all of the variables exactly once. Returns: VARResultsA new results instance with the variables reordered.