A qqplot is a graphical method for comparing two probability distributions by plotting their quantiles against each other. To construct a qqplot, the quantiles of each dataset are calculated and then plotted against each other. When the datasets have different sizes, interpolated quantile estimates are used. Quantiles divide a dataset so that a given percentage of values lie below a particular quantile. Qqplots are useful for comparing samples and revealing differences in location, spread, and shape between distributions.
Related topics: