Question

In: Statistics and Probability

Azzalini and Bowman (1990) analyzed the data of the waiting time (in minutes) of consecutive eruptions...

Azzalini and Bowman (1990) analyzed the data of the waiting time (in minutes) of consecutive eruptions of the Old Faithful geyser in Yellowstone National Park. They found that the waiting times can be categorized into two groups in historical data.

-In group 1, waiting time is normally distributed with mean 54 minutes and standard deviation of 2.95.

-In group 2, the waiting time is normally distributed with mean 80 minutes and standard deviation of 7.5.

Suppose that there is a 30% chance that the waiting time is from group 1. They want to simulate the waiting time.

a) Use Excel functions only to simulate the waiting time. Your simulations should contain 500 iterations. you need only to return in one page showing your model and one page displaying the formulas in your model.

b) what is the average waiting time in your simulation?

Solutions

Expert Solution

I am using the following formula to simulate values. The following is an excel function. The random numbers by default range only from [0,1]

IF(RAND()<0.3,NORM.INV(RAND(),54,2.95),NORM.INV(RAND(),80,7.5))

Let me explain the formula, We are generating a random number and see if the value is less than or greater than 0.3

If the value is less than 0.3, we would generate a waiting time from group 1. This would be done using an inverse normal probability function.

Again if the value is greater than 0.3, we would generate a waiting time from group 2.

Like this we generate 500 random numbers. I have attached a screenshot of the same.

To calculate the average i have used formula->AVERAGE(A1:T25)=71.79

Theoretically, we need to get the average value approximately as 0.3*54+0.7*80=72.2. So, the simulation provided a result close to it.


Related Solutions

Use y=faithful$eruptions; x=faithful$waiting to set the eruption durations and waiting time between eruptions of the R...
Use y=faithful$eruptions; x=faithful$waiting to set the eruption durations and waiting time between eruptions of the R data set faithful in objects y and x, respectively, and complete the following parts. 1. Make an scatterplot of the (x,y) data. Does it support the assumption that the data follows the simple linear regression model? (Include the plot with your answer.) 2. Fit the simple linear regression model and construct a 90% CI for: a) the slope, and b) the mean eruption duration...
Suppose a geyser has a mean time between eruptions of 76 minutes . If the interval...
Suppose a geyser has a mean time between eruptions of 76 minutes . If the interval of time between the eruptions is normally distributed with standard deviation 27 minutes ​, answer the following questions. (b) What is the probability that a random sample of 13 time intervals between eruptions has a mean longer than 87 minutes? (c) What is the probability that a random sample of 100 time intervals between eruptions has a mean longer than 120 ​minutes? (d) What...
Suppose a geyser has a mean time between eruptions of 79 minutes. If the interval of...
Suppose a geyser has a mean time between eruptions of 79 minutes. If the interval of time between the eruptions is normally distributed with standard deviation 20 minutes answer the following questions. (a) What is the probability that a randomly selected time interval between eruptions is longer than 88 ?minutes? ?(b) What is the probability that a random sample of 12 time intervals between eruptions has a mean longer than 88 ?minutes? c) What is the probability that a random...
Suppose a geyser has a mean time between eruptions of 84 minutes. If the interval of...
Suppose a geyser has a mean time between eruptions of 84 minutes. If the interval of time between the eruptions is normally distributed with standard deviation 17 minutes​, answer the following questions. ​(a) What is the probability that a randomly selected time interval between eruptions is longer than 92 ​minutes? The probability that a randomly selected time interval is longer than 92 minutes is approximately nothing. ​(Round to four decimal places as​ needed.)
Suppose a geyser has a mean time between eruptions of 99 minutes. If the interval of...
Suppose a geyser has a mean time between eruptions of 99 minutes. If the interval of time between the eruptions is normally distributed with standard deviation 24 minutes​, answer the following questions. ​(a) What is the probability that a randomly selected time interval between eruptions is longer than 110 ​minutes? ​(b) What is the probability that a random sample of 10 time intervals between eruptions has a mean longer than 110 minutes? (c) What is the probability that a random...
Suppose a geyser has a mean time between eruptions of 75 minutes . If the interval...
Suppose a geyser has a mean time between eruptions of 75 minutes . If the interval of time between the eruptions is normally distributed with standard deviation 19 minutes ​, answer the following questions. ​(a) What is the probability that a randomly selected time interval between eruptions is longer than 84 ​minutes? The probability that a randomly selected time interval is longer than 84 minutes is approximately nothing . ​(Round to four decimal places as​ needed.) ​(b) What is the...
Suppose a geyser has a mean time between eruptions of 80 minutes. If the interval of...
Suppose a geyser has a mean time between eruptions of 80 minutes. If the interval of time between the eruptions is normally distributed with standard deviation 26 minutes​, answer the following questions. ​(a) What is the probability that a randomly selected time interval between eruptions is longer than 92 ​minutes? The probability that a randomly selected time interval is longer than 92 minutes is approximately 0.3228. ​(Round to four decimal places as​ needed.) ​(b) What is the probability that a...
Suppose a geyser has a mean time between eruptions of 93 minutes. If the interval of...
Suppose a geyser has a mean time between eruptions of 93 minutes. If the interval of time between the eruptions is normally distributed with standard deviation 28 minutes , answer the following questions. (a) What is the probability that a randomly selected time interval between eruptions is longer than 107 minutes? (b) What is the probability that a random sample of 7 time intervals between eruptions has a mean longer than 107 minutes? (c) What is the probability that a...
Suppose a geyser has a mean time between eruptions of 66 minutes. If the interval of...
Suppose a geyser has a mean time between eruptions of 66 minutes. If the interval of time between the eruptions is normally distributed with standard deviation 24 minutes​, answer the following question. What is the probability that a random sample of 38 time intervals between eruptions has a mean longer than 76 ​minutes? The probability that the mean of a random sample of 38 time intervals is more than 76 minutes is approximately __________ ​(Round to four decimal places as​...
Suppose a geyser has a mean time between eruptions of 65 minutes . Let the interval...
Suppose a geyser has a mean time between eruptions of 65 minutes . Let the interval of time between the eruptions be normally distributed with standard deviation 26 minutes . Complete parts ?(a) through ?(e) below. (a) What is the probability that a randomly selected time interval between eruptions is longer than 76 ?minutes? The probability that a randomly selected time interval is longer than 76 minutes is approximately nothing . ?(Round to four decimal places as? needed.) ?(b) What...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT