Q = (c) Assuming that Ricoh has been working continuously for 7 days, what is the probability that it will remain working at least 8 more days?

Size: px
Start display at page:

Download "Q = (c) Assuming that Ricoh has been working continuously for 7 days, what is the probability that it will remain working at least 8 more days?"

Transcription

1 IEOR 4106: Introduction to Operations Research: Stochastic Models Spring 2005, Professor Whitt, Second Midterm Exam Chapters 5-6 in Ross, Thursday, March 31, 11:00am-1:00pm Open Book: but only the Ross textbook plus one 8 11 page of notes Justify your answers; show your work. 1. The IEOR Department Ricoh Printer (30 points) The Columbia IEOR Department has a versatile Ricoh printer that can rapidly print onesided and two-sided copies, but unfortunately it often goes down. Ricoh is alternately up (working) and down (waiting for repair or under repair). The average up time (time until breakdown) is 4 days, while the average down time (time until repair) is 3 days. Assume continuous operation. Let X(t) = 1 if the Ricoh is working at time t, and let X(t) = 0 otherwise. (a) What do we need to assume about the successive up and down times in order to make the stochastic process {X(t) : t 0} a continuous-time Markov chain (CTMC)? We need the successive up times and down times to be mutually independent random variables. In addition, these random variables should have exponential distributions. The lack-of-memory property of the exponential distribution is critical for getting the Markov property for the stochastic process {X(t) : t 0}. The exponential distribution has a single parameter, which can be taken to be its mean. Since the means are already specified, nothing more needs to be assumed, beyond assuming that the means agree with the specified averages. Henceforth assume that these extra assumptions are in place, so that indeed the stochastic process {X(t) : t 0} is a CTMC. (b) Construct the CTMC; i.e., specify the model. A CTMC can be specified by its rate matrix, Q. That takes a simple form here because there are only two states: 0 and 1. The rate matrix here, ordering the two states 0 and 1, is ( ) 1/3 1/3 Q = 1/4 1/4 where the rates are expressed per day. That is, the repair rate is 1/3 per day, while the failure rate is 1/4 per day. In this case we have a birth-and-death (BD) process, so that λ 0 = Q 0,1 = 1/3, while µ 1 = Q 1,0 = 1/4. That is an equivalent specification; i.e., we say that it is BD and we specify these single λ i and µ i values. (c) Assuming that Ricoh has been working continuously for 7 days, what is the probability that it will remain working at least 8 more days?

2 The holding time in each state is exponentially distributed. The exponential up time has mean 4 days, and thus rate 1/4, as indicated above. Let T be the failure time. Then P (T > T = 7) = P (T > 8) = e (1/4)8 = e 2. (d) Suppose that Ricoh has been working continuously for 12 days. From that moment forward, let T be the time until the second breakdown. What is the expected value E[T ]? First, by the lack-of-memory property, the history (the 12 days) does not matter. Let U i be the i th up time and let D i be the i th down time, starting from the initial time. Then T = U 1 + D 1 + U 2, which is the sum of three independent exponential random variables. Thus E[T ] = E[U 1 + D 1 + U 2 ] = E[U 1 ] + E[D 1 ] + E[U 2 ] = = 11 days. (e) What is the long-run proportion of time that Ricoh is up? You find the steady-state distribution by solving αq = 0 or by using the local balance equation α 0 λ 0 = α 1 µ 1, which here is α 0 (1/4) = α 1 (1/3), used together with α 0 + α 1 = 1, which agrees with intuition E[U] lim P (X(t) = 1) = t E[U] + E[D] = = 4 7. That is the formula for an alternating renewal process. As we will see in Chapter 7, the limiting steady-state distribution holds even if the up and down times do not have exponential distributions. (f) Suppose that Ricoh is initially down. Approximately, what is the probability that Ricoh will break down at least 9 more times within the next 93 days? If Ricoh is initially down, then we have a down time D and an up time U between each successive new breakdown. The time at which 9 breakdowns occurs is the sum S 9 X X 9, where X i is distributed as D i + U i. Notice that E[X 1 ] = = 7 days, while V ar(x 1 ) = = = 25. By the central limit theorem, S 9 is approximately normally distributed with mean E[S 9 ] = 9 7 = 63 days and variance V ar(s 9 ) = 9 25 = 225. Hence, we can use a normal approximation ( ) S P (S 9 93) = P P (N(0, 1) 2) ;

3 see the normal table on page 81. Bonus Question. (5 points) Give the moment generating function of T (defined in part (d) above). Continuing from part (d), E[e st ] = E[e s(u 1+D 1 +U 2 ) ] = E[e su 1 e sd 1 e su 2 ] ( ) ( ) ( ) = E[e su 1 ]E[e sd 1 ]E[e su 2 1/4 1/3 1/4 ] = (1/4) s (1/3) s (1/4) s ; (1) see Example on page 66, which can be found by looking up moment generating function (MGF) in the index. Since the random variables are independent, the MGF of the sum is the product of the MGF s; see the middle of page The Toledo Taxi Stand (42 points) In the city of Toledo there is a small taxi stand served by three taxis. Prospective groups of customers arrive at the taxi stand at a rate of 5 per hour. (Assume that each group of customers can be served by a single taxi.) The groups are served on a first-come first-served basis by the first available taxi. The taxis take the customers to their desired destinations and then return to the taxi stand. Suppose that the time of each taxi round trip, from the taxi stand and back, is an exponentially distributed random variable with mean 10 minutes. The taxis wait in order of arrival if there are no customers to serve. The groups of customers also wait if there are no taxis, except that groups will not wait at all if there are already four groups waiting for taxis. Moreover, the waiting groups of customers have limited patience. Each group is only willing to wait an exponentially distributed time with mean 15 minutes before they will leave, without receiving service. Part I. (16 points) For this part only, suppose that at some instant of time there is precisely one taxi at the taxi stand. (a) What is the probability that nothing happens (no arrivals of taxis or customers) during the next 10 minutes? When there is one taxi present, there are two things that can happen: the arrival of one of the other two taxis or the arrival of a group of customers. The time until each of the other taxis return is an exponential random variable with mean 10 minutes (and thus rate 6 per hour). The time until the next group arrives is an exponential random variable with mean 12 minutes (and thus rate 5 per hour). The time until one of these three events occurs is the minimum of three independent exponential random variables, and so is itself an exponential random variable with a rate equal to the sum of the rates. The rate of this exponential random variable is thus = 17 per hour. Since 10 minutes is 1/6 hour. The time, say T, until 3

