A REVIEW VIDEO ON RANDOM NUMBERS (CHAPTER 5)

1 of
Published on Video
Go to video
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Page 1 (0s)

A REVIEW VIDEO ON RANDOM NUMBERS (CHAPTER 5). - Roshan Shrestha 23938/076.

Page 2 (8s)

Random Numbers. A random number occurs in a specified distribution only when two conditions are met: The values are uniformly distributed over a defined interval or set, and it is impossible to predict future values based on past or present ones..

Page 3 (21s)

Properties of Random Number. 1)Uniformity-They are equally probable everywhere. 2)Independence-The current value of random variable has no relation with the previous values..

Page 4 (32s)

a) Uniformity Test. Kolmogorov Test. Chi Square Test.

Page 5 (40s)

Kolmogorov Test. This test compares the continuous cdf , F(x), of the uniform distribution to the empirical cdf , SN(x), of the sample of N observations. By definition, F(x ) = x, 0 <= x <= 1.

Page 6 (53s)

Chi Square Test. .

Page 7 (0s)

Independence Testing. a) Gap Test b) Poker Test.

Page 8 (1m 6s)

Gap Test. Gap test counts the number of digits that appear between repetitions of particular digit and then uses the Kolmogorov-Smirnov test to compare with the expected size of gaps..

Page 9 (1m 18s)

Poker Test. The Poker Test is the test for independence based on the frequency with which certain digits are repeated with in a series of numbers. This test not only tests for the randomness of the sequence of numbers, but also the digits comprising of each of the numbers . In three digits numbers,there are only three posibilites as follows: The individual numbers can be different. The individual numbers can all be same. There can be one pair like digits..