statsmodels.graphics.gofplots.qqplot_2samples
statsmodels.graphics.gofplots.qqplot_2samples(data1, data2, xlabel=None, ylabel=None, line=None, ax=None) [source]
Q-Q Plot of two samples? quantiles. Can take either two ProbPlot instances or two array-like objects. In the case of the latter, both inputs will be converted to ProbPlot instances using only the default values - so use ProbPlot instances if finer-grained control of the quantile computations is required. Parameters:
data1, data2 : a