Page 1 of 1

= 217 The output of an old simulation system is obtained based on the following two steps: (1) First, generate the rando

Posted: Wed May 11, 2022 7:08 pm
by answerhappygod
217 The Output Of An Old Simulation System Is Obtained Based On The Following Two Steps 1 First Generate The Rando 1
217 The Output Of An Old Simulation System Is Obtained Based On The Following Two Steps 1 First Generate The Rando 1 (48.34 KiB) Viewed 32 times
= 217 The output of an old simulation system is obtained based on the following two steps: (1) First, generate the random numbers based on the following LCG generator (Note: Xo = 126): X = (5701 + 75539183 * X4-1) mod 217, i = 1,2 ....T Random number: R = 4 (2) Then the out put Y is obtained as Y = 3 x Ri. The output of another new simulation system is obtained based on the following two steps: (1) First, generate the random numbers based on the following LCG generator (Note: Xo = 723456): X = (49811 +2354723 * X -1) mod 37, i = 1,2 ....I Random number: R = X (2) Then the output Y is obtained as Y; = 4 x R -0.8. Please complete the following tasks based on above information: (a) For T = 15, generate the 15 outputs Y_, Y2, ..., Y15 for each simulation system. (5 points) (b) Compare the simulation outputs you obtained in (a) (Note: The outputs of the two systems were paired based on i for comparisons. For statistical test, use the level of significance a = 0.05) (5 points) 317