| Variance Reduction |
Article Index for Variance |
Shopping Variance |
Shopping Reduction |
Website Links For Variance |
Information AboutVariance Reduction |
| CATEGORIES ABOUT VARIANCE REDUCTION | |
| monte carlo methods | |
|
COMMON RANDOM NUMBERS (CRN) The common random numbers variance reduction technique is a popular and useful variance reduction technique which applies when we are comparing two or more alternative configurations (of a system) instead of investigating a single configuration. CRN has also been called ''Correlated sampling'', ''Matched streams'' or ''Matched pairs''. CRN requires synchronization of the random number streams, which ensures that in addition to using the same random numbers to simulate all configurations, a specific random number used for a specific purpose in one configuration is used for exactly the same purpose in all other configurations. For example, in queueing theory, if we are comparing two different configurations of tellers in a bank, we would want the (random) time of arrival of the ''N''th customer to be the same for both configurations. UNDERLYING PRINCIPLE OF THE CRN TECHNIQUE Suppose and are the observations from the first and second configurations on the ''j''th independent replication. We want to estimate : If we perform ''n'' replications of each configuration and let : then and ''Z''(''n'') = Σ ''Z''''j'' / ''n'' is an unbiased estimator of . And since the 's are independent identically distributed random variables, : In case of independent sampling, i.e., no common random numbers used then Cov(''X''1''j'', ''X''2''j'') = 0. But if we succeed to induce an element of positive correlation between ''X''1 and ''X''2 such that Cov(''X''1''j'', ''X''2''j'') > 0, it can be seen from the equation above that the variance is reduced. It can also be observed that if the CRN induces a negative correlation, i.e., Cov(''X''1''j'', ''X''2''j'') < 0, this technique can actually backfire, where the variance is increased and not decreased (as intended). |
|
|