A REVIEW VIDEO ON RANDOM NUMBERS (CHAPTER 5)

Published on Slideshow
Static slideshow
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Scene 1 (0s)

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

Scene 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..

Scene 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..

Scene 4 (32s)

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

Scene 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.

Scene 6 (53s)

Chi Square Test. .

Scene 7 (59s)

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

Scene 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..

Scene 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..