Asymptotic Distribution

======================

Definition

An Asymptotic Distribution is a concept used in statistics and probability theory to describe the limiting behavior of a sequence of random variables, as the Sample Size increases without bound. It provides a way to estimate the underlying distribution of a variable when the number of observations grows large.

Types of Asymptotic Distributions

There are several types of asymptotic distributions, including:

Properties of Asymptotic Distributions

Asymptotic distributions have several key properties:

Examples

Example 1: Limiting Distribution

Consider a sequence of binomial random variables, where each observation has a probability p of success and a probability q = 1 - p of failure. Let X_n be the number of successes in n observations.

As n increases without bound, X_n / n converges to a Limiting Distribution D(p) that is normal with mean np and variance p(1-p).

Example 2: Asymptotic Independence

Consider two independent random variables, X_1 and X_2, which are also binomial random variables. Let Y = X_1 + X_2.

As the Sample Size increases without bound, Y / (n(X_1) + n(X_2)) converges to a Limiting Distribution D(p) that is normal with mean 0 and variance p(1-p)/p.

Example 3: Asymptotic Equivalence

Consider two sequences of binomial random variables, X_n and Y_n, where each observation has the same probability p. Let Z = X_1 + Y_1.

As the Sample Size increases without bound, Z / n(X_1) + Z / n(Y_1) converges to a Limiting Distribution that is normal with mean 0 and variance 2p(1-p)/p, regardless of the value of p.

Conclusion

Asymptotic distributions provide a powerful tool for analyzing the behavior of random variables as the Sample Size increases without bound. They can be used to estimate the underlying distribution of a variable, analyze the Consistency of estimators, and compare different models.

References