Final Exam

Information

The final exam will be in class on Thursday, April 28 starting at 5:30 pm. You may bring:

You will be provided any statistical tables you may need (e.g. for looking up critical values for Kolmogorov-Smirnov or Chi-Squared, or for looking up the area under a standard normal curve):

Practice Questions

Practice questions are available via the Review page. You may also find it helpful to review the examples done in lecture (available in the lecture slides).

Material to Review

The final exam covers the following topics:

Survey Results

Of those who completed the survey, 75% wanted a lecture-style review, although one was also ok with question & answer.

Questions/Comments about final exam or review session:

The requested topics are shown below (ordered by how strongly requested, shown in parentheses), with the specific questions asked:

  1. Queueing Theory (8)
  2. Input Modeling (6)
  3. Output Analysis (5)
  4. Verification & Validation (3)
  5. Material from the first half of the semester (2)
  6. Monte Carlo Simulations (0)

Review Session

  1. See questions 5-8 for Lecture 9 on the reviews page. Identify the kind of Queueing Model and solve the first two.
  2. Compute the maximum likelihood estimate for the Normal distribution.
  3. See question 5 for Lecture 10 on the reviews page.
  4. An international news website records the time between hits for news stories. They have observed that hits seem to arrive in bursts. Given the time between hits below (in ms), show whether or not hits arrive in bursts. How would you generate random variates for hits to news stories?
    4.473
    3.892
    3.386
    2.946
    2.706
    2.568
    2.234
    1.943
    1.691
    1.471
    1.28
    1.113
    0.969
    0.843
    0.733
    0.638
    0.555
    0.834
    0.948
    0.825
    0.718
    2.536
    3.375
    3.879
    4.762
    4.143
    3.605
    3.136
    2.728
    3.88
    3.375
  5. See Lecture 13's first question on the review page.
  6. Are there any problems with the situation described below? Do you agree or disagree with the recommendation made to the board of directors? Explain your answer.

    A library is considering offering a new service to handicapped and elderly patrons: employees to find books requested by these patrons in the library and bring them to the patrons. The board of directors wants to know whether this service is going to be used and whethr to hire one or two employees for this service (if it will be used). You have been hired to help them answer these questions. To determine how many will use this service, you observe the number of patrons who go to the reference librarian and ask for help finding books. To determine how long it will take to locate a book, you record the average time it takes a patron to find a book. You create a model of the library, including how patrons use the library, and implement it in your programming language of choice. You do a series of runs to obtain a baseline -- how the library currently works. You then modify the model to include the service they're considering with one employee and do a series of runs. You add a second employee to the service and do another series of runs. For each version of the model, you did 25 runs. Performing a hypothesis test to determine whether any model performed better than the others, you found that the service with two employees was significantly better (α = 0.05): it had library patrons getting their books and leaving 25% faster than with no service and 5% faster than just one employee with this service. However, even just one employee working the service shows significantly better throughput of patrons over no service at all (again, at α = 0.05). Therefore, you recommend to the board of directors that the service is worthwhile and while two employees would be better, even just one employee would be worth the investment.

  7. You have been hired to determine whether an intersection should be switched from using four-way stop signs to using a traffic light. You will be making a simulation to determine the effect on traffic flow through the area. What distribution should you use to describe the arrival of vehicles at the intersection? Why? How would you confirm your choice?
  8. An local news website records the time between hits for news stories. They notice bursts of visits between 7:30 am and 8 am, noon and 1 pm, and 5 pm and 6 pm. What distribution should you use to describe the arrival of vehicles at the intersection? Why? How would you confirm your choice?