Antithetic Variates
   HOME

TheInfoList



OR:

In
statistics Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
, the antithetic variates method is a
variance reduction In mathematics, more specifically in the theory of Monte Carlo methods, variance reduction is a procedure used to increase the precision of the estimates obtained for a given simulation or computational effort. Every output random variable from ...
technique used in
Monte Carlo methods Monte Carlo methods, or Monte Carlo experiments, are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. The underlying concept is to use randomness to solve problems that might be determini ...
. Considering that the error in the simulated signal (using
Monte Carlo methods Monte Carlo methods, or Monte Carlo experiments, are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. The underlying concept is to use randomness to solve problems that might be determini ...
) has a one-over
square root In mathematics, a square root of a number is a number such that ; in other words, a number whose ''square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . E ...
convergence Convergence may refer to: Arts and media Literature *''Convergence'' (book series), edited by Ruth Nanda Anshen * "Convergence" (comics), two separate story lines published by DC Comics: **A four-part crossover storyline that united the four Wei ...
, a very large number of
sample Sample or samples may refer to: Base meaning * Sample (statistics), a subset of a population – complete data set * Sample (signal), a digital discrete sample of a continuous analog signal * Sample (material), a specimen or small quantity of s ...
paths is required to obtain an accurate result. The antithetic variates method reduces the variance of the simulation results.(Chapter 9.3)


Underlying principle

The antithetic variates technique consists, for every sample path obtained, in taking its antithetic path — that is given a path \ to also take \. The advantage of this technique is twofold: it reduces the number of normal samples to be taken to generate ''N'' paths, and it reduces the
variance In probability theory and statistics, variance is the expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbers ...
of the sample paths, improving the precision. Suppose that we would like to estimate :\theta = \mathrm( h(X) ) = \mathrm( Y ) \, For that we have generated two samples :Y_1\textY_2 \, An unbiased estimate of is given by :\hat \theta = \frac. And :\text(\hat \theta) = \frac so variance is reduced if \text(Y_1,Y_2) is negative.


Example 1

If the law of the variable ''X'' follows a uniform distribution along , 1 the first sample will be u_1, \ldots, u_n, where, for any given ''i'', u_i is obtained from ''U''(0, 1). The second sample is built from u'_1, \ldots, u'_n, where, for any given ''i'': u'_i = 1-u_i. If the set u_i is uniform along , 1 so are u'_i. Furthermore, covariance is negative, allowing for initial variance reduction.


Example 2: integral calculation

We would like to estimate :I = \int_0^1 \frac \, \mathrmx. The exact result is I=\ln 2 \approx 0.69314718. This integral can be seen as the expected value of f(U), where :f(x) = \frac and ''U'' follows a uniform distribution  , 1 The following table compares the classical Monte Carlo estimate (sample size: 2''n'', where ''n'' = 1500) to the antithetic variates estimate (sample size: ''n'', completed with the transformed sample 1 − ''u''''i''): : The use of the antithetic variates method to estimate the result shows an important variance reduction.


See also

*
Control variates The control variates method is a variance reduction technique used in Monte Carlo methods. It exploits information about the errors in estimates of known quantities to reduce the error of an estimate of an unknown quantity. Glasserman, P. (2004). ' ...


References

{{Reflist Variance reduction Computational statistics Monte Carlo methods