Generate Random Numbers for Statistical Sampling

random sampling using random n.w
1 / 14
Embed
Share

"Learn about random sampling using pseudo-random number generation techniques. Generate random numbers within specified ranges such as [0,1], dice rolls, coin flips, and integer values. Set up calculators for linear display and explore applications in statistical sampling." (287 characters)

  • Random Sampling
  • Pseudo-Random
  • Statistical Analysis
  • Random Numbers
  • Probability

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Random Sampling using RANDOM

  2. Random Sampling using RANDOM Random: Generates a pseudo random number to 3 decimal places that is less than 1. i.e. it generates a random number in the range [0, 1] RANDOM is in Red

  3. Random Sampling using RANDOM We want to choose a RANDom number [0,1] R DICE [1,6] R-COINS [1,2] R-INT [0,99]

  4. Random Sampling using RANDOM To keep generating a random 3 digit number between [0,1] we repeatedly press =

  5. Random Sampling using RANDOM

  6. Random Sampling using RANDOM The calculator automatically displays in W View If we are generating lots of numbers this may become annoying. We need to SET UP the EDITOR into Linear Display (as a single line Decimals)

  7. Random Sampling using RANDOM The calculator automatically displays in W View If we are generating lots of numbers this may become annoying. We need to SET UP the EDITOR into LINEar Display (as a single line Decimals)

  8. Random Sampling using RANDOM We need to generate a RANDOM number again RANDOM is in Red

  9. Random Sampling using RANDOM We want to choose a RANDom number

  10. Random Sampling using RANDOM To keep generating a random 3 digit number between [0,1] we repeatedly press =

  11. Random Sampling using RANDOM

  12. Random Sampling using RANDOM for an interval [1,200] If we multiply the randomly generated number by 199 then 199 x [0, 1] = [0, 199] To get it between 1 and 200 we must add 1 199 x [0, 1] + 1 = [1, 200] But we must first SET UP the calculator to Fix to 0 decimal place

  13. Random Sampling using RANDOM for an interval [1,200] But we must first SET UP the calculator to Fix to 0 decimal place We want 0 decimal places

  14. Random Sampling using RANDOM for an interval [1,200] The calculator tells us it has been SET UP To Fix We now need to tell it what we want 199 x [0, 1] + 1

Related


More Related Content