statsmodels.tsa.vector_ar.svar_model.SVARProcess.plot_acorr# SVARProcess.plot_acorr(nlags=10, linewidth=8)# Plot theoretical autocorrelation function Parameters: nlagsint, optionalThe number of lags to include in the plot. linewidthint, optionalThe linewidth for the plots. Returns: FigureFigure instance containing the plot.