[Return to Sta113 Home]

Graded Assignment


Assignment (due 22 October)

Complete the tasks described below and write a short (at most three pages, including graphs) report explaining what you've done and what it demonstrates.

The tasks
  1. Let X be the duration of a telephone call to the Durham Public Library. Suppose, as some studies have suggested is often the case, that X has an exponential distribution. Suppose further that X has a mean duration of two minutes.

  2. Simulate 5000 phone calls' durations and make a histogram of them. The MatLab command for simulating from an exponential distribution is exprnd.

  3. Suppose you were to take averages of X's in sets of four. That is, you take random samples of four independent phone calls and average their durations together. Simulate 5000 such sample averages and make a histogram of them.

  4. Repeat the above for samples of sizes 9 and size 100.

  5. For the histogram of sample means for sample size 100, superimpose an appropriate normal pdf on the graph.

  6. Make normal probability plots for each of the four simulation results above.

  7. For each of the four simulations, find the mean and standard deviation of the sample means. What appears to be the relationship between sample size and the mean of the sample means? Between sample size and the standard deviation of the sample means?