statsmodels.tsa.vector_ar.svar_model.SVARResults.resid_acorr# SVARResults.resid_acorr(nlags=1)# Compute sample autocorrelation (including lag 0) Parameters: nlagsint Returns: acorrndarrayAutocorrelations of the residuals, shape (nlags + 1, neqs, neqs).