Consider the discrete random variable X that is uniformly distributed (equal probabilities) on the set {1, 2,
Question:
(a) Proposal 1: Generate uniform random numbers ri (i = 1, 2, . . .), and then set xi = n, where n is the integer satisfying n/9 < ri = (n + 1)/9.
(b) Proposal 2: Generate uniform random numbers ri (i = 1, 2, . . .), and then set xi equal to the greatest integer less than or equal to 1 + 9ri.
(c) Proposal 3: Generate xi from the mixed congruential generator xn+1 ≡ (4xn + 7) (modulo 9), with starting value x0 = 4.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Introduction to Operations Research
ISBN: 978-1259162985
10th edition
Authors: Frederick S. Hillier, Gerald J. Lieberman
Question Posted: