Empirical distribution function

From Wikipedia, the free encyclopedia
(Redirected from Sample distribution)
Jump to navigation Jump to search
The green curve, which asymptotically approaches heights of 0 and 1 without reaching them, is the true cumulative distribution function of the standard normal distribution. The grey hash marks represent the observations in a particular sample drawn from that distribution, and the horizontal steps of the blue step function (including the leftmost point in each step but not including the rightmost point) form the empirical distribution function of that sample. (Click here to load a new graph.)

In statistics, an empirical distribution function (a.k.a. an empirical cumulative distribution function, eCDF) is the distribution function associated with the empirical measure of a sample.[1] This cumulative distribution function is a step function that jumps up by 1/n at each of the n data points. Its value at any specified value of the measured variable is the fraction of observations of the measured variable that are less than or equal to the specified value.

The empirical distribution function is an estimate of the cumulative distribution function that generated the points in the sample. It converges with probability 1 to that underlying distribution, according to the Glivenko–Cantelli theorem. A number of results exist to quantify the rate of convergence of the empirical distribution function to the underlying cumulative distribution function.

Definition

[edit | edit source]

Let (X1, …, Xn) be independent, identically distributed real random variables with the common cumulative distribution function F(t). Then the empirical distribution function is defined as[2] F^n(t)=number of elements in the sampletn=1ni=1n𝟏Xit, where 𝟏A is the indicator of event A. For a fixed t, the indicator 𝟏Xit is a Bernoulli random variable with parameter p = F(t); hence nF^n(t) is a binomial random variable with mean nF(t) and variance nF(t)(1 − F(t)). This implies that F^n(t) is an unbiased estimator for F(t).

In some textbooks, the empirical distribution function is defined as[3][4] F^n(t)=1n+1i=1n𝟏Xit However, since the ratio (n + 1)/n approaches 1 as n goes to infinity, the asymptotic properties of the two definitions are the same.

Asymptotic properties

[edit | edit source]

By the strong law of large numbers, the estimator F^n(t) converges to F(t) as n → ∞ almost surely, for every value of t:[2] F^n(t) a.s. F(t); thus the estimator F^n(t) is consistent. This expression asserts the pointwise convergence of the empirical distribution function to the true cumulative distribution function. There is a stronger result, called the Glivenko–Cantelli theorem, which states that the convergence in fact happens uniformly over t:[5] F^nFsupt|F^n(t)F(t)| 0. The sup-norm in this expression is called the Kolmogorov–Smirnov statistic for testing the goodness-of-fit between the empirical distribution F^n(t) and the assumed true cumulative distribution function F. Other norm functions may be reasonably used here instead of the sup-norm. For example, the L2-norm gives rise to the Cramér–von Mises statistic.

The asymptotic distribution can be further characterized in several different ways. First, the central limit theorem states that pointwise, F^n(t) has asymptotically normal distribution with the standard n rate of convergence:[2] n(F^n(t)F(t))  d  𝒩(0,F(t)(1F(t))). This result is extended by the Donsker’s theorem, which asserts that the empirical process n(F^nF), viewed as a function indexed by t, converges in distribution in the Skorokhod space D[,+] to the mean-zero Gaussian process GF=BF, where B is the standard Brownian bridge.[5] The covariance structure of this Gaussian process is E[GF(t1)GF(t2)]=F(t1t2)F(t1)F(t2). The uniform rate of convergence in Donsker’s theorem can be quantified by the result known as the Hungarian embedding:[6] lim supnnln2nn(F^nF)GF,n<,a.s.

Alternatively, the rate of convergence of n(F^nF) can also be quantified in terms of the asymptotic behavior of the sup-norm of this expression. Number of results exist in this venue, for example the Dvoretzky–Kiefer–Wolfowitz inequality provides bound on the tail probabilities of nF^nF:[6] Pr(nF^nF>z)2e2z2. In fact, Kolmogorov has shown that if the cumulative distribution function F is continuous, then the expression nF^nF converges in distribution to B, which has the Kolmogorov distribution that does not depend on the form of F.

Another result, which follows from the law of the iterated logarithm, is that [6] lim supnn2lnlnnF^nF12,a.s. and lim infn2nlnlnnF^nF=π2,a.s.

Confidence intervals

[edit | edit source]
File:Empirical CDF, CDF and Confidence Interval plots for various sample sizes of Normal Distribution.png
Empirical CDF, CDF and confidence interval plots for various sample sizes of normal distribution
File:Cauchy emp .png
Empirical CDF, CDF and confidence interval plots for various sample sizes of Cauchy distribution
File:Triangle emp.png
Empirical CDF, CDF and confidence interval plots for various sample sizes of triangle distribution

As per Dvoretzky–Kiefer–Wolfowitz inequality the interval that contains the true CDF, F(x), with probability 1α is specified as

Fn(x)εF(x)Fn(x)+ε where ε=ln2α2n.

As per the above bounds, we can plot the Empirical CDF, CDF and confidence intervals for different distributions by using any one of the statistical implementations.

Statistical implementation

[edit | edit source]

A non-exhaustive list of software implementations of Empirical Distribution function includes:

  • In R software, we compute an empirical cumulative distribution function, with several methods for plotting, printing and computing with such an “ecdf” object.
  • In GNU Octave or MATLAB we can use Empirical cumulative distribution function (cdf) plot
  • jmp from SAS, the CDF plot creates a plot of the empirical cumulative distribution function.
  • Minitab, create an Empirical CDF
  • Mathwave, we can fit probability distribution to our data
  • Dataplot, we can plot Empirical CDF plot
  • Scipy, we can use scipy.stats.ecdf
  • Statsmodels, we can use statsmodels.distributions.empirical_distribution.ECDF
  • Matplotlib, using the matplotlib.pyplot.ecdf function (new in version 3.8.0)[7]
  • Seaborn, using the seaborn.ecdfplot function
  • Plotly, using the plotly.express.ecdf function
  • Excel, we can plot Empirical CDF plot
  • ArviZ, using the az.plot_ecdf function

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ a b c Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ Coles, S. (2001) An Introduction to Statistical Modeling of Extreme Values. Springer, p. 36, Definition 2.4. Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value)..
  4. ^ Madsen, H.O., Krenk, S., Lind, S.C. (2006) Methods of Structural Safety. Dover Publications. p. 148-149. Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  5. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  6. ^ a b c Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  7. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).

Further reading

[edit | edit source]
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]
  • Error creating thumbnail: File missing Media related to Lua error in Module:Commons_link at line 62: attempt to index field 'wikibase' (a nil value). at Wikimedia Commons