3.6.7. statsmodels.graphics.gofplots¶
3.6.7.1. Functions¶
add_constant (data[, prepend, has_constant]) |
This appends a column of ones to an array if prepend==False. |
plotting_pos (nobs, a) |
Generates sequence of plotting positions |
qqline (ax, line[, x, y, dist, fmt]) |
Plot a reference line for a qqplot. |
qqplot (data[, dist, distargs, a, loc, ...]) |
Q-Q plot of the quantiles of x versus the quantiles/ppf of a distribution. |
qqplot_2samples (data1, data2[, xlabel, ...]) |
Q-Q Plot of two samples’ quantiles. |
3.6.7.2. Classes¶
OLS (endog[, exog, missing, hasconst]) |
A simple ordinary least squares model. |
ProbPlot (data[, dist, fit, distargs, a, ...]) |
Class for convenient construction of Q-Q, P-P, and probability plots. |
cache_writable ([cachename, resetlist]) |
Decorator for CachedWritableAttribute |
resettable_cache |
alias of ResettableCache |