Random Variation
   HOME

TheInfoList



OR:

A random variable (also called random quantity, aleatory variable, or stochastic variable) is a mathematical formalization of a quantity or object which depends on random events. It is a mapping or a function from possible outcomes (e.g., the possible upper sides of a flipped coin such as heads H and tails T) in a sample space (e.g., the set \) to a measurable space, often the real numbers (e.g., \ in which 1 corresponding to H and -1 corresponding to T). Informally, randomness typically represents some fundamental element of chance, such as in the roll of a
dice Dice (singular die or dice) are small, throwable objects with marked sides that can rest in multiple positions. They are used for generating random values, commonly as part of tabletop games, including dice games, board games, role-playing g ...
; it may also represent uncertainty, such as measurement error. However, the interpretation of probability is philosophically complicated, and even in specific cases is not always straightforward. The purely mathematical analysis of random variables is independent of such interpretational difficulties, and can be based upon a rigorous axiomatic setup. In the formal mathematical language of
measure theory In mathematics, the concept of a measure is a generalization and formalization of geometrical measures ( length, area, volume) and other common notions, such as mass and probability of events. These seemingly distinct concepts have many simil ...
, a random variable is defined as a
measurable function In mathematics and in particular measure theory, a measurable function is a function between the underlying sets of two measurable spaces that preserves the structure of the spaces: the preimage of any measurable set is measurable. This is in di ...
from a
probability measure space Probability is the branch of mathematics concerning numerical descriptions of how likely an Event (probability theory), event is to occur, or how likely it is that a proposition is true. The probability of an event is a number between 0 and ...
(called the ''sample space'') to a measurable space. This allows consideration of the pushforward measure, which is called the ''distribution'' of the random variable; the distribution is thus a
probability measure In mathematics, a probability measure is a real-valued function defined on a set of events in a probability space that satisfies measure properties such as ''countable additivity''. The difference between a probability measure and the more gener ...
on the set of all possible values of the random variable. It is possible for two random variables to have identical distributions but to differ in significant ways; for instance, they may be independent. It is common to consider the special cases of discrete random variables and
absolutely continuous random variable In probability theory and statistics, a probability distribution is the mathematical Function (mathematics), function that gives the probabilities of occurrence of different possible outcomes for an Experiment (probability theory), experiment. ...
s, corresponding to whether a random variable is valued in a discrete set (such as a finite set) or in an interval of real numbers. There are other important possibilities, especially in the theory of
stochastic process In probability theory and related fields, a stochastic () or random process is a mathematical object usually defined as a family of random variables. Stochastic processes are widely used as mathematical models of systems and phenomena that appea ...
es, wherein it is natural to consider random sequences or
random function In probability theory and related fields, a stochastic () or random process is a mathematical object usually defined as a Indexed family, family of random variables. Stochastic processes are widely used as mathematical models of systems and phen ...
s. Sometimes a ''random variable'' is taken to be automatically valued in the real numbers, with more general random quantities instead being called ''random elements''. According to George Mackey, Pafnuty Chebyshev was the first person "to think systematically in terms of random variables".


Definition

