mqr.plot.regression.

res_probplot#

mqr.plot.regression.res_probplot(resid, ax, probplot_kws=None)#

Probability plot of residuals from result of calling fit() on statsmodels model.

Parameters:
residarray_like

Residuals from regression.

axmatplotlib.axes.Axes

Axes for the plot.

probplot_kwsdict, optional

Keyword arguments passed to probscale.probplot.