Revision as of 02:13, 14 June 2024 by Admin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
BBy Bot
Jun 09'24

Exercise

Suppose we are observing a process such that the time between occurrences is exponentially distributed with [math]\lambda = 1/30[/math] (i.e., the average time between occurrences is 30 minutes). Suppose that the process starts at a certain time and we start observing the process 3 hours later. Write a program to simulate this process. Let [math]T[/math] denote the length of time that we have to wait, after we start our observation, for an occurrence. Have your program keep track of [math]T[/math]. What is an estimate for the average value of [math]T[/math]?