plot_geweke

validation.plot_geweke(report, *, save=None, show=False)

Dot plot of the Geweke z-scores with the critical band.

Parameters

Name Type Description Default
report GewekeReport The output of :func:scspill.validation.geweke_test. required
save str File path to save the figure to. None
show bool Display the figure. False

Returns

Name Type Description
matplotlib.figure.Figure