Simulation Simulation u u Simulation is a way

  • Slides: 12
Download presentation
Simulation

Simulation

Simulation u u Simulation is a way to model random events, such that simulated

Simulation u u Simulation is a way to model random events, such that simulated outcomes closely match real-world outcomes. By observing simulated outcomes, researchers gain insight on the real world.

Simulation u Why use simulation? Some situations do not lend themselves to precise mathematical

Simulation u Why use simulation? Some situations do not lend themselves to precise mathematical treatment. Others may be difficult, time-consuming, or expensive to analyze. In these situations, simulation may approximate real-world results; yet, require less time, effort, and/or money than other approaches.

How to Conduct a Simulation A simulation is useful only if it closely mirrors

How to Conduct a Simulation A simulation is useful only if it closely mirrors real-world outcomes. The steps required to produce a useful simulation are presented below. 1. Describe the possible outcomes. 2. Link each outcome to one or more random numbers. 3. Choose a source of random numbers.

4. Choose a random number. 5. Based on the random number, note the "simulated"

4. Choose a random number. 5. Based on the random number, note the "simulated" outcome. 6. Repeat steps 4 and 5 multiple times; preferably, until the outcomes show a stable pattern. 7. Analyze the simulated outcomes and report results. Note: When it comes to choosing a source of random numbers (Step 3 above), you have many options. Flipping a coin and rolling dice are low-tech but effective. Tables of random numbers (often found in the appendices of statistics texts) are another option. And good random number generators can also be used.

Simulation Example In this section, we work through an example to show to apply

Simulation Example In this section, we work through an example to show to apply simulation methods to probability problems. Problem Description On average, suppose a baseball player hits a home run once in every 10 times at bat. Using simulation, estimate the likelihood that the player will hit 2 home runs in consecutive at bats.

Solution Earlier we described seven steps required to produce a useful simulation. Let's apply

Solution Earlier we described seven steps required to produce a useful simulation. Let's apply those steps to this problem. Describe the possible outcomes. For this problem, there are two outcomes - the player hits a home run or he doesn't. Link each outcome to one or more random numbers. Since the player hits a home run in 10% of his at bats, 10% of the random numbers should represent a home run. For this problem, let's say that the digit "2" represents a home run and any other digit represents a different outcome. Choose a source of random numbers. For this problem, we used Stat Trek's Random Number Generator to produce a list of 500 two-digit numbers.

Choose a random number. The list on the next page shows the random numbers

Choose a random number. The list on the next page shows the random numbers that we generated. Based on the random number, note the "simulated" outcome. Since the digit "2“ represents a home run, the number "22“ represents consecutive home runs. Any other 2 -digit number represents a failure to hit consecutive home runs. Repeat steps 4 and 5 multiple times; preferably, until the outcomes show a stable pattern. In this example, the list of random numbers consists of 500 2 -digit pairs; i. e. , 500 repetitions of steps 4 and 5. Analyze the simulated outcomes and report results. In the list, we found 6 occurences of "22", which are highlighted in red in the table. In this simulation, each occurence of "22“ represents a pair of at bats in which the player hit consecutive home runs.

Random Numbers 42 92 28 84 92 22 70 16 99 83 17 07

Random Numbers 42 92 28 84 92 22 70 16 99 83 17 07 12 50 95 02 30 75 06 03 06 05 21 62 99 76 88 74 97 59 15 23 27 01 48 04 88 48 12 17 82 27 08 62 80 11 35 38 02 24 34 30 81 20 79 28 91 20 55 58 06 79 36 20 80 43 49 13 32 39 93 11 65 53 69 34 29 66 35 12 25 10 60 23 52 86 90 38 11 68 52 85 75 80 18 64 04 14 30 09 70 88 89 85 95 40 53 67 25 50 48 79 86 39 08 73 78 17 72 81 08 01 68 94 43 43 95 12 36 90 18 69 91 79 14 82 26 94 15 26 19 41 74 02 17 20 38 96 09 46 61 41 02 93 94 90 00 71 84 98 30 82 80 11 85 44 40 05 83 22 04 86 13 33 00 99 74 75 27 43 68 00 24 01 96 84 19 14 57 26 47 58 51 73 06 08 49 52 65 28 40 77 93 73 33 24 25 22 32 03 89 03 62 13 85 61 16 75 45 37 15 54 36 18 45 64 31 31 06 80 32 75 98 05 55 32 27 16 51 45 89 31 78 90 82 05 11 39 80 67 97 33 72 09 98 78 39 56 57 54 63 35 21 35 93 18 44 92 21 07 77 42 46 86 41 49 76 96 36 62 38 11 64 56 29 37 87 37 59 47 83 77 21 63 10 95 87 10 42 71 42 99 02 65 04 14 30 09 70 88 89 85 95 40 53 67 25 92 76 24 53 39 08 73 78 17 72 81 08 01 68 94 43 43 28 88 34 69 18 69 91 79 14 82 26 94 15 26 19 41 74 84 74 30 34 96 09 46 61 41 02 93 94 90 00 71 84 98 92 97 81 29 85 44 40 05 83 22 04 86 13 33 00 99 74 22 59 20 66 00 24 01 96 84 19 14 57 26 47 58 51 73 70 15 79 35 65 28 40 77 93 73 33 24 25 22 32 03 89 16 23 28 12 61 16 75 45 37 15 54 36 18 45 64 31 31 99 27 91 25 98 05 55 32 27 16 51 45 89 31 78 90 82 83 01 20 10 67 97 33 72 09 98 78 39 56 57 54 63 35 17 48 55 60 44 92 21 07 77 42 46 86 41 49 76 96 36 07 04 58 23 56 29 37 87 37 59 47 83 77

This simulation predicts that the player will hit consecutive home runs 6 times in

This simulation predicts that the player will hit consecutive home runs 6 times in 500 at bats. Thus, the simulation suggests that there is a 1. 2% chance that a randomly selected pair of at bats would consist of two home runs. The actual probability, based on the multiplication rule, states that there is a 1. 0% chance of hitting consecutive home runs. While the simulation is not exact, it is very close. And, if we had generated a list with more random numbers, it likely would have been even closer.

On the average, how many girls would you expect in a family of three

On the average, how many girls would you expect in a family of three children? Use the random digit table: 0 7 1 7 3 7 9 2 5 2 1 7 0 7 5 1 9 0 0 9 6 2 0 9 5 5 1 6 4 7 5 0 3 5 8 2 3 8 0 7 6 2 8 5 7 7 1 4 4 6 5 4 9 1 0 7

0 7 1 7 3 7 9 2 5 2 1 7 Let 0

0 7 1 7 3 7 9 2 5 2 1 7 Let 0 7 5 1 9 0 0 9 6 2 0 9 5 5 1 6 4 7 5 0 Odd = Boy Trial # of Girls 0=G 3=B 5=B 3 5 8 2 3 8 0 7 6 2 8 5 7 7 1 4 4 6 5 4 9 1 0 7 Even = Girl