Design a multiple recursive generator, z, =(a,Z +a,Z_) (mod m), with m = 4096. Do not use a = a, =1. Use your generator, by hand, to generate 10 random numbers. Test the 10 numbers using the...


This is for a modeling and simulation class. It requires statistics.


Design a multiple recursive generator, z, =(a,Z +a,Z_) (mod m), with m = 4096. Do not use<br>a = a, =1.<br>Use your generator, by hand, to generate 10 random numbers. Test the 10 numbers using the<br>Kolmogorov-Smirnov (KS) test to determine if they, in fact, follow a uniform distribution<br>[0,1]. Do not use any input modeling or statistical software<br>Use a programming language (e.g., C, C++, Python, VBA, etc.) to code your generator<br>

Extracted text: Design a multiple recursive generator, z, =(a,Z +a,Z_) (mod m), with m = 4096. Do not use a = a, =1. Use your generator, by hand, to generate 10 random numbers. Test the 10 numbers using the Kolmogorov-Smirnov (KS) test to determine if they, in fact, follow a uniform distribution [0,1]. Do not use any input modeling or statistical software Use a programming language (e.g., C, C++, Python, VBA, etc.) to code your generator

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here