statsmodels.graphics.gofplots.qqplot
statsmodels.graphics.gofplots.qqplot(data, dist=, distargs=(), a=0, loc=0, scale=1, fit=False, line=None, ax=None) [source]
Q-Q plot of the quantiles of x versus the quantiles/ppf of a distribution. Can take arguments specifying the parameters for dist or fit them automatically. (See fit under Parameters.) Parameters:
data : array-like 1d data array dist : A scipy.stats or statsmodels distribution Compare x against dist. The default is scipy.stats.dis