Question

You are using a Monte Carlo simulation to estimate the area of shape inside a unit...

You are using a Monte Carlo simulation to estimate the area of shape inside a unit square by taking n sample points. How big does n have to be in order for the estimate to be within about ±0.01 of the correct answer?

I believe this has to do with binomial distribution.

Homework Answers

Answer #1

p=   50%      
ME=   0.01       
alpha=   5%      
z(a/2)=   z(0.05/2)   =NORMSINV(1-0.05/2)   1.96
          
n = z(a/2)^2*p*(1-p)/ME^2          
n=   1.96^2*0.5*(1-0.5)/0.01^2      
   9604      
   9604      

9604 simulations should be constructed.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A Monte Carlo simulation is a method for finding a value that is difficult to compute...
A Monte Carlo simulation is a method for finding a value that is difficult to compute by performing many random experiments. For example, suppose we wanted to estimate π to within a certain accuracy. We could do so by randomly (and independently) sampling n points from the unit square and counting how many of them are inside the unit circle (assuming that the probability of selecting a point in a given region is proportional to the area of the region)....
Assume X is distributed TRIA(4, 9, 10). Estimate E[X2 ] using Monte Carlo simulation
Assume X is distributed TRIA(4, 9, 10). Estimate E[X2 ] using Monte Carlo simulation
This problem is also a Monte Carlo simulation, but this time in the continuous domain: must...
This problem is also a Monte Carlo simulation, but this time in the continuous domain: must use the following fact: a circle inscribed in a unit square has as radius of 0.5 and an area of ?∗(0.52)=?4.π∗(0.52)=π4. Therefore, if you generate num_trials random points in the unit square, and count how many land inside the circle, you can calculate an approximation of ? For this problem, you must create code in python (A) Draw the diagram of the unit square...
Three fair die are rolled. Use Monte Carlo simulation to estimate the probability distribution of the...
Three fair die are rolled. Use Monte Carlo simulation to estimate the probability distribution of the maximum of the three rolled die (i.e., let X represent the maximum when three fair die are rolled. Estimate p(X=i) for i= 1 to 6.). Simulate 10,000 times (10,000 replications/trials). Turn in a copy of the forecast frequency chart. please show screenshots of how to do it on Crystal ball.
This worksheet is about doing simulations on a TI-83/84, but feel free to do the work...
This worksheet is about doing simulations on a TI-83/84, but feel free to do the work on a computer if you prefer. You are going to estimate the value of ? through a simulation. A circle inscribed in a 1x1 square has area ?/4 (you may want to draw a picture to convince yourself of this). Now, we can simulate picking points inside the square as follows: randomly select a value between 0 and 1 to be the x-coordinate, and...
Conducting a Simulation For example, say we want to simulate the probability of getting “heads” exactly...
Conducting a Simulation For example, say we want to simulate the probability of getting “heads” exactly 4 times in 10 flips of a fair coin. One way to generate a flip of the coin is to create a vector in R with all of the possible outcomes and then randomly select one of those outcomes. The sample function takes a vector of elements (in this case heads or tails) and chooses a random sample of size elements. coin <- c("heads","tails")...
A random sample of 1005 adults in a certain large country was asked​ "Do you pretty...
A random sample of 1005 adults in a certain large country was asked​ "Do you pretty much think televisions are a necessity or a luxury you could do​ without?" Of the 1005 adults​ surveyed, 524 indicated that televisions are a luxury they could do without. Complete parts​ (a) through​ (e) below. Click here to view the standard normal distribution table (page 1). LOADING... Click here to view the standard normal distribution table (page 2). LOADING... ​(a) Obtain a point estimate...
Do all the following problems. I. Choose the best answer for each multiple choice. Please use...
Do all the following problems. I. Choose the best answer for each multiple choice. Please use CAPITAL letters to indicate your answer and write neatly. (30 points) 1. ____ 4.____ 7. ____ 10.____ 13. ____ 2. ____ 5.____ 8. ____ 11.____ 14. ____ 3. ____ 6.____ 9. ____ 12.____ 15. ____ Whenever the population standard deviation is unknown and the population has a normal or near-normal distribution, which distribution is used in developing an interval estimation? A. standard distribution B....
A random sample of 1002 adults in a certain large country was asked​ "Do you pretty...
A random sample of 1002 adults in a certain large country was asked​ "Do you pretty much think televisions are a necessity or a luxury you could do​ without?" Of the 1002 adults​ surveyed, 516 indicated that televisions are a luxury they could do without. Complete parts​ (a) through​ (e) below. Click here to view the standard normal distribution table (page 1). LOADING... Click here to view the standard normal distribution table (page 2). LOADING... ​(a) Obtain a point estimate...
A random sample of 1028 adults in a certain large country was asked​ "Do you pretty...
A random sample of 1028 adults in a certain large country was asked​ "Do you pretty much think televisions are a necessity or a luxury you could do​ without?" Of the 1028 adults​ surveyed, 528 indicated that televisions are a luxury they could do without. Complete parts​ (a) through​ (e) below. Click here to view the standard normal distribution table (page 1).LOADING... Click here to view the standard normal distribution table (page 2).LOADING... ​(a) Obtain a point estimate for the...