arch.unitroot.cointegration.EngleGrangerTestResults.plot

EngleGrangerTestResults.plot(axes=None, title=None)

Plot the cointegration residuals.

Parameters
  • axes (Axes, default None) -- matplotlib axes instance to hold the figure.

  • title (str, default None) -- Title for the figure.

Returns

The matplotlib Figure instance.

Return type

Figure