Exam 15: Understanding Uncertainty Through Simulation

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

When rolling five dice, the possible totals range from 5 (5 ones) to 30 (5 sixes).Describe how you might use a random number generator to construct a probability distribution for the outcomes of rolling five dice.

Free
(Essay)
4.9/5
(35)
Correct Answer:
Verified

Use a random number generator to uniformly generate integers from 1 to 6, in batches of 5 integers per batch.run the simulation a large number of times and then plot the relative frequency distribution of the batch totals.

Which of the following is true of computer simulations?

Free
(Multiple Choice)
4.9/5
(49)
Correct Answer:
Verified

A

In a simple game of chance, the numbers 1, 2, 3, 4, and 5 are each written on a piece of paper and placed into a hat.A player draws a piece at random, and if the player draws the "3", the player "wins".Describe how you would use simulation to estimate the probability of winning the game 2 or more times out of three plays.(Assume all numbers are returned to the hat prior to each round.)

Free
(Essay)
4.9/5
(31)
Correct Answer:
Verified

Configure a random number generator to uniformly generate random integers from 1 to 5.A "trial" consists of generating a batch of 3 random numbers.a positive result occurs when there are 2 or more "3"s in a trial.Conduct n trials, where n is large, and count the number k of positive outcomes.The approximate probability of winning 2 or more out of 3 plays is k / n.

The gas mileages (in miles per gallon, mpg) and weights (in pounds) were recorded for six makes of cars.The values had a correlation of -0.542, indicating that gas mileage decreases with increasing car weight.Describe how you would use a randomization test to estimate a p-value for the correlation value.

(Essay)
4.9/5
(42)

A study investigates the proportions of male and female adults who have experienced at least one headache in the past two weeks.The results are summarized below: A study investigates the proportions of male and female adults who have experienced at least one headache in the past two weeks.The results are summarized below:   The null hypothesis is that the proportion of persons who have experienced a headache within the past two weeks is the same for both males and females. In a simulation to estimate the p-value of the study's chi-square statistic, what value should be used for the probability that a random subject has experienced a headache within the past two weeks? The null hypothesis is that the proportion of persons who have experienced a headache within the past two weeks is the same for both males and females. In a simulation to estimate the p-value of the study's chi-square statistic, what value should be used for the probability that a random subject has experienced a headache within the past two weeks?

(Multiple Choice)
4.9/5
(39)

For a computer simulation, a frequency plot of the outcomes is called a ________________________ distribution.

(Short Answer)
4.8/5
(27)

A randomization distribution resulting from the simulation of a chi-square test had 4% of the values at or above the chi-square statistic observed for the real sample.What decision would you make for the test, using a level of 0.05?

(Multiple Choice)
4.8/5
(33)

If you simulate a situation n times and the outcome of interest occurs k of those times, then the probability of that outcome is approximately ______________________.(Your answer should be an algebraic formula.)

(Short Answer)
4.7/5
(40)

Describe how to estimate the p-value of a chi-square statistic using computer simulation.

(Essay)
4.7/5
(45)

Under what circumstances might it be useful to conduct statistical computer simulations?

(Essay)
4.8/5
(42)

Randomization tests are also called _____________________ tests.

(Short Answer)
4.8/5
(44)

______________________ uses computer models to mimic what might happen in the real world.

(Short Answer)
4.9/5
(35)

To simulate a situation, you need a computer or calculator that generates ______________ numbers.

(Short Answer)
4.9/5
(39)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)