P–P plot

Probability plot which compares two cumulative distribution functions


title: "P–P plot" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["statistical-charts-and-diagrams"] description: "Probability plot which compares two cumulative distribution functions" topic_path: "general/statistical-charts-and-diagrams" source: "https://en.wikipedia.org/wiki/P–P_plot" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Probability plot which compares two cumulative distribution functions ::

::figure[src="https://upload.wikimedia.org/wikipedia/commons/6/6c/Probability-Probability_plot,_quality_characteristic_data.png" caption="thumb]]In statistics, a '''P–P plot''' ('''probability–probability plot''' or '''percent–percent plot''' or '''P value plot''') is a probability plot for assessing how closely two [[data set]]s agree, or for assessing how closely a dataset fits a particular model. It works by plotting the two [[cumulative distribution function]]s against each other; if they are similar, the data will appear to be nearly a straight line. This behavior is similar to that of the more widely used [[Q–Q plot]], with which it is often confused."] ::

Definition

A P–P plot plots two cumulative distribution functions (cdfs) against each other: given two probability distributions, with cdfs "F" and "G", it plots (F(z),G(z)) as z ranges from -\infty to \infty. As a cdf has range [0,1], the domain of this parametric graph is (-\infty,\infty) and the range is the unit square [0,1]\times [0,1].

Thus for input z the output is the pair of numbers giving what percentage of f and what percentage of g fall at or below z.

The comparison line is the 45° line from (0,0) to (1,1), and the distributions are equal if and only if the plot falls on this line. The degree of deviation makes it easy to visually identify how different the distributions are, but because of sampling error, even samples drawn from identical distributions will not appear identical.

Example

As an example, if the two distributions do not overlap, say F is below G, then the P–P plot will move from left to right along the bottom of the square – as z moves through the support of F, the cdf of F goes from 0 to 1, while the cdf of G stays at 0 – and then moves up the right side of the square – the cdf of F is now 1, as all points of F lie below all points of G, and now the cdf of G moves from 0 to 1 as z moves through the support of G. (need a graph for this paragraph)

Use

As the above example illustrates, if two distributions are separated in space, the P–P plot will give very little data – it is only useful for comparing probability distributions that have nearby or equal location. Notably, it will pass through the point (1/2, 1/2) if and only if the two distributions have the same median.

P–P plots are sometimes limited to comparisons between two samples, rather than comparison of a sample to a theoretical model distribution.Testing for Normality, by Henry C. Thode, CRC Press, 2002, , Section 2.2.3, Percent–percent plots, p. 23 However, they are of general use, particularly where observations are not all modelled with the same distribution.

However, it has found some use in comparing a sample distribution from a known theoretical distribution: given n samples, plotting the continuous theoretical cdf against the empirical cdf would yield a stairstep (a step as z hits a sample), and would hit the top of the square when the last data point was hit. Instead one only plots points, plotting the observed kth observed points (in order: formally the observed kth order statistic) against the k/(n + 1) quantile of the theoretical distribution. This choice of "plotting position" (choice of quantile of the theoretical distribution) has occasioned less controversy than the choice for Q–Q plots. The resulting goodness of fit of the 45° line gives a measure of the difference between a sample set and the theoretical distribution.

A P–P plot can be used as a graphical adjunct to a tests of the fit of probability distributions, with additional lines being included on the plot to indicate either specific acceptance regions or the range of expected departure from the 1:1 line. An improved version of the P–P plot, called the SP or S–P plot, is available, which makes use of a variance-stabilizing transformation to create a plot on which the variations about the 1:1 line should be the same at all locations.

References

Citations

Sources

References

  1. (2003-05-09). "Nonparametric Statistical Inference". [[CRC Press]].
  2. (2016). "Why Welchs test is Type I error robust". The Quantitative Methods for Psychology.
  3. Michael J.R. (1983) "The stabilized probability plot". [[Biometrika]], 70(1), 11–17. {{JSTOR. 2335939
  4. [[Galen Shorack. Shorack, G.R.]], [[Jon A. Wellner. Wellner, J.A]] (1986) ''Empirical Processes with Applications to Statistics'', Wiley. {{ISBN. 0-471-86725-X p248–250

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

statistical-charts-and-diagrams