4 the next event is exponential with rate 17 per hour. Thus P (T > 1/6) = e 17(1/6) = e ( 17/6). (b) What is the expected time until one of the other two taxis returns? As indicated in part (a), the time until each of the other taxis returns is exponential with rate 6 per hour. The time until the first of these two events occurs is exponential with rate = 12 per hour. The expected time is the reciprocal of the rate, which is 1/12 hours, which is 5 minutes. (c) What is the probability that one of the other taxis arrives before another group of customers arrives? The rate for one of the two taxis arriving is 12 per hour; the rate for the group to arrive is 5 per hour. Thus the probability that one of the two taxis arrives before the group arrives is 12/(12 + 5) = 12/17. (d) What is the probability that both the other two taxis arrive before any groups of customers arrive? We want the probability of the intersection of two independent events, so it is the product of two probabilities. The first event is that one of the taxis arrives before the group of customers. Conditioned on that event, the second event is that the other remaining taxi arrives before the group of customers. Thus the overall probability is (12/17) (6/11) = 72/ Part II. (10 points) (e) Construct a Markov stochastic process for the taxi stand that can be used to find the long-run proportion of time that any specified number of taxis is available to serve arriving groups of customers. We present two modelling approaches, which are actually equivalent. The first modelling approach is to recognize that we can regard this as a standard M/M/s/r + M Markovian queueing model, having Poisson arrival process (the first M), IID exponential service times (the second M), r = 3 servers, s = 4 extra waiting spaces and IID exponential times to abandon for waiting customers (the +M). That gives us the M/M/3/4+M model. This model is characterized by three parameters: the arrival rate λ = 5 per hour, the individual service rate µ = 6 per hour and the individual abandonment rate θ = 4 per hour. We get the service rate µ = 6 from the given mean 1/µ = 1/6 hour = 10 minutes; we get the abandonment rate θ = 4 per hour from the given mean 1/θ = 1/4 hour = 15 minutes. To have this model fit our circumstances, we let X(t) be the number of customers 4

5 in the system, either waiting or being served, where we consider the customer to be in service until the taxi he took returns to the taxi stand. With this interpretation, the possible states are 0, 1,..., 7. For example, state 4 means that three customers are being served and one is waiting, while state 2 means that 2 taxis are away, while 1 is at the taxi stand, and state 0 means that all three taxis are at the taxi stand. The advantage of this modelling approach is it uses a familiar model. We draw the rate diagram for the birth-and-death process X(t) in Figure 1. Rate Diagram for a Birth-and-Death Process birth rates death rates 7 Figure 1: A rate diagram showing the transition rates for the birth-and-death process. To complete the model specification, we need to specify the birth rates λ i, 0 i 6, and the death rates µ i, 1 i 7. We define these as follows: Since the arrival rate is λ = 5, we have λ i = λ = 5 for all i, 0 i 6. We let λ 7 = 0 because arrivals cannot occur when the system is full The death rates are more complicated, because we need to account for service completions and abandonments. We have µ 1 = 6 because only one taxi is out, available to return; we have µ 2 = 12 because two taxis are out, available to return; µ 3 = 18 because three taxis are out, available to return. Then, for i 4, we must include abandonment. Each waiting customer abandons at rate 4. Thus µ 4 = = 22, µ 5 = = 26, µ 6 = = 30 and µ 7 = = 34. We have thus specified all the individual birth rates and death rates. We now describe the second modelling approach, which is chosen to more directly describe the system. With this second modelling approach, let the state k designate the difference between the number of customer groups present and the number of taxis present. With that scheme the states range from 3 - all three taxis are there - to +4 - there are 4 customer groups present. (Additional customer groups would balk (or be blocked) and not wait, by assumption.) Hence there are again 8 states: 3, 2, 1, 0, 1, 2, 3, 4. Alternatively, we could label the states in the customary way: 0, 1, 2, 3, 4, 5, 6, 7; we then understand that state j means the number of customers in the system, where we regard a customer as being 5

6 in the system if that customer is either waiting or its taxi has not yet returned. In other words, we say that the customer is in the system until its taxi has returned to the taxi stand. But that is just relabeling the same 8 states. The new state is the original state minus 3. The corresponding rates are the same. The associated rate matrix, numbering the states in increasing order (either 3, 2, 1, 0, 1, 2, 3, 4 or 0, 1, 2, 3, 4, 5, 6, 7) is Q = (f) Without performing any detailed calculations, indicate how the limiting steady-state distribution for this Markov process can be efficiently calculated. In general for a CTMC, we can find the limiting steady-state probability vector α by solving αq = 0, which corresponds to a system of 8 linear equations with 8 unknowns. In addition, if we number the states 0, 1, 2,..., 7, then we need to use the equation α α 7 = 1.0. But here we have a BD process, so we can solve the local-balance equations α i λ i = α i+1 µ i+1 for all i, plus the equation α α 7 = 1.0. That leads to the explicit formula α i = 1 + n k=1 λ 0 λ i 1 µ 1 µ i λ 0 λ k 1 µ 1 µ k for 1 i 7 and see page 371 of Ross. α 0 = 1 + n k=1 1 λ 0 ; λ k 1 µ 1 µ k Part III. (16 points) For this part, assume that the limiting steady-state distribution of the Markov process has been found, specifying the steady-state probability that the process is in each of the states. Introduce notation for the states and the steady-state probabilities of those states. Use that notation to answer the following questions. (g) Give an expression for the probability that a group of potential customers will be able to be served by a taxi immediately upon arrival? 6

7 Let the states be labeled as initially: 3, 2,..., 4. Let α i be the steady-state probability of state i, 3 i 4. Then the answer here is α 3 + α 2 + α 1. (h) Give an expression for the long-run proportion of groups of potential customers that leave immediately upon arrival without receiving service. α 4 (i) Give an expression for the long-run average number of taxis waiting at any time. 3 α α α 1. (j) Give an expression for the long-run proportion of arriving groups of customers that elect to wait upon arrival, but abandon before receiving service? This one is more complicated. First, the question is not too clearly worded, so we it might not be clear what is being asked. Suppose that we are looking for the conditional probability that a customer abandons given that he enters and must wait. We can write P (Abandon enters and waits) = = = abandonment rate rate of arrivals that enter and wait α 1 θ + α 2 2θ + α 3 3θ + α 4 4θ λ(1 α 3 α 2 α 1 α 4 ) 4α 1 + 8α α α 4 5(1 α 3 α 2 α 1 α 4 ) We could also proceed in other ways. For example, we could write P (Abandon enters and waits) = P (enters and waits and then abandons) P (enters and waits) We then need to calculate the numerator and denominator. The denominator is P (enters and waits) = α 0 + α 1 + α 2 + α 3. The numerator is more complicated. We find the probability that there are i customers waiting upon arrival. Then we note that the arriving customer makes an additional customer present. Then we find the probability in question. ( ) 4 P (enters and waits and then abandons) = α 0 [( 4 +α [( 4 +α 2 ) α 3 [( ( ) ( 26 + ) + ) ( )] ) [( ) ( ) [( ) ( 22 + ) ( )]] ) [( ( ) ( ) ( )]]]

