Jump to content

Independent and identically distributed random variables: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Dash fixes
less idiomatic
Line 4: Line 4:
In [[probability theory]] and [[statistics]], a [[sequence]] or other collection of [[random variable]]s is '''independent and identically distributed''' ('''i.i.d.''') if each random variable has the same [[probability distribution]] as the others and all are mutually [[independence (probability theory)|independent]].<ref>{{cite web | url = http://tuvalu.santafe.edu/~aaronc/courses/7000/csci7000-001_2011_L0.pdf | title = A brief primer on probability distributions | author = Aaron Clauset | publisher = [[Santa Fe Institute]]}}</ref>
In [[probability theory]] and [[statistics]], a [[sequence]] or other collection of [[random variable]]s is '''independent and identically distributed''' ('''i.i.d.''') if each random variable has the same [[probability distribution]] as the others and all are mutually [[independence (probability theory)|independent]].<ref>{{cite web | url = http://tuvalu.santafe.edu/~aaronc/courses/7000/csci7000-001_2011_L0.pdf | title = A brief primer on probability distributions | author = Aaron Clauset | publisher = [[Santa Fe Institute]]}}</ref>


The [[abbreviation]] ''i.i.d.'' is particularly common in [[statistics]] (often as ''iid'', sometimes written ''IID''), where observations in a [[statistical sample|sample]] are often assumed to be (more or less) i.i.d. for the purposes of [[statistical inference]]. The assumption (or requirement) that observations be i.i.d. tends to simplify the underlying mathematics of many statistical methods (see [[mathematical statistics]] and [[statistical theory]]). However, in practical applications of [[statistical modeling]] the assumption may or may not be realistic.
The [[abbreviation]] ''i.i.d.'' is particularly common in [[statistics]] (often as ''iid'', sometimes written ''IID''), where observations in a [[statistical sample|sample]] are often assumed to be effectively i.i.d. for the purposes of [[statistical inference]]. The assumption (or requirement) that observations be i.i.d. tends to simplify the underlying mathematics of many statistical methods (see [[mathematical statistics]] and [[statistical theory]]). However, in practical applications of [[statistical modeling]] the assumption may or may not be realistic.
The generalization of [[exchangeable random variables]] is often sufficient and more easily met.
The generalization of [[exchangeable random variables]] is often sufficient and more easily met.



Revision as of 04:44, 27 July 2012

In probability theory and statistics, a sequence or other collection of random variables is independent and identically distributed (i.i.d.) if each random variable has the same probability distribution as the others and all are mutually independent.[1]

The abbreviation i.i.d. is particularly common in statistics (often as iid, sometimes written IID), where observations in a sample are often assumed to be effectively i.i.d. for the purposes of statistical inference. The assumption (or requirement) that observations be i.i.d. tends to simplify the underlying mathematics of many statistical methods (see mathematical statistics and statistical theory). However, in practical applications of statistical modeling the assumption may or may not be realistic. The generalization of exchangeable random variables is often sufficient and more easily met.

The assumption is important in the classical form of the central limit theorem, which states that the probability distribution of the sum (or average) of i.i.d. variables with finite variance approaches a normal distribution.

Note that IID refers to sequences of random variables. "Independent and identically distributed" implies an element in the sequence is independent of the random variables that came before it. In this way an IID is different from a Markov Sequence where the probability distribution for the nth random variable is a function of the n–1 random variable (for a First Order Markov Sequence). An IID does not imply the probabilities for all elements of the sample space or event space must be the same[2]. Repeated throwing loaded dice will produce a sequence that is IID.

Examples

Uses in modeling

The following are examples or applications of independent and identically distributed (i.i.d.) random variables:

  • A sequence of outcomes of spins of a fair or unfair roulette wheel is i.i.d. One implication of this is that if the roulette ball lands on "red", for example, 20 times in a row, the next spin is no more or less likely to be "black" than on any other spin (see the Gambler's fallacy).
  • A sequence of fair or loaded dice rolls is i.i.d.
  • A sequence of fair or unfair coin flips is i.i.d.
  • In signal processing and image processing the notion of transformation to IID implies two specifications, the "ID" (ID = identically distributed) part and the "I" (I = independent) part:
    • (ID) the signal level must be balanced on the time axis;
    • (I) the signal spectrum must be flattened, i.e. transformed by filtering (such as deconvolution) to a white signal (one where all frequencies are equally present).

Uses in inference

  • One of the simplest statistical tests, the z-test, is used to test hypotheses about means of random variables. When using the z-test, one assumes (requires) that all observations are i.i.d. in order to satisfy the conditions of the central limit theorem.

Generalizations

Many results that are initially stated for i.i.d. variables are true more generally.

Exchangeable random variables

The most general notion which shares the main properties of i.i.d. variables are exchangeable random variables, introduced by Bruno de Finetti. Exchangeability means that while variables may not be independent or identically distributed, future ones behave like past ones – formally, any value of a finite sequence is as likely as any permutation of those values – the joint probability distribution is invariant under the symmetric group.

This provides a useful generalization – for example, sampling without replacement is not independent, but is exchangeable – and is widely used in Bayesian statistics.

Lévy process

In stochastic calculus, i.i.d. variables are thought of as a discrete time Lévy process: each variable gives how much one changes from one time to another. For example, a sequence of Bernoulli trials is interpreted as the Bernoulli process. One may generalize this to include continuous time Lévy processes, and many Lévy processes can be seen as limits of i.i.d. variables—for instance, the Wiener process is the limit of the Bernoulli process.

See also

References

  1. ^ Aaron Clauset. "A brief primer on probability distributions" (PDF). Santa Fe Institute.
  2. ^ Cover, Thomas (2006). Elements Of Information Theory. Wiley-Interscience. pp. 57–58. ISBN 978-0-471-24195-9.