A random variable X is a
measurable function In mathematics and in particular measure theory, a measurable function is a function between the underlying sets of two measurable spaces that preserves the structure of the spaces: the preimage of any measurable set is measurable. This is in di ...
X \colon \Omega \to E from a sample space \Omega as a set of possible outcome (probability), outcomes to a measurable space E. The technical axiomatic definition requires the sample space \Omega to be a sample space of a probability space, probability triple (\Omega, \mathcal, \operatorname) (see the #Measure-theoretic definition, measure-theoretic definition). A random variable is often denoted by capital Latin script, roman letters such as X, Y, Z, T. The probability that X takes on a value in a measurable set S\subseteq E is written as : \operatorname(X \in S) = \operatorname(\)


Standard case

In many cases, X is Real number, real-valued, i.e. E = \mathbb. In some contexts, the term random element (see #Extensions, extensions) is used to denote a random variable not of this form. When the Image (mathematics), image (or range) of X is countable set, countable, the random variable is called a discrete random variable and its distribution is a discrete probability distribution, i.e. can be described by a probability mass function that assigns a probability to each value in the image of X. If the image is uncountably infinite (usually an Interval (mathematics), interval) then X is called a continuous random variable. In the special case that it is absolutely continuous, its distribution can be described by a probability density function, which assigns probabilities to intervals; in particular, each individual point must necessarily have probability zero for an absolutely continuous random variable. Not all continuous random variables are absolutely continuous, a mixture distribution is one such counterexample; such random variables cannot be described by a probability density or a probability mass function. Any random variable can be described by its cumulative distribution function, which describes the probability that the random variable will be less than or equal to a certain value.


Extensions

The term "random variable" in statistics is traditionally limited to the real number, real-valued case (E=\mathbb). In this case, the structure of the real numbers makes it possible to define quantities such as the expected value and variance of a random variable, its cumulative distribution function, and the moment (mathematics), moments of its distribution. However, the definition above is valid for any measurable space E of values. Thus one can consider random elements of other sets E, such as random Boolean-valued function, boolean values, categorical variable, categorical values, Covariance matrix#Complex random vectors, complex numbers, random vector, vectors, random matrix, matrices, random sequence, sequences, Tree (graph theory), trees, random compact set, sets, shapes, manifolds, and random function, functions. One may then specifically refer to a ''random variable of data type, type E'', or an ''E-valued random variable''. This more general concept of a random element is particularly useful in disciplines such as graph theory, machine learning, natural language processing, and other fields in discrete mathematics and computer science, where one is often interested in modeling the random variation of non-numerical data structures. In some cases, it is nonetheless convenient to represent each element of E, using one or more real numbers. In this case, a random element may optionally be represented as a random vector, vector of real-valued random variables (all defined on the same underlying probability space \Omega, which allows the different random variables to mutual information, covary). For example: *A random word may be represented as a random integer that serves as an index into the vocabulary of possible words. Alternatively, it can be represented as a random indicator vector, whose length equals the size of the vocabulary, where the only values of positive probability are (1 \ 0 \ 0 \ 0 \ \cdots), (0 \ 1 \ 0 \ 0 \ \cdots), (0 \ 0 \ 1 \ 0 \ \cdots) and the position of the 1 indicates the word. *A random sentence of given length N may be represented as a vector of N random words. *A random graph on N given vertices may be represented as a N \times N matrix of random variables, whose values specify the adjacency matrix of the random graph. *A
random function In probability theory and related fields, a stochastic () or random process is a mathematical object usually defined as a Indexed family, family of random variables. Stochastic processes are widely used as mathematical models of systems and phen ...
F may be represented as a collection of random variables F(x), giving the function's values at the various points x in the function's domain. The F(x) are ordinary real-valued random variables provided that the function is real-valued. For example, a
stochastic process In probability theory and related fields, a stochastic () or random process is a mathematical object usually defined as a family of random variables. Stochastic processes are widely used as mathematical models of systems and phenomena that appea ...
is a random function of time, a random vector is a random function of some index set such as 1,2,\ldots, n, and random field is a random function on any set (typically time, space, or a discrete set).


Distribution functions

If a random variable X\colon \Omega \to \mathbb defined on the probability space (\Omega, \mathcal, \operatorname) is given, we can ask questions like "How likely is it that the value of X is equal to 2?". This is the same as the probability of the event \\,\! which is often written as P(X = 2)\,\! or p_X(2) for short. Recording all these probabilities of outputs of a random variable X yields the probability distribution of X. The probability distribution "forgets" about the particular probability space used to define X and only records the probabilities of various output values of X. Such a probability distribution, if X is real-valued, can always be captured by its cumulative distribution function :F_X(x) = \operatorname(X \le x) and sometimes also using a probability density function, f_X. In measure theory, measure-theoretic terms, we use the random variable X to "push-forward" the measure P on \Omega to a measure p_X on \mathbb. The measure p_X is called the "(probability) distribution of X" or the "law of X". The density f_X = dp_X/d\mu, the Radon–Nikodym derivative of p_X with respect to some reference measure \mu on \mathbb (often, this reference measure is the Lebesgue measure in the case of continuous random variables, or the counting measure in the case of discrete random variables). The underlying probability space \Omega is a technical device used to guarantee the existence of random variables, sometimes to construct them, and to define notions such as correlation and dependence or Independence (probability theory), independence based on a joint distribution of two or more random variables on the same probability space. In practice, one often disposes of the space \Omega altogether and just puts a measure on \mathbb that assigns measure 1 to the whole real line, i.e., one works with probability distributions instead of random variables. See the article on quantile functions for fuller development.


Examples


Discrete random variable

In an experiment a person may be chosen at random, and one random variable may be the person's height. Mathematically, the random variable is interpreted as a function which maps the person to the person's height. Associated with the random variable is a probability distribution that allows the computation of the probability that the height is in any subset of possible values, such as the probability that the height is between 180 and 190 cm, or the probability that the height is either less than 150 or more than 200 cm. Another random variable may be the person's number of children; this is a discrete random variable with non-negative integer values. It allows the computation of probabilities for individual integer values – the probability mass function (PMF) – or for sets of values, including infinite sets. For example, the event of interest may be "an even number of children". For both finite and infinite event sets, their probabilities can be found by adding up the PMFs of the elements; that is, the probability of an even number of children is the infinite sum \operatorname(0) + \operatorname(2) + \operatorname(4) + \cdots. In examples such as these, the sample space is often suppressed, since it is mathematically hard to describe, and the possible values of the random variables are then treated as a sample space. But when two random variables are measured on the same sample space of outcomes, such as the height and number of children being computed on the same random persons, it is easier to track their relationship if it is acknowledged that both height and number of children come from the same random person, for example so that questions of whether such random variables are correlated or not can be posed. If \, \ are countable sets of real numbers, b_n >0 and \sum_n b_n=1, then F=\sum_n b_n \delta_(x) is a discrete distribution function. Here \delta_t(x) = 0 for x < t, \delta_t(x) = 1 for x \ge t. Taking for instance an enumeration of all rational numbers as \ , one gets a discrete function that is not necessarily a step function (piecewise constant).


Coin toss

The possible outcomes for one coin toss can be described by the sample space \Omega = \. We can introduce a real-valued random variable Y that models a $1 payoff for a successful bet on heads as follows: Y(\omega) = \begin 1, & \text \omega = \text, \\[6pt] 0, & \text \omega = \text. \end If the coin is a fair coin, ''Y'' has a probability mass function f_Y given by: f_Y(y) = \begin \tfrac 12,& \texty=1,\\[6pt] \tfrac 12,& \texty=0, \end


Dice roll

A random variable can also be used to describe the process of rolling dice and the possible outcomes. The most obvious representation for the two-dice case is to take the set of pairs of numbers ''n''1 and ''n''2 from (representing the numbers on the two dice) as the sample space. The total number rolled (the sum of the numbers in each pair) is then a random variable ''X'' given by the function that maps the pair to the sum: X((n_1, n_2)) = n_1 + n_2 and (if the dice are fair die, fair) has a probability mass function ''f''''X'' given by: f_X(S) = \frac, \text S \in \


Continuous random variable

Formally, a continuous random variable is a random variable whose cumulative distribution function is Continuous function, continuous everywhere. There are no "Discontinuity (mathematics)#Jump discontinuity, gaps", which would correspond to numbers which have a finite probability of Outcome (probability), occurring. Instead, continuous random variables almost never take an exact prescribed value ''c'' (formally, \forall c \in \mathbb:\; \Pr(X = c) = 0) but there is a positive probability that its value will lie in particular Interval (mathematics), intervals which can be arbitrarily small. Continuous random variables usually admit probability density functions (PDF), which characterize their CDF and
probability measure In mathematics, a probability measure is a real-valued function defined on a set of events in a probability space that satisfies measure properties such as ''countable additivity''. The difference between a probability measure and the more gener ...
s; such distributions are also called Absolutely continuous random variable, absolutely continuous; but some continuous distributions are Singular distribution, singular, or mixes of an absolutely continuous part and a singular part. An example of a continuous random variable would be one based on a spinner that can choose a horizontal direction. Then the values taken by the random variable are directions. We could represent these directions by North, West, East, South, Southeast, etc. However, it is commonly more convenient to map the sample space to a random variable which takes values which are real numbers. This can be done, for example, by mapping a direction to a bearing in degrees clockwise from North. The random variable then takes values which are real numbers from the interval [0, 360), with all parts of the range being "equally likely". In this case, ''X'' = the angle spun. Any real number has probability zero of being selected, but a positive probability can be assigned to any ''range'' of values. For example, the probability of choosing a number in [0, 180] is . Instead of speaking of a probability mass function, we say that the probability ''density'' of ''X'' is 1/360. The probability of a subset of [0, 360) can be calculated by multiplying the measure of the set by 1/360. In general, the probability of a set for a given continuous random variable can be calculated by integrating the density over the given set. More formally, given any Interval (mathematics), interval I = [a, b] = \, a random variable X_I \sim \operatorname(I) = \operatorname[a, b] is called a "Continuous uniform distribution, continuous uniform random variable" (CURV) if the probability that it takes a value in a subinterval depends only on the length of the subinterval. This implies that the probability of X_I falling in any subinterval [c, d] \sube [a, b] is Proportionality (mathematics), proportional to the Lebesgue measure, length of the subinterval, that is, if , one has \Pr\left( X_I \in [c,d]\right) = \frac where the last equality results from the Probability axioms#Unitarity, unitarity axiom of probability. The probability density function of a CURV X \sim \operatorname [a, b] is given by the indicator function of its interval of Support (mathematics), support normalized by the interval's length: f_X(x) = \begin \displaystyle, & a \le x \le b \\ 0, & \text. \endOf particular interest is the uniform distribution on the unit interval [0, 1]. Samples of any desired probability distribution \operatorname can be generated by calculating the quantile function of \operatorname on a Random number generation, randomly-generated number distributed uniformly on the unit interval. This exploits Cumulative distribution function#Properties, properties of cumulative distribution functions, which are a unifying framework for all random variables.


Mixed type

A mixed random variable is a random variable whose cumulative distribution function is neither discrete random variable, discrete nor Continuous function, everywhere-continuous. It can be realized as a mixture of a discrete random variable and a continuous random variable; in which case the will be the weighted average of the CDFs of the component variables. An example of a random variable of mixed type would be based on an experiment where a coin is flipped and the spinner is spun only if the result of the coin toss is heads. If the result is tails, ''X'' = −1; otherwise ''X'' = the value of the spinner as in the preceding example. There is a probability of that this random variable will have the value −1. Other ranges of values would have half the probabilities of the last example. Most generally, every probability distribution on the real line is a mixture of discrete part, singular part, and an absolutely continuous part; see . The discrete part is concentrated on a countable set, but this set may be dense (like the set of all rational numbers).


Measure-theoretic definition

The most formal, axiomatic definition of a random variable involves
measure theory In mathematics, the concept of a measure is a generalization and formalization of geometrical measures ( length, area, volume) and other common notions, such as mass and probability of events. These seemingly distinct concepts have many simil ...
. Continuous random variables are defined in terms of set (mathematics), sets of numbers, along with functions that map such sets to probabilities. Because of various difficulties (e.g. the Banach–Tarski paradox) that arise if such sets are insufficiently constrained, it is necessary to introduce what is termed a sigma-algebra to constrain the possible sets over which probabilities can be defined. Normally, a particular such sigma-algebra is used, the Borel σ-algebra, which allows for probabilities to be defined over any sets that can be derived either directly from continuous intervals of numbers or by a finite or countably infinite number of union (set theory), unions and/or intersection (set theory), intersections of such intervals. The measure-theoretic definition is as follows. Let (\Omega, \mathcal, P) be a probability space and (E, \mathcal) a measurable space. Then an (E, \mathcal)-valued random variable is a measurable function X\colon \Omega \to E, which means that, for every subset B\in\mathcal, its preimage is \mathcal-measurable; X^(B)\in \mathcal, where X^(B) = \. This definition enables us to measure any subset B\in \mathcal in the target space by looking at its preimage, which by assumption is measurable. In more intuitive terms, a member of \Omega is a possible outcome, a member of \mathcal is a measurable subset of possible outcomes, the function P gives the probability of each such measurable subset, E represents the set of values that the random variable can take (such as the set of real numbers), and a member of \mathcal is a "well-behaved" (measurable) subset of E (those for which the probability may be determined). The random variable is then a function from any outcome to a quantity, such that the outcomes leading to any useful subset of quantities for the random variable have a well-defined probability. When E is a topological space, then the most common choice for the σ-algebra \mathcal is the Borel σ-algebra \mathcal(E), which is the σ-algebra generated by the collection of all open sets in E. In such case the (E, \mathcal)-valued random variable is called an E-valued random variable. Moreover, when the space E is the real line \mathbb, then such a real-valued random variable is called simply a random variable.


Real-valued random variables

In this case the observation space is the set of real numbers. Recall, (\Omega, \mathcal, P) is the probability space. For a real observation space, the function X\colon \Omega \rightarrow \mathbb is a real-valued random variable if :\ \in \mathcal \qquad \forall r \in \mathbb. This definition is a special case of the above because the set \ generates the Borel σ-algebra on the set of real numbers, and it suffices to check measurability on any generating set. Here we can prove measurability on this generating set by using the fact that \ = X^((-\infty, r]).


Moments

The probability distribution of a random variable is often characterised by a small number of parameters, which also have a practical interpretation. For example, it is often enough to know what its "average value" is. This is captured by the mathematical concept of expected value of a random variable, denoted \operatorname[X], and also called the first Moment (mathematics), moment. In general, \operatorname[f(X)] is not equal to f(\operatorname[X]). Once the "average value" is known, one could then ask how far from this average value the values of X typically are, a question that is answered by the variance and standard deviation of a random variable. \operatorname[X] can be viewed intuitively as an average obtained from an infinite population, the members of which are particular evaluations of X. Mathematically, this is known as the (generalised) problem of moments: for a given class of random variables X, find a collection \ of functions such that the expectation values \operatorname[f_i(X)] fully characterise the Probability distribution, distribution of the random variable X. Moments can only be defined for real-valued functions of random variables (or complex-valued, etc.). If the random variable is itself real-valued, then moments of the variable itself can be taken, which are equivalent to moments of the identity function f(X)=X of the random variable. However, even for non-real-valued random variables, moments can be taken of real-valued functions of those variables. For example, for a categorical variable, categorical random variable ''X'' that can take on the nominal data, nominal values "red", "blue" or "green", the real-valued function [X = \text] can be constructed; this uses the Iverson bracket, and has the value 1 if X has the value "green", 0 otherwise. Then, the expected value and other moments of this function can be determined.


Functions of random variables

A new random variable ''Y'' can be defined by Function composition, applying a real Measurable function, Borel measurable function g\colon \mathbb \rightarrow \mathbb to the outcomes of a real-valued random variable X. That is, Y=g(X). The cumulative distribution function of Y is then :F_Y(y) = \operatorname(g(X) \le y). If function g is invertible (i.e., h = g^ exists, where h is g's inverse function) and is either Monotonic function, increasing or decreasing, then the previous relation can be extended to obtain :F_Y(y) = \operatorname(g(X) \le y) = \begin \operatorname(X \le h(y)) = F_X(h(y)), & \text h = g^ \text ,\\ \\ \operatorname(X \ge h(y)) = 1 - F_X(h(y)), & \text h = g^ \text . \end With the same hypotheses of invertibility of g, assuming also differentiability, the relation between the probability density functions can be found by differentiating both sides of the above expression with respect to y, in order to obtain :f_Y(y) = f_X\bigl(h(y)\bigr) \left, \frac \. If there is no invertibility of g but each y admits at most a countable number of roots (i.e., a finite, or countably infinite, number of x_i such that y = g(x_i)) then the previous relation between the probability density functions can be generalized with :f_Y(y) = \sum_ f_X(g_^(y)) \left, \frac \ where x_i = g_i^(y), according to the inverse function theorem. The formulas for densities do not demand g to be increasing. In the measure-theoretic, Probability axioms, axiomatic approach to probability, if a random variable X on \Omega and a measurable function, Borel measurable function g\colon \mathbb \rightarrow \mathbb, then Y = g(X) is also a random variable on \Omega, since the composition of measurable functions Closure (mathematics), is also measurable. (However, this is not necessarily true if g is Lebesgue measurable.) The same procedure that allowed one to go from a probability space (\Omega, P) to (\mathbb, dF_) can be used to obtain the distribution of Y.


Example 1

Let X be a real-valued, continuous random variable and let Y = X^2. :F_Y(y) = \operatorname(X^2 \le y). If y < 0, then P(X^2 \leq y) = 0, so :F_Y(y) = 0\qquad\hbox\quad y < 0. If y \geq 0, then :\operatorname(X^2 \le y) = \operatorname(, X, \le \sqrt) = \operatorname(-\sqrt \le X \le \sqrt), so :F_Y(y) = F_X(\sqrt) - F_X(-\sqrt)\qquad\hbox\quad y \ge 0.


Example 2

Suppose X is a random variable with a cumulative distribution : F_(x) = P(X \leq x) = \frac where \theta > 0 is a fixed parameter. Consider the random variable Y = \mathrm(1 + e^). Then, : F_(y) = P(Y \leq y) = P(\mathrm(1 + e^) \leq y) = P(X \geq -\mathrm(e^ - 1)).\, The last expression can be calculated in terms of the cumulative distribution of X, so : \begin F_Y(y) & = 1 - F_X(-\log(e^y - 1)) \\[5pt] & = 1 - \frac \\[5pt] & = 1 - \frac \\[5pt] & = 1 - e^. \end which is the cumulative distribution function (CDF) of an exponential distribution.


Example 3

Suppose X is a random variable with a standard normal distribution, whose density is : f_X(x) = \frace^. Consider the random variable Y = X^2. We can find the density using the above formula for a change of variables: :f_Y(y) = \sum_ f_X(g_^(y)) \left, \frac \. In this case the change is not Monotonic function, monotonic, because every value of Y has two corresponding values of X (one positive and negative). However, because of symmetry, both halves will transform identically, i.e., :f_Y(y) = 2f_X(g^(y)) \left, \frac \. The inverse transformation is :x = g^(y) = \sqrt and its derivative is :\frac = \frac . Then, : f_Y(y) = 2\frace^ \frac = \frace^. This is a chi-squared distribution with one Degrees of freedom (statistics), degree of freedom.


Example 4

Suppose X is a random variable with a normal distribution, whose density is : f_X(x) = \frace^. Consider the random variable Y = X^2. We can find the density using the above formula for a change of variables: :f_Y(y) = \sum_ f_X(g_^(y)) \left, \frac \. In this case the change is not monotonic, because every value of Y has two corresponding values of X (one positive and negative). Differently from the previous example, in this case however, there is no symmetry and we have to compute the two distinct terms: :f_Y(y) = f_X(g_1^(y))\left, \frac \ +f_X(g_2^(y))\left, \frac \. The inverse transformation is :x = g_^(y) = \pm \sqrt and its derivative is :\frac = \pm \frac . Then, : f_Y(y) = \frac \frac (e^+e^) . This is a noncentral chi-squared distribution with one degree of freedom (statistics), degree of freedom.


Some properties

* The probability distribution of the sum of two independent random variables is the convolution of each of their distributions. * Probability distributions are not a vector space—they are not closed under linear combinations, as these do not preserve non-negativity or total integral 1—but they are closed under convex combination, thus forming a convex subset of the space of functions (or measures).


Equivalence of random variables

There are several different senses in which random variables can be considered to be equivalent. Two random variables can be equal, equal almost surely, or equal in distribution. In increasing order of strength, the precise definition of these notions of equivalence is given below.


Equality in distribution

If the sample space is a subset of the real line, random variables ''X'' and ''Y'' are ''equal in distribution'' (denoted X \stackrel Y) if they have the same distribution functions: :\operatorname(X \le x) = \operatorname(Y \le x)\quad\textx. To be equal in distribution, random variables need not be defined on the same probability space. Two random variables having equal moment generating functions have the same distribution. This provides, for example, a useful method of checking equality of certain functions of Independent and identically distributed random variables, independent, identically distributed (IID) random variables. However, the moment generating function exists only for distributions that have a defined Laplace transform.


Almost sure equality

Two random variables ''X'' and ''Y'' are ''equal almost surely'' (denoted X \; \stackrel \; Y) if, and only if, the probability that they are different is Null set, zero: :\operatorname(X \neq Y) = 0. For all practical purposes in probability theory, this notion of equivalence is as strong as actual equality. It is associated to the following distance: :d_\infty(X,Y)=\operatorname \sup_\omega, X(\omega)-Y(\omega), , where "ess sup" represents the essential supremum in the sense of
measure theory In mathematics, the concept of a measure is a generalization and formalization of geometrical measures ( length, area, volume) and other common notions, such as mass and probability of events. These seemingly distinct concepts have many simil ...
.


Equality

Finally, the two random variables ''X'' and ''Y'' are ''equal'' if they are equal as functions on their measurable space: :X(\omega)=Y(\omega)\qquad\hbox\omega. This notion is typically the least useful in probability theory because in practice and in theory, the underlying measure space of the Experiment (probability theory), experiment is rarely explicitly characterized or even characterizable.


Convergence

A significant theme in mathematical statistics consists of obtaining convergence results for certain sequences of random variables; for instance the law of large numbers and the central limit theorem. There are various senses in which a sequence X_n of random variables can converge to a random variable X. These are explained in the article on convergence of random variables.


See also

*Aleatoricism *Algebra of random variables *Event (probability theory) *Multivariate random variable *Pairwise independence, Pairwise independent random variables *Observable variable *Random element *Random function *Random measure *Random number generator produces a random value *Random variate *Random vector *Randomness *Stochastic process *Relationships among probability distributions


References


Inline citations


Literature

* * * * *


External links

* * * {{DEFAULTSORT:Random Variable Statistical randomness