8 To explain, consider the first term. The arrival finding 0 will himself be the sole waiting customer. Then 4/(18 + 4) is the probability that an abandonment is the next event, whereas 18/(18 + 4) is the probability that a taxi arrives and the newly arrived customer group enters service. When the customer group is initially number k in line it can abandon as the first event, the second event, and so on, up to the k th event. Next consider the second term. Here is what can happen: Our new customer can abandon, which happens with probability of 4/(18 + 8); we divide by now because 3 taxis can arrive (3 6 = 18) and 2 customers can abandon (2 4 = 8). Alternatively, one of the other events can occur - the other customer abandons or one of the taxis returns - which happens with probability of 22/(18 + 8); then our customer will become first in line. Thereafter he abandons with probability 4/(18 + 4). We then move on to the α 2 term. Part IV. Bonus Questions. (8 points) (k) Can the Markov process constructed in part (e) above be made time reversible? If so, how? Yes, the stochastic process can be made reversible, provided that we initialize by the stationary probability vector α, because it is a birth-and-death process. To elaborate, first we say that a stochastic process {X(t) : < t < } is (time) reversible if {X( t) : < t < } has the same probability law as {X(t) : < t < }. For any Markov process to be reversible, we require that the Markov process have a steadystate limiting probability vector α. That always is the case for a birth-and-death process with a finite state space. (However, that might not be true with an infinite state space. With an infinite state space, we need to verify that a proper steady-state limiting vector α exists.) Moreover, we must look at the stochastic process in steady state. That is accomplished by letting the initial distribution be α; i.e., we let P (X(0) = j) = α j for all j. With that special initial condition, we have P (X(t) = j) = α j for all j and for all t. If we initialize a Markov process in that way, there always is a well-defined reverse-time Markov process, also having steady-state limiting vector α. The question is whether the reverse-time Markov process has the same probability law as the original (forward-time) Markov process. That is true if and only if the detailed balance condition holds; see Section 6.6. That is the case for birth-and-death processes. In that sense, all ergodic birth-and-death processes are reversible; see Proposition 6.5. So we must initialize the process with the steady-state vector α or, equivalently, we must consider the process in equilibrium (steady state). Then it becomes reversible. If it does not have the right initial conditions, then it is not reversible. (l) Consider the stochastic process counting the arrival times of taxis to the stand beginning at some time in steady state. Is that stochastic process a Poisson process? Why or why not? No, the arrival counting process for the arrivals of taxis is not a Poisson process. To understand why, it is useful to look at the M/M/3/4 model formulation, with states 0 7. With that model formulation, the arrival process of taxis corresponds to the departure process from the queueing system. We might think that implies Poisson, because we know that the 8

