mqr.plot.regression.

res_v_fit#

mqr.plot.regression.res_v_fit(resid, fitted, ax, plot_kws=None)#

Plot residual versus fit.

Parameters:
residarray_like

Residuals from regression.

fittedarray_like

Fitted values from regression.

axmatplotlib.axes.Axes

Axes for plot.

plot_kwsdict, optional

Keyword arguments passed to matplotlib.pyplot.plot.