mqr.plot.regression.
residuals#
- mqr.plot.regression.residuals(resid, fitted, axs)#
Plot a probability plot of residuals, histogram of residuals, residuals versus observation and residuals versus fitted values for the residuals in a fitted statsmodels model.
- Parameters:
- resid
Residuals from regression.
- fitted
Fitted values from regression.
- axsnp.ndarray[matplotlib.axes.Axes]
Array of axes for plot. Must have four elements. Will be flattened before use.
Examples
See
mqr.plot.regression
.