9 stochastic process X(t) counting the number of customers in the system is reversible. Since the external arrival process is a Poisson process, we might expect that reversibility implies that the departure process is also a Poisson process, by virtue of Corollary 6.6 on page 378. However, that result does not apply because of the finite waiting room. For our model, the departure process becomes an arrival process in reverse time, so it has the same distribution of the process counting arrivals that actually enter the system. But some of the original arrivals are blocked; indeed all arrivals finding the system full are blocked. Moreover, the blocking process does not act as an independent thinning of the external arrival process. Instead, the blocking only occurs in a special state, when the waiting room is full. Thus, because of reversibility, the departure process does have the same distribution as the process counting customers entering the system, but that entering counting process is not itself a Poisson process. 3. The Columbia Space Company (28 points) Columbia University has decided to start the Columbia Space Company, which will launch satellites from its planned Manhattanville launch site beginning in 2010, referred to henceforth as time 0. Allowing for steady growth, the Columbia Space Company plans to launch satellites at an increasing rate, beginning at time t. Specifically, they anticipate that they will launch satellites according to a nonhomogeneous Poisson process with rate λ(t) = 2t satellites per year for t 0. Suppose that the successive times satellites stay up in space are independent random variables, each uniformly distributed between 3 years and 5 years. (a) What is the probability (according to this model) that no satellites will actually be launched during the first three years (between times t = 0 and t = 3? The arrival process is a nonhomogeneous Poisson process. The mean number of arrivals between 0 and 3 is m(0, 3) = 3 0 λ(t) dt = 3 0 2t dt = t = 9 0 = 9. Let N(t) denote the number of satellites that have arrived in the interval [0, t]. Then P (N(3) = 0) = e 9. (b) What is the expected number of satellites launched during the second year (between times t = 1 and t = 2)? m(1, 2) E[N(2) N(1)] = E[N(2)] E[N(1)] = 4 1 = 3. (c) What is the probability that precisely 7 satellites will be launched during the second year (between times t = 1 and t = 2)? 9

10 Using part (b), P (N(2) N(1) = 7) = e (d) Let S(t) be the number of satellites in space at time t. What is the expected value E[S(6)]? Now we exploit properties of the M t /GI/ model, as discussed in the paper, The Physics of The Mt/G/infty Queue, by Steven G. Eick, William A. Massey and Ward Whitt, Operations Research, vol. 41, No. 4, 1993, pp , posted on the lecture notes web page. See especially Section 1 up to Remark 1 (about one full journal page). Theorem 1 there states that S(t) has a Poisson distribution with mean E[S(t)] = t 0 7! λ(s)[1 G(t s)] ds, The idea is that the arrivals together with their service times can be represented as a Poisson random measure in the plane. The intensity at a point (s, x) in [0, ) [0, ) is λ(s)g(x) where g is the probability density function associated with the service-time cdf G. We actually get the single integral above from the double integral t ( ) E[S(t)] = λ(s)g(x) dx ds, 0 t s In our case, t = 6 and g(x) = 1/2, 3 x 5, while g(x) = 0 elsewhere. Hence, G(t) = (t 3)/2, 3 t 5. So the final range of integration is as shown in Figure 2 below. We want to integrate the intensity λ(s)g(x) = 2s 1/2 = s over the shaded rectangle and triangle, appearing above the 45 degree line between 1 and 6. To explain the rectangle for 3 s 6, note that all satellites launched in the interval [3, 6] will still be in space; the expected number of these is m(3, 6) E[N(6)] E[N(3)] = 36 9 = 27. Any launches before time 1 will have returned, and so need not be considered. So we need to more carefully consider the interval [1, 3]. That is the shaded triangle in Figure 2 for 1 s 3. To do so, write 3 1 λ(s)[1 G(t s)] ds = Hence, E[S(6)] = /3 = 95/ (s 1) 2s ds = (s 2 s) ds = 14/3. (e) Let R(t) be the number of satellites that have been launched and returned to earth by time t. What is the covariance between S(6) and R(6)? The covariance is 0, because the random variables R(t) and S(t) are independent Poisson random variables. To see that independence implies 0 covariance, look at pages 52 and 53 of Ross. From the M t /GI/ model, these two random variables represent the number of points in disjoint subsets of the plane (above and below the 45 degree line), when we focus on the Poisson process in the plane; again see the Physics paper. 10

11 Diagram for an Infinite-Server Queue (s,x) x s 6 Figure 2: A diagram showing the intensity of arrivals and service times. (f) Give an expression for the joint probability P (S(6) = 7, R(6) = 8). Since N(6) = S(6) + R(6), we have E[R(6)] = E[N(6)] E[S(6)] = 36 (95/3) = 13/3. By the independence, where a = 95/3 and b = 13/3. P (S(6) = 7, D(6) = 8) = e a (a) 7 7! e b (b) 8 8! (g) Give an expression for the probability P (S(6) + D(6) = 15). Since N(6) = S(6) + R(6),, P (S(6) + R(6) = 15) = P (N(6) = 15) = e 36 (36) 15 15! 4. Ultimate Bonus Questions (6 points) (a) Who is buried in Grant s Tomb? 11

12 The main answer is Grant. The more refined answer is Ulysses S. Grant, Civil War General and U. S. President from 1869 to But his wife - Julia Dent Grant - is also buried there. See (b) Where is Grant s Tomb? 122nd Street and Riverside Drive, about 4 blocks away from Mudd. Right across the street from the International House. (b) Where does this question come from? The You Bet Your Life quiz program hosted by Groucho Marx. 12

IEOR 6711: Stochastic Models I, Fall 2003, Professor Whitt. Solutions to Final Exam: Thursday, December 18.

IEOR 6711: Stochastic Models I, Fall 2003, Professor Whitt. Solutions to Final Exam: Thursday, December 18. IEOR 6711: Stochastic Models I, Fall 23, Professor Whitt Solutions to Final Exam: Thursday, December 18. Below are six questions with several parts. Do as much as you can. Show your work. 1. Two-Pump Gas

More information

Since D has an exponential distribution, E[D] = 0.09 years. Since {A(t) : t 0} is a Poisson process with rate λ = 10, 000, A(0.

Since D has an exponential distribution, E[D] = 0.09 years. Since {A(t) : t 0} is a Poisson process with rate λ = 10, 000, A(0. IEOR 46: Introduction to Operations Research: Stochastic Models Chapters 5-6 in Ross, Thursday, April, 4:5-5:35pm SOLUTIONS to Second Midterm Exam, Spring 9, Open Book: but only the Ross textbook, the

More information

(b) What is the variance of the time until the second customer arrives, starting empty, assuming that we measure time in minutes?

(b) What is the variance of the time until the second customer arrives, starting empty, assuming that we measure time in minutes? IEOR 3106: Introduction to Operations Research: Stochastic Models Fall 2006, Professor Whitt SOLUTIONS to Final Exam Chapters 4-7 and 10 in Ross, Tuesday, December 19, 4:10pm-7:00pm Open Book: but only

More information

SOLUTIONS IEOR 3106: Second Midterm Exam, Chapters 5-6, November 8, 2012

SOLUTIONS IEOR 3106: Second Midterm Exam, Chapters 5-6, November 8, 2012 SOLUTIONS IEOR 3106: Second Midterm Exam, Chapters 5-6, November 8, 2012 This exam is closed book. YOU NEED TO SHOW YOUR WORK. Honor Code: Students are expected to behave honorably, following the accepted

More information

IEOR 3106: Second Midterm Exam, Chapters 5-6, November 7, 2013

IEOR 3106: Second Midterm Exam, Chapters 5-6, November 7, 2013 IEOR 316: Second Midterm Exam, Chapters 5-6, November 7, 13 SOLUTIONS Honor Code: Students are expected to behave honorably, following the accepted code of academic honesty. You may keep the exam itself.

More information

IEOR 4106: Introduction to Operations Research: Stochastic Models Spring 2011, Professor Whitt Class Lecture Notes: Tuesday, March 1.

IEOR 4106: Introduction to Operations Research: Stochastic Models Spring 2011, Professor Whitt Class Lecture Notes: Tuesday, March 1. IEOR 46: Introduction to Operations Research: Stochastic Models Spring, Professor Whitt Class Lecture Notes: Tuesday, March. Continuous-Time Markov Chains, Ross Chapter 6 Problems for Discussion and Solutions.

More information

IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008

IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008 IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008 Justify your answers; show your work. 1. A sequence of Events. (10 points) Let {B n : n 1} be a sequence of events in

More information

IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Thursday, October 4 Renewal Theory: Renewal Reward Processes

IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Thursday, October 4 Renewal Theory: Renewal Reward Processes IEOR 67: Stochastic Models I Fall 202, Professor Whitt, Thursday, October 4 Renewal Theory: Renewal Reward Processes Simple Renewal-Reward Theory Suppose that we have a sequence of i.i.d. random vectors

More information

IEOR 4106: Spring Solutions to Homework Assignment 7: Due on Tuesday, March 22.

IEOR 4106: Spring Solutions to Homework Assignment 7: Due on Tuesday, March 22. IEOR 46: Spring Solutions to Homework Assignment 7: Due on Tuesday, March. More of Chapter 5: Read the rest of Section 5.3, skipping Examples 5.7 (Coupon Collecting), 5. (Insurance claims)and Subsection

More information

IEOR 3106: Introduction to Operations Research: Stochastic Models. Professor Whitt. SOLUTIONS to Homework Assignment 2

IEOR 3106: Introduction to Operations Research: Stochastic Models. Professor Whitt. SOLUTIONS to Homework Assignment 2 IEOR 316: Introduction to Operations Research: Stochastic Models Professor Whitt SOLUTIONS to Homework Assignment 2 More Probability Review: In the Ross textbook, Introduction to Probability Models, read

More information

1 Delayed Renewal Processes: Exploiting Laplace Transforms

1 Delayed Renewal Processes: Exploiting Laplace Transforms IEOR 6711: Stochastic Models I Professor Whitt, Tuesday, October 22, 213 Renewal Theory: Proof of Blackwell s theorem 1 Delayed Renewal Processes: Exploiting Laplace Transforms The proof of Blackwell s

More information

Exponential Distribution and Poisson Process

Exponential Distribution and Poisson Process Exponential Distribution and Poisson Process Stochastic Processes - Lecture Notes Fatih Cavdur to accompany Introduction to Probability Models by Sheldon M. Ross Fall 215 Outline Introduction Exponential

More information

Queueing Theory I Summary! Little s Law! Queueing System Notation! Stationary Analysis of Elementary Queueing Systems " M/M/1 " M/M/m " M/M/1/K "

Queueing Theory I Summary! Little s Law! Queueing System Notation! Stationary Analysis of Elementary Queueing Systems  M/M/1  M/M/m  M/M/1/K Queueing Theory I Summary Little s Law Queueing System Notation Stationary Analysis of Elementary Queueing Systems " M/M/1 " M/M/m " M/M/1/K " Little s Law a(t): the process that counts the number of arrivals

More information

IEOR 6711, HMWK 5, Professor Sigman

IEOR 6711, HMWK 5, Professor Sigman IEOR 6711, HMWK 5, Professor Sigman 1. Semi-Markov processes: Consider an irreducible positive recurrent discrete-time Markov chain {X n } with transition matrix P (P i,j ), i, j S, and finite state space.

More information

Random Walk on a Graph

Random Walk on a Graph IOR 67: Stochastic Models I Second Midterm xam, hapters 3 & 4, November 2, 200 SOLUTIONS Justify your answers; show your work.. Random Walk on a raph (25 points) Random Walk on a raph 2 5 F B 3 3 2 Figure

More information

Recap. Probability, stochastic processes, Markov chains. ELEC-C7210 Modeling and analysis of communication networks

Recap. Probability, stochastic processes, Markov chains. ELEC-C7210 Modeling and analysis of communication networks Recap Probability, stochastic processes, Markov chains ELEC-C7210 Modeling and analysis of communication networks 1 Recap: Probability theory important distributions Discrete distributions Geometric distribution

More information

IEOR 3106: Introduction to Operations Research: Stochastic Models Final Exam, Thursday, December 16, 2010

IEOR 3106: Introduction to Operations Research: Stochastic Models Final Exam, Thursday, December 16, 2010 IEOR 3106: Introduction to Operations Research: Stochastic Models Final Exam, Thursday, December 16, 2010 SOLUTIONS Honor Code: Students are expected to behave honorably, following the accepted code of

More information

Lecture 20: Reversible Processes and Queues

Lecture 20: Reversible Processes and Queues Lecture 20: Reversible Processes and Queues 1 Examples of reversible processes 11 Birth-death processes We define two non-negative sequences birth and death rates denoted by {λ n : n N 0 } and {µ n : n

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.262 Discrete Stochastic Processes Midterm Quiz April 6, 2010 There are 5 questions, each with several parts.

More information

Stabilizing Customer Abandonment in Many-Server Queues with Time-Varying Arrivals

Stabilizing Customer Abandonment in Many-Server Queues with Time-Varying Arrivals OPERATIONS RESEARCH Vol. 6, No. 6, November December 212, pp. 1551 1564 ISSN 3-364X (print) ISSN 1526-5463 (online) http://dx.doi.org/1.1287/opre.112.114 212 INFORMS Stabilizing Customer Abandonment in

More information

Online Supplement to Delay-Based Service Differentiation with Many Servers and Time-Varying Arrival Rates

Online Supplement to Delay-Based Service Differentiation with Many Servers and Time-Varying Arrival Rates Online Supplement to Delay-Based Service Differentiation with Many Servers and Time-Varying Arrival Rates Xu Sun and Ward Whitt Department of Industrial Engineering and Operations Research, Columbia University

More information

Introduction to Queuing Networks Solutions to Problem Sheet 3

Introduction to Queuing Networks Solutions to Problem Sheet 3 Introduction to Queuing Networks Solutions to Problem Sheet 3 1. (a) The state space is the whole numbers {, 1, 2,...}. The transition rates are q i,i+1 λ for all i and q i, for all i 1 since, when a bus

More information

Queueing Systems: Lecture 3. Amedeo R. Odoni October 18, Announcements

Queueing Systems: Lecture 3. Amedeo R. Odoni October 18, Announcements Queueing Systems: Lecture 3 Amedeo R. Odoni October 18, 006 Announcements PS #3 due tomorrow by 3 PM Office hours Odoni: Wed, 10/18, :30-4:30; next week: Tue, 10/4 Quiz #1: October 5, open book, in class;

More information

Data analysis and stochastic modeling

Data analysis and stochastic modeling Data analysis and stochastic modeling Lecture 7 An introduction to queueing theory Guillaume Gravier guillaume.gravier@irisa.fr with a lot of help from Paul Jensen s course http://www.me.utexas.edu/ jensen/ormm/instruction/powerpoint/or_models_09/14_queuing.ppt

More information

reversed chain is ergodic and has the same equilibrium probabilities (check that π j =

reversed chain is ergodic and has the same equilibrium probabilities (check that π j = Lecture 10 Networks of queues In this lecture we shall finally get around to consider what happens when queues are part of networks (which, after all, is the topic of the course). Firstly we shall need

More information

Making Delay Announcements

Making Delay Announcements Making Delay Announcements Performance Impact and Predicting Queueing Delays Ward Whitt With Mor Armony, Rouba Ibrahim and Nahum Shimkin March 7, 2012 Last Class 1 The Overloaded G/GI/s + GI Fluid Queue

More information

BIRTH DEATH PROCESSES AND QUEUEING SYSTEMS

BIRTH DEATH PROCESSES AND QUEUEING SYSTEMS BIRTH DEATH PROCESSES AND QUEUEING SYSTEMS Andrea Bobbio Anno Accademico 999-2000 Queueing Systems 2 Notation for Queueing Systems /λ mean time between arrivals S = /µ ρ = λ/µ N mean service time traffic

More information

Solutions to Homework Discrete Stochastic Processes MIT, Spring 2011

Solutions to Homework Discrete Stochastic Processes MIT, Spring 2011 Exercise 6.5: Solutions to Homework 0 6.262 Discrete Stochastic Processes MIT, Spring 20 Consider the Markov process illustrated below. The transitions are labelled by the rate q ij at which those transitions

More information

The Performance Impact of Delay Announcements

The Performance Impact of Delay Announcements The Performance Impact of Delay Announcements Taking Account of Customer Response IEOR 4615, Service Engineering, Professor Whitt Supplement to Lecture 21, April 21, 2015 Review: The Purpose of Delay Announcements

More information

Statistics 253/317 Introduction to Probability Models. Winter Midterm Exam Monday, Feb 10, 2014

Statistics 253/317 Introduction to Probability Models. Winter Midterm Exam Monday, Feb 10, 2014 Statistics 253/317 Introduction to Probability Models Winter 2014 - Midterm Exam Monday, Feb 10, 2014 Student Name (print): (a) Do not sit directly next to another student. (b) This is a closed-book, closed-note

More information

Figure 10.1: Recording when the event E occurs

Figure 10.1: Recording when the event E occurs 10 Poisson Processes Let T R be an interval. A family of random variables {X(t) ; t T} is called a continuous time stochastic process. We often consider T = [0, 1] and T = [0, ). As X(t) is a random variable

More information

Statistics 150: Spring 2007

Statistics 150: Spring 2007 Statistics 150: Spring 2007 April 23, 2008 0-1 1 Limiting Probabilities If the discrete-time Markov chain with transition probabilities p ij is irreducible and positive recurrent; then the limiting probabilities

More information

Queueing systems. Renato Lo Cigno. Simulation and Performance Evaluation Queueing systems - Renato Lo Cigno 1

Queueing systems. Renato Lo Cigno. Simulation and Performance Evaluation Queueing systems - Renato Lo Cigno 1 Queueing systems Renato Lo Cigno Simulation and Performance Evaluation 2014-15 Queueing systems - Renato Lo Cigno 1 Queues A Birth-Death process is well modeled by a queue Indeed queues can be used to

More information

ec1 e-companion to Liu and Whitt: Stabilizing Performance

ec1 e-companion to Liu and Whitt: Stabilizing Performance ec1 This page is intentionally blank. Proper e-companion title page, with INFORMS branding and exact metadata of the main paper, will be produced by the INFORMS office when the issue is being assembled.

More information

CDA5530: Performance Models of Computers and Networks. Chapter 3: Review of Practical

CDA5530: Performance Models of Computers and Networks. Chapter 3: Review of Practical CDA5530: Performance Models of Computers and Networks Chapter 3: Review of Practical Stochastic Processes Definition Stochastic ti process X = {X(t), t T} is a collection of random variables (rvs); one

More information

CDA6530: Performance Models of Computers and Networks. Chapter 3: Review of Practical Stochastic Processes

CDA6530: Performance Models of Computers and Networks. Chapter 3: Review of Practical Stochastic Processes CDA6530: Performance Models of Computers and Networks Chapter 3: Review of Practical Stochastic Processes Definition Stochastic process X = {X(t), t2 T} is a collection of random variables (rvs); one rv

More information

Chapter 2. Poisson Processes. Prof. Shun-Ren Yang Department of Computer Science, National Tsing Hua University, Taiwan

Chapter 2. Poisson Processes. Prof. Shun-Ren Yang Department of Computer Science, National Tsing Hua University, Taiwan Chapter 2. Poisson Processes Prof. Shun-Ren Yang Department of Computer Science, National Tsing Hua University, Taiwan Outline Introduction to Poisson Processes Definition of arrival process Definition

More information

Lecture 9: Deterministic Fluid Models and Many-Server Heavy-Traffic Limits. IEOR 4615: Service Engineering Professor Whitt February 19, 2015

Lecture 9: Deterministic Fluid Models and Many-Server Heavy-Traffic Limits. IEOR 4615: Service Engineering Professor Whitt February 19, 2015 Lecture 9: Deterministic Fluid Models and Many-Server Heavy-Traffic Limits IEOR 4615: Service Engineering Professor Whitt February 19, 2015 Outline Deterministic Fluid Models Directly From Data: Cumulative

More information

Class 11 Non-Parametric Models of a Service System; GI/GI/1, GI/GI/n: Exact & Approximate Analysis.

Class 11 Non-Parametric Models of a Service System; GI/GI/1, GI/GI/n: Exact & Approximate Analysis. Service Engineering Class 11 Non-Parametric Models of a Service System; GI/GI/1, GI/GI/n: Exact & Approximate Analysis. G/G/1 Queue: Virtual Waiting Time (Unfinished Work). GI/GI/1: Lindley s Equations

More information

M/G/1 and M/G/1/K systems

M/G/1 and M/G/1/K systems M/G/1 and M/G/1/K systems Dmitri A. Moltchanov dmitri.moltchanov@tut.fi http://www.cs.tut.fi/kurssit/elt-53606/ OUTLINE: Description of M/G/1 system; Methods of analysis; Residual life approach; Imbedded

More information

Solutions For Stochastic Process Final Exam

Solutions For Stochastic Process Final Exam Solutions For Stochastic Process Final Exam (a) λ BMW = 20 0% = 2 X BMW Poisson(2) Let N t be the number of BMWs which have passes during [0, t] Then the probability in question is P (N ) = P (N = 0) =

More information

Part I Stochastic variables and Markov chains

Part I Stochastic variables and Markov chains Part I Stochastic variables and Markov chains Random variables describe the behaviour of a phenomenon independent of any specific sample space Distribution function (cdf, cumulative distribution function)

More information

Renewal theory and its applications

Renewal theory and its applications Renewal theory and its applications Stella Kapodistria and Jacques Resing September 11th, 212 ISP Definition of a Renewal process Renewal theory and its applications If we substitute the Exponentially

More information

Stochastic process. X, a series of random variables indexed by t

Stochastic process. X, a series of random variables indexed by t Stochastic process X, a series of random variables indexed by t X={X(t), t 0} is a continuous time stochastic process X={X(t), t=0,1, } is a discrete time stochastic process X(t) is the state at time t,

More information

Continuous-Time Markov Chain

Continuous-Time Markov Chain Continuous-Time Markov Chain Consider the process {X(t),t 0} with state space {0, 1, 2,...}. The process {X(t),t 0} is a continuous-time Markov chain if for all s, t 0 and nonnegative integers i, j, x(u),

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.262 Discrete Stochastic Processes Midterm Quiz April 6, 2010 There are 5 questions, each with several parts.

More information

The Transition Probability Function P ij (t)

The Transition Probability Function P ij (t) The Transition Probability Function P ij (t) Consider a continuous time Markov chain {X(t), t 0}. We are interested in the probability that in t time units the process will be in state j, given that it

More information

Performance Evaluation of Queuing Systems

Performance Evaluation of Queuing Systems Performance Evaluation of Queuing Systems Introduction to Queuing Systems System Performance Measures & Little s Law Equilibrium Solution of Birth-Death Processes Analysis of Single-Station Queuing Systems

More information

Stationary remaining service time conditional on queue length

Stationary remaining service time conditional on queue length Stationary remaining service time conditional on queue length Karl Sigman Uri Yechiali October 7, 2006 Abstract In Mandelbaum and Yechiali (1979) a simple formula is derived for the expected stationary

More information

TOWARDS BETTER MULTI-CLASS PARAMETRIC-DECOMPOSITION APPROXIMATIONS FOR OPEN QUEUEING NETWORKS

TOWARDS BETTER MULTI-CLASS PARAMETRIC-DECOMPOSITION APPROXIMATIONS FOR OPEN QUEUEING NETWORKS TOWARDS BETTER MULTI-CLASS PARAMETRIC-DECOMPOSITION APPROXIMATIONS FOR OPEN QUEUEING NETWORKS by Ward Whitt AT&T Bell Laboratories Murray Hill, NJ 07974-0636 March 31, 199 Revision: November 9, 199 ABSTRACT

More information

IEOR 3106: Introduction to Operations Research: Stochastic Models. Fall 2011, Professor Whitt. Class Lecture Notes: Thursday, September 15.

IEOR 3106: Introduction to Operations Research: Stochastic Models. Fall 2011, Professor Whitt. Class Lecture Notes: Thursday, September 15. IEOR 3106: Introduction to Operations Research: Stochastic Models Fall 2011, Professor Whitt Class Lecture Notes: Thursday, September 15. Random Variables, Conditional Expectation and Transforms 1. Random

More information

MATH 56A: STOCHASTIC PROCESSES CHAPTER 6

MATH 56A: STOCHASTIC PROCESSES CHAPTER 6 MATH 56A: STOCHASTIC PROCESSES CHAPTER 6 6. Renewal Mathematically, renewal refers to a continuous time stochastic process with states,, 2,. N t {,, 2, 3, } so that you only have jumps from x to x + and

More information

Operations Research II, IEOR161 University of California, Berkeley Spring 2007 Final Exam. Name: Student ID:

Operations Research II, IEOR161 University of California, Berkeley Spring 2007 Final Exam. Name: Student ID: Operations Research II, IEOR161 University of California, Berkeley Spring 2007 Final Exam 1 2 3 4 5 6 7 8 9 10 7 questions. 1. [5+5] Let X and Y be independent exponential random variables where X has

More information

ENGINEERING SOLUTION OF A BASIC CALL-CENTER MODEL

ENGINEERING SOLUTION OF A BASIC CALL-CENTER MODEL ENGINEERING SOLUTION OF A BASIC CALL-CENTER MODEL by Ward Whitt Department of Industrial Engineering and Operations Research Columbia University, New York, NY 10027 Abstract An algorithm is developed to

More information

IEOR 6711: Stochastic Models I, Fall 2003, Professor Whitt. Second Midterm Exam, November 13, Based on Chapters 1-3 in Ross

IEOR 6711: Stochastic Models I, Fall 2003, Professor Whitt. Second Midterm Exam, November 13, Based on Chapters 1-3 in Ross IEOR 6711: Stochastic Models I, Fall 2003, Professor Whitt Second Midterm Exam, November 13, 2003 Based on Chapters 1-3 in Ross There are eight questions. Do as much as you can. Show your work. 1. Alpine

More information

UNIVERSITY OF YORK. MSc Examinations 2004 MATHEMATICS Networks. Time Allowed: 3 hours.

UNIVERSITY OF YORK. MSc Examinations 2004 MATHEMATICS Networks. Time Allowed: 3 hours. UNIVERSITY OF YORK MSc Examinations 2004 MATHEMATICS Networks Time Allowed: 3 hours. Answer 4 questions. Standard calculators will be provided but should be unnecessary. 1 Turn over 2 continued on next

More information

LIMITS FOR QUEUES AS THE WAITING ROOM GROWS. Bell Communications Research AT&T Bell Laboratories Red Bank, NJ Murray Hill, NJ 07974

LIMITS FOR QUEUES AS THE WAITING ROOM GROWS. Bell Communications Research AT&T Bell Laboratories Red Bank, NJ Murray Hill, NJ 07974 LIMITS FOR QUEUES AS THE WAITING ROOM GROWS by Daniel P. Heyman Ward Whitt Bell Communications Research AT&T Bell Laboratories Red Bank, NJ 07701 Murray Hill, NJ 07974 May 11, 1988 ABSTRACT We study the

More information

IEOR 4701: Stochastic Models in Financial Engineering. Summer 2007, Professor Whitt. SOLUTIONS to Homework Assignment 9: Brownian motion

IEOR 4701: Stochastic Models in Financial Engineering. Summer 2007, Professor Whitt. SOLUTIONS to Homework Assignment 9: Brownian motion IEOR 471: Stochastic Models in Financial Engineering Summer 27, Professor Whitt SOLUTIONS to Homework Assignment 9: Brownian motion In Ross, read Sections 1.1-1.3 and 1.6. (The total required reading there

More information

Simple queueing models

Simple queueing models Simple queueing models c University of Bristol, 2012 1 M/M/1 queue This model describes a queue with a single server which serves customers in the order in which they arrive. Customer arrivals constitute

More information

P (L d k = n). P (L(t) = n),

P (L d k = n). P (L(t) = n), 4 M/G/1 queue In the M/G/1 queue customers arrive according to a Poisson process with rate λ and they are treated in order of arrival The service times are independent and identically distributed with

More information

Lecture 4a: Continuous-Time Markov Chain Models

Lecture 4a: Continuous-Time Markov Chain Models Lecture 4a: Continuous-Time Markov Chain Models Continuous-time Markov chains are stochastic processes whose time is continuous, t [0, ), but the random variables are discrete. Prominent examples of continuous-time

More information

MARKOV PROCESSES. Valerio Di Valerio

MARKOV PROCESSES. Valerio Di Valerio MARKOV PROCESSES Valerio Di Valerio Stochastic Process Definition: a stochastic process is a collection of random variables {X(t)} indexed by time t T Each X(t) X is a random variable that satisfy some

More information

Exercises Solutions. Automation IEA, LTH. Chapter 2 Manufacturing and process systems. Chapter 5 Discrete manufacturing problems

Exercises Solutions. Automation IEA, LTH. Chapter 2 Manufacturing and process systems. Chapter 5 Discrete manufacturing problems Exercises Solutions Note, that we have not formulated the answers for all the review questions. You will find the answers for many questions by reading and reflecting about the text in the book. Chapter

More information

Probability and Statistics Concepts

Probability and Statistics Concepts University of Central Florida Computer Science Division COT 5611 - Operating Systems. Spring 014 - dcm Probability and Statistics Concepts Random Variable: a rule that assigns a numerical value to each

More information

Session-Based Queueing Systems

Session-Based Queueing Systems Session-Based Queueing Systems Modelling, Simulation, and Approximation Jeroen Horters Supervisor VU: Sandjai Bhulai Executive Summary Companies often offer services that require multiple steps on the

More information

IEOR 8100: Topics in OR: Asymptotic Methods in Queueing Theory. Fall 2009, Professor Whitt. Class Lecture Notes: Wednesday, September 9.

IEOR 8100: Topics in OR: Asymptotic Methods in Queueing Theory. Fall 2009, Professor Whitt. Class Lecture Notes: Wednesday, September 9. IEOR 8100: Topics in OR: Asymptotic Methods in Queueing Theory Fall 2009, Professor Whitt Class Lecture Notes: Wednesday, September 9. Heavy-Traffic Limits for the GI/G/1 Queue 1. The GI/G/1 Queue We will

More information

Delay Announcements. Predicting Queueing Delays for Delay Announcements. IEOR 4615, Service Engineering, Professor Whitt. Lecture 21, April 21, 2015

Delay Announcements. Predicting Queueing Delays for Delay Announcements. IEOR 4615, Service Engineering, Professor Whitt. Lecture 21, April 21, 2015 Delay Announcements Predicting Queueing Delays for Delay Announcements IEOR 4615, Service Engineering, Professor Whitt Lecture 21, April 21, 2015 OUTLINE Delay Announcements: Why, What and When? [Slide

More information

CS 798: Homework Assignment 3 (Queueing Theory)

CS 798: Homework Assignment 3 (Queueing Theory) 1.0 Little s law Assigned: October 6, 009 Patients arriving to the emergency room at the Grand River Hospital have a mean waiting time of three hours. It has been found that, averaged over the period of

More information

Statistics 253/317 Introduction to Probability Models. Winter Midterm Exam Friday, Feb 8, 2013

Statistics 253/317 Introduction to Probability Models. Winter Midterm Exam Friday, Feb 8, 2013 Statistics 253/317 Introduction to Probability Models Winter 2014 - Midterm Exam Friday, Feb 8, 2013 Student Name (print): (a) Do not sit directly next to another student. (b) This is a closed-book, closed-note

More information

Birth-Death Processes

Birth-Death Processes Birth-Death Processes Birth-Death Processes: Transient Solution Poisson Process: State Distribution Poisson Process: Inter-arrival Times Dr Conor McArdle EE414 - Birth-Death Processes 1/17 Birth-Death

More information

Poisson Processes. Stochastic Processes. Feb UC3M

Poisson Processes. Stochastic Processes. Feb UC3M Poisson Processes Stochastic Processes UC3M Feb. 2012 Exponential random variables A random variable T has exponential distribution with rate λ > 0 if its probability density function can been written

More information

2905 Queueing Theory and Simulation PART III: HIGHER DIMENSIONAL AND NON-MARKOVIAN QUEUES

2905 Queueing Theory and Simulation PART III: HIGHER DIMENSIONAL AND NON-MARKOVIAN QUEUES 295 Queueing Theory and Simulation PART III: HIGHER DIMENSIONAL AND NON-MARKOVIAN QUEUES 16 Queueing Systems with Two Types of Customers In this section, we discuss queueing systems with two types of customers.

More information

Northwestern University Department of Electrical Engineering and Computer Science

Northwestern University Department of Electrical Engineering and Computer Science Northwestern University Department of Electrical Engineering and Computer Science EECS 454: Modeling and Analysis of Communication Networks Spring 2008 Probability Review As discussed in Lecture 1, probability

More information

Name of the Student:

Name of the Student: SUBJECT NAME : Probability & Queueing Theory SUBJECT CODE : MA 6453 MATERIAL NAME : Part A questions REGULATION : R2013 UPDATED ON : November 2017 (Upto N/D 2017 QP) (Scan the above QR code for the direct

More information

THE HEAVY-TRAFFIC BOTTLENECK PHENOMENON IN OPEN QUEUEING NETWORKS. S. Suresh and W. Whitt AT&T Bell Laboratories Murray Hill, New Jersey 07974

THE HEAVY-TRAFFIC BOTTLENECK PHENOMENON IN OPEN QUEUEING NETWORKS. S. Suresh and W. Whitt AT&T Bell Laboratories Murray Hill, New Jersey 07974 THE HEAVY-TRAFFIC BOTTLENECK PHENOMENON IN OPEN QUEUEING NETWORKS by S. Suresh and W. Whitt AT&T Bell Laboratories Murray Hill, New Jersey 07974 ABSTRACT This note describes a simulation experiment involving

More information

Continuous time Markov chains

Continuous time Markov chains Continuous time Markov chains Alejandro Ribeiro Dept. of Electrical and Systems Engineering University of Pennsylvania aribeiro@seas.upenn.edu http://www.seas.upenn.edu/users/~aribeiro/ October 16, 2017

More information

Wait-Time Predictors for Customer Service Systems with Time-Varying Demand and Capacity

Wait-Time Predictors for Customer Service Systems with Time-Varying Demand and Capacity OPERATIONS RESEARCH Vol. 59, No. 5, September October 211, pp. 116 1118 issn 3-364X eissn 1526-5463 11 595 116 http://dx.doi.org/1.1287/opre.111.974 211 INFORMS Wait-Time Predictors for Customer Service

More information

A Diffusion Approximation for the G/GI/n/m Queue

A Diffusion Approximation for the G/GI/n/m Queue OPERATIONS RESEARCH Vol. 52, No. 6, November December 2004, pp. 922 941 issn 0030-364X eissn 1526-5463 04 5206 0922 informs doi 10.1287/opre.1040.0136 2004 INFORMS A Diffusion Approximation for the G/GI/n/m

More information

The story of the film so far... Mathematics for Informatics 4a. Continuous-time Markov processes. Counting processes

The story of the film so far... Mathematics for Informatics 4a. Continuous-time Markov processes. Counting processes The story of the film so far... Mathematics for Informatics 4a José Figueroa-O Farrill Lecture 19 28 March 2012 We have been studying stochastic processes; i.e., systems whose time evolution has an element

More information

Examination paper for TMA4265 Stochastic Processes

Examination paper for TMA4265 Stochastic Processes Department of Mathematical Sciences Examination paper for TMA4265 Stochastic Processes Academic contact during examination: Andrea Riebler Phone: 456 89 592 Examination date: December 14th, 2015 Examination

More information

REAL-TIME DELAY ESTIMATION BASED ON DELAY HISTORY IN MANY-SERVER SERVICE SYSTEMS WITH TIME-VARYING ARRIVALS

REAL-TIME DELAY ESTIMATION BASED ON DELAY HISTORY IN MANY-SERVER SERVICE SYSTEMS WITH TIME-VARYING ARRIVALS REAL-TIME DELAY ESTIMATION BASED ON DELAY HISTORY IN MANY-SERVER SERVICE SYSTEMS WITH TIME-VARYING ARRIVALS by Rouba Ibrahim and Ward Whitt IEOR Department Columbia University 500 West 120th Street 313

More information

1 Some basic renewal theory: The Renewal Reward Theorem

1 Some basic renewal theory: The Renewal Reward Theorem Copyright c 27 by Karl Sigman Some basic renewal theory: The Renewal Reward Theorem Here, we will present some basic results in renewal theory such as the elementary renewal theorem, and then the very

More information

NEW FRONTIERS IN APPLIED PROBABILITY

NEW FRONTIERS IN APPLIED PROBABILITY J. Appl. Prob. Spec. Vol. 48A, 209 213 (2011) Applied Probability Trust 2011 NEW FRONTIERS IN APPLIED PROBABILITY A Festschrift for SØREN ASMUSSEN Edited by P. GLYNN, T. MIKOSCH and T. ROLSKI Part 4. Simulation

More information

4452 Mathematical Modeling Lecture 16: Markov Processes

4452 Mathematical Modeling Lecture 16: Markov Processes Math Modeling Lecture 16: Markov Processes Page 1 4452 Mathematical Modeling Lecture 16: Markov Processes Introduction A stochastic model is one in which random effects are incorporated into the model.

More information

PBW 654 Applied Statistics - I Urban Operations Research

PBW 654 Applied Statistics - I Urban Operations Research PBW 654 Applied Statistics - I Urban Operations Research Lecture 2.I Queuing Systems An Introduction Operations Research Models Deterministic Models Linear Programming Integer Programming Network Optimization

More information

Name of the Student: Problems on Discrete & Continuous R.Vs

Name of the Student: Problems on Discrete & Continuous R.Vs Engineering Mathematics 08 SUBJECT NAME : Probability & Random Processes SUBJECT CODE : MA645 MATERIAL NAME : University Questions REGULATION : R03 UPDATED ON : November 07 (Upto N/D 07 Q.P) (Scan the

More information

STA 624 Practice Exam 2 Applied Stochastic Processes Spring, 2008

STA 624 Practice Exam 2 Applied Stochastic Processes Spring, 2008 Name STA 624 Practice Exam 2 Applied Stochastic Processes Spring, 2008 There are five questions on this test. DO use calculators if you need them. And then a miracle occurs is not a valid answer. There

More information

Chapter 5. Continuous-Time Markov Chains. Prof. Shun-Ren Yang Department of Computer Science, National Tsing Hua University, Taiwan

Chapter 5. Continuous-Time Markov Chains. Prof. Shun-Ren Yang Department of Computer Science, National Tsing Hua University, Taiwan Chapter 5. Continuous-Time Markov Chains Prof. Shun-Ren Yang Department of Computer Science, National Tsing Hua University, Taiwan Continuous-Time Markov Chains Consider a continuous-time stochastic process

More information

Notes on Continuous Random Variables

Notes on Continuous Random Variables Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes

More information

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017.

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017. EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017 Midterm Exam 2 Last name First name SID Name of student on your left: Name of

More information

16:330:543 Communication Networks I Midterm Exam November 7, 2005

16:330:543 Communication Networks I Midterm Exam November 7, 2005 l l l l l l l l 1 3 np n = ρ 1 ρ = λ µ λ. n= T = E[N] = 1 λ µ λ = 1 µ 1. 16:33:543 Communication Networks I Midterm Exam November 7, 5 You have 16 minutes to complete this four problem exam. If you know

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 22 12/09/2013. Skorokhod Mapping Theorem. Reflected Brownian Motion

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 22 12/09/2013. Skorokhod Mapping Theorem. Reflected Brownian Motion MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.7J Fall 213 Lecture 22 12/9/213 Skorokhod Mapping Theorem. Reflected Brownian Motion Content. 1. G/G/1 queueing system 2. One dimensional reflection mapping

More information

Question Points Score Total: 70

Question Points Score Total: 70 The University of British Columbia Final Examination - April 204 Mathematics 303 Dr. D. Brydges Time: 2.5 hours Last Name First Signature Student Number Special Instructions: Closed book exam, no calculators.

More information

Continuous-time Markov Chains

Continuous-time Markov Chains Continuous-time Markov Chains Gonzalo Mateos Dept. of ECE and Goergen Institute for Data Science University of Rochester gmateosb@ece.rochester.edu http://www.ece.rochester.edu/~gmateosb/ October 23, 2017

More information

Queueing Theory. VK Room: M Last updated: October 17, 2013.

Queueing Theory. VK Room: M Last updated: October 17, 2013. Queueing Theory VK Room: M1.30 knightva@cf.ac.uk www.vincent-knight.com Last updated: October 17, 2013. 1 / 63 Overview Description of Queueing Processes The Single Server Markovian Queue Multi Server

More information

EXAM IN COURSE TMA4265 STOCHASTIC PROCESSES Wednesday 7. August, 2013 Time: 9:00 13:00

EXAM IN COURSE TMA4265 STOCHASTIC PROCESSES Wednesday 7. August, 2013 Time: 9:00 13:00 Norges teknisk naturvitenskapelige universitet Institutt for matematiske fag Page 1 of 7 English Contact: Håkon Tjelmeland 48 22 18 96 EXAM IN COURSE TMA4265 STOCHASTIC PROCESSES Wednesday 7. August, 2013

More information

Page 0 of 5 Final Examination Name. Closed book. 120 minutes. Cover page plus five pages of exam.

Page 0 of 5 Final Examination Name. Closed book. 120 minutes. Cover page plus five pages of exam. Final Examination Closed book. 120 minutes. Cover page plus five pages of exam. To receive full credit, show enough work to indicate your logic. Do not spend time calculating. You will receive full credit

More information

STABILIZING PERFORMANCE IN NETWORKS OF QUEUES WITH TIME-VARYING ARRIVAL RATES

STABILIZING PERFORMANCE IN NETWORKS OF QUEUES WITH TIME-VARYING ARRIVAL RATES Probability in the Engineering and Informational Sciences, 28, 24, 49 449. doi:.7/s2699648484 STABILIZING PERFORMANCE IN NETWORKS OF QUEUES WITH TIME-VARYING ARRIVAL RATES YUNAN LIU AND WARD WHITT Department

More information

Bernoulli Counting Process with p=0.1

Bernoulli Counting Process with p=0.1 Stat 28 October 29, 21 Today: More Ch 7 (Sections 7.4 and part of 7.) Midterm will cover Ch 7 to section 7.4 Review session will be Nov. Exercises to try (answers in book): 7.1-, 7.2-3, 7.3-3, 7.4-7 Where

More information