EE414 - Birth-Death Processes 1/17 Birth-Death Processes

Total Page:16

File Type:pdf, Size:1020Kb

EE414 - Birth-Death Processes 1/17 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 Processes Birth-Death Processes are Markov chains where transitions are allowed only between neighbouring states of the process. They may be discrete- or continuous-time. Our primary interest is in the continuous-time case. Birth-Death processes are used to simplify the analysis of systems that see random arrivals and departures of customers (packets, requests, or calls etc.) over time. We will develop results that are useful for performance evaluation of servers (or transmission lines) with associated input queues. The results also apply to circuit switches with limited numbers of outgoing channels. We start in this section by seeking the transient solution to the Birth-Death system. Recall that the general transient solution π(t) of a continuous-time Markov chain is given implicitly by π_ (t) = π(t)Q where Q is the matrix of state transition-rates between each pair of states in the process. The Birth-Death assumption imposes a certain structure on Q which gives the solution π(t) a simplified form. Dr Conor McArdle EE414 - Birth-Death Processes 2/17 Birth-Death Processes: Transition-rates Consider the state transition-rate diagram of the general Birth-Death process below. ë0 ë1 ëk-1 ëk 0 1 2 k-1 k k+1 ì1 ì2 ìk ìk+1 The states of the process are represented by numbered circles, the number indicating the state. For a birth-death process this number represents the number of individuals in the population, which for our purposes we interpret as the number of packets (or requests or calls) in the system. Arrows represent the possible transitions between states and the labels on the arrows are the state transition-rates between states. Transitions which relate to births (an increase in the population by one) are labeled with the \birth rate" (λk = birth rate when process is in state k). Transitions which relate to deaths (a decrease in the population by one) are labeled with the \death rate" (µk = death rate when process is in state k). Dr Conor McArdle EE414 - Birth-Death Processes 3/17 Birth-Death Processes: Transient Solution Let us construct the matrix of transition rates Q from the Birth-Death state transition-rate diagram. The component qij of Q is the transition rate from state i to state j (i 6= j). For j = i + 1 the rate is given by the birth-rate λi and for j = i − 1 the rate is given by the death-rate µi. Given the stipulation that transitions are only allowed between neighbouring states, all rates for larger transition steps in the process (e.g. qij where j = i + 2) are zero. P P The rates at each state i must balance, that is 8j qij = 0, so qii = − 8j;i6=j qij. −qii may be interpreted as the total rate at which state i is exited to other states. Forming the matrix Q from the above rates gives: 2 3 −λ0 λ0 0 0 ::: 6 µ1 −(λ1 + µ1) λ1 0 :::7 6 7 6 0 µ2 −(λ2 + µ2) λ2 :::7 Q = 6 7 6 0 0 µ3 −(λ3 + µ3) :::7 4 . 5 . .. Dr Conor McArdle EE414 - Birth-Death Processes 4/17 Birth-Death Processes: Transient Solution With this Q matrix, the transient solution equation π_ (t) = π(t)Q; can be written as the set of differential equations: dπ (t) 0 = −λ π (t) + µ π (t) k = 0 (1) dt 0 0 1 1 dπ (t) k = λ π (t) − (λ + µ )π (t) + µ π (t) k ≥ 1 (2) dt k−1 k−1 k k k k+1 k+1 The solution to these equations is not trivial and, for general sets of fλkg and fµkg, it is often the case that numerical methods are required to find a solution. However, we will consider an important Birth-Death process, the Poisson process, for which we can easily find an exact (analytic) solution. The Poisson process is used extensively to model the arrival times of packets (or calls) to a system. Dr Conor McArdle EE414 - Birth-Death Processes 5/17 Birth-Death Processes Birth-Death Processes: Transient Solution Poisson Process: State Distribution Poisson Process: Inter-arrival Times Dr Conor McArdle EE414 - Birth-Death Processes 6/17 The Poisson Process Consider a pure birth system where µk = 0 for all k and λk = λ for all k. Thus our transition rate matrix Q is: 2−λ λ 0 0 :::3 6 0 −λ λ 0 :::7 6 7 6 0 0 −λ λ : : :7 6 7 6 0 0 0 −λ : : :7 4 . 5 . .. and the system of equations π_ (t) = π(t)Q is: dπ (t) 0 = −λπ (t) k = 0 (3) dt 0 dπ (t) k = λπ (t) − λπ (t) k ≥ 1 (4) dt k−1 k We assume the initial condition (initial state distribution) for the system is: 1 k = 0 π (0) = k 0 k 6= 0 Dr Conor McArdle EE414 - Birth-Death Processes 7/17 The Poisson Process Thus (from the usual differenetial equation solution methods) the solution for π0(t) is −λt π0(t) = e : Using this solution in equation (4) for k = 1 gives: dπ (t) 1 = λe−λt − λπ (t) dt 1 The solution to this differential equation is: −λt π1(t) = λte Continuing in this manner we have an expression for the transient solution of the pure birth process. (λt)k π (t) = e−λt k ≥ 0; t ≥ 0 (5) k k! This pure-birth process is called the Poisson Process and equation (5) is the pmf of the state probabilities at time t (often called the Poisson distribution). Dr Conor McArdle EE414 - Birth-Death Processes 8/17 The Poisson Process At some fixed time τ, equation (5) gives the state distribution of the process at that time (a pmf). For some chosen state n, equation (5) gives the probability of being in that state as time progresses from 0 to 1 (a pdf). ¼ 0231 4 Figure: The Family of Curves πk(t) as a function of k and λt Dr Conor McArdle EE414 - Birth-Death Processes 9/17 The Poisson Process: Interpretation/Uses The Poisson process is widely used for modelling the arrival process of packets (or calls) to a system. If we assume arrivals of packets to a system are independent events and that each arrival occurs at the same average rate λ, then we have a Poisson process, where the state of the process corresponds to the number of arrivals since time 0. Thus equation (5) gives a complete probabilistic description of the number of arrivals during a given time period and also a probabilistic description of how long the process stays in any one state, or alternatively, how long we expect between arrivals or until the next arrival. We can note that a Poisson process arises from combining an infinite number of independent stationary (renewal) processes, each generating arrivals (births) at some rate. In the limit, the overall arrival process has a constant arrival rate (birth rate) λ. When we have any large population of such independent processes (e.g. a large number of people making phone calls through a switch), the Poisson process provides a very useful approximation to the overall arrival process. We will now examine the previously mentioned probabilistic descriptions. Dr Conor McArdle EE414 - Birth-Death Processes 10/17 The Poisson Process: Moments Consider the random variable N(t), associated with the Poisson process, describing the number of arrivals (births) in the interval [0; t) The pmf of N(t) is the state distribution of the Poisson process at time t, that is, the pmf of N(t) is (λt)k p (t) = π (t) = e−λt k ≥ 0; t ≥ 0 k k k! We would expect that the average number of arrivals in this interval would be λt, given that λ is the arrival rate. So the expected value of N(t) should be λt. We can check this: 1 X E[N(t)] = kpk(t) k=0 1 1 1 X (λt)k X (λt)k X (λt)k = e−λt k = e−λt = e−λtλt k! (k − 1)! k! k=0 k=1 k=0 x x x2 Noting that the Taylor series expansion of e is: e = 1 + x + 2! + ::: ) E[N(t)] = λt Dr Conor McArdle EE414 - Birth-Death Processes 11/17 The Poisson Process: Moments We may also calculate the variance of the number of arrivals in [0; t). We first calculate: 1 X E[N(t) · (N(t) − 1)] = k(k − 1)pk(t) k=0 1 X (λt)k = e−λt k(k − 1) k! k=0 1 X (λt)k−2 = e−λt(λt)2 (k − 2)! k=2 1 X (λt)k = e−λt(λt)2 k! k=0 = (λt)2 Using this result and the expression for E[N(t)] we can calculate: Var(N(t)) = E[N 2(t)] − E2[N(t)] = E[N(t) · (N(t) − 1)] + E[N(t)] − (E[N(t)])2 = (λt)2 + λt − (λt)2 ) Var(N(t)) = λt Dr Conor McArdle EE414 - Birth-Death Processes 12/17 Birth-Death Processes Birth-Death Processes: Transient Solution Poisson Process: State Distribution Poisson Process: Inter-arrival Times Dr Conor McArdle EE414 - Birth-Death Processes 13/17 The Poisson Process: Inter-arrival Times We may also calculate the distribution of the times between arrivals (births) for a Poisson process. Let τ be the random variable describing the time between adjacent arrivals (the inter-arrival time) for a Poisson process.
Recommended publications
  • Ewens' Sampling Formula
    Ewens’ sampling formula; a combinatorial derivation Bob Griffiths, University of Oxford Sabin Lessard, Universit´edeMontr´eal Infinitely-many-alleles-model: unique mutations ......................................................................................................... •. •. •. ............................................................................................................ •. •. .................................................................................................... •. •. •. ............................................................. ......................................... .............................................. •. ............................... ..................... ..................... ......................................... ......................................... ..................... • ••• • • • ••• • • • • • Sample configuration of alleles 4 A1,1A2,4A3,3A4,3A5. Ewens’ sampling formula (1972) n sampled genes k b Probability of a sample having types with j types represented j times, jbj = n,and bj = k,is n! 1 θk · · b b 1 1 ···n n b1! ···bn! θ(θ +1)···(θ + n − 1) Example: Sample 4 A1,1A2,4A3,3A4,3A5. b1 =1, b2 =0, b3 =2, b4 =2. Old and New lineages . •. ............................... ......................................... •. .............................................. ............................... ............................... ..................... ..................... ......................................... ..................... ..................... ◦ ◦◦◦◦◦ n1 n2 nm nm+1
    [Show full text]
  • Copyrighted Material
    Index alternating renewal process, 353, 354 reflection principle, 474 scaling invariance, 471 Bayes rule, 23, 28 simulation, 480 Bernoulli process, 228, 293, 301–305, 309, 316 time invariance, 472 beta function, 60, 170, 265 Buffon’s needle problem, 83, 94 birth and catastrophe chain, 377 birth and death chain, 375, 392 Cauchy–Bunyakovsky–Schwarz inequality, 135, birthday problem, 30–31 137, 143, 149 Black–Karasinski model, 509 Central Limit Theorem, 2, 87, 92, 241, Blackwell renewal theorem, 346, 348 244, 245, 273, 282, 302, 342, 343, block replacement policy, 344 482, 523 Borel–Cantelli lemmas, 34–142, 224, 304 DeMoivre-Laplace version, 151 bounded convergence theorem, 131, 251, 422, changing the order of derivation and integra- 448, 455 tion, 243 branching process, 363, 366, 368, 441, 461 Chapman-Kolmogorov equation, 378, 379, 381, Brownian bridge, 483 389, 420 Brownian motion conditional distribution, 468 characteristic function, 192–194 covariance structure,COPYRIGHTED 471 MATERIALcontinuity theorem, 203 definition, 467 examples, 194–199 drift, 471 multivariate random vector, 194 examples, 468, 471 properties, 193 generation, 176 uniqueness, 200 hitting time, 475, 476 characterization theorem for convergence in dis- multidimensional, 473 tribution, 218 quadratic variation, 478 Cholesky decomposition, 174–176, 514 547 Probability and Stochastic Processes, First Edition. Ionut¸Florescu C 2015 John Wiley & Sons, Inc. Published 2015 by John Wiley & Sons, Inc. 548 INDEX CIR model, 507 Darboux sums, 349 moments, 510, 511 De Morgan laws,
    [Show full text]
  • On a Fractional Alternating Poisson Process
    AIMS Mathematics, 1(3): 212-224 DOI:10.3934/Math.2016.3.212 Received: 5 September 2016 Accepted: 12 September 2016 http://www.aimspress.com/journal/Math Published: 20 September 2016 Research article On a fractional alternating Poisson process Antonio Di Crescenzo∗and Alessandra Meoli Department of Mathematics, University of Salerno, Via Giovanni Paolo II, 132, 84084 Fisciano (SA), Italy ∗ Correspondence: Email: [email protected]; Tel: +39 089 96 3349; Fax: +39 089 96 3303. Abstract: We propose a generalization of the alternating Poisson process from the point of view of fractional calculus. We consider the system of differential equations governing the state probabilities of the alternating Poisson process and replace the ordinary derivative with the fractional derivative (in the Caputo sense). This produces a fractional 2-state point process. We obtain the probability mass function of this process in terms of the (two-parameter) Mittag-Leffler function. Then we show that it can be recovered also by means of renewal theory. We study the limit state probability, and certain proportions involving the fractional moments of the sub-renewal periods of the process. In conclusion, in order to derive new Mittag-Leffler-like distributions related to the considered process, we exploit a transformation acting on pairs of stochastically ordered random variables, which is an extension of the equilibrium operator and deserves interest in the analysis of alternating stochastic processes. Keywords: Caputo derivative; Mittag-Leffler function; fractional process; alternating process; renewal process; renewal function 1. Introduction Extension of continuous-time point processes to the fractional case has been a major topic in liter- ature for several years.
    [Show full text]
  • Notes on the Poisson Point Process
    Notes on the Poisson point process Paul Keeler January 5, 2016 This work is licensed under a “CC BY-SA 3.0” license. Abstract The Poisson point process is a type of random object known as a point pro- cess that has been the focus of much study and application. This survey aims to give an accessible but detailed account of the Poisson point process by covering its history, mathematical definitions in a number of settings, and key properties as well detailing various terminology and applications of the process, with rec- ommendations for further reading. 1 Introduction In probability, statistics and related fields, a Poisson point process or a Poisson process or a Poisson point field is a type of random object known as a point pro- cess or point field that consists of randomly positioned points located on some underlying mathematical space [68]. The process has convenient mathematical properties [39], which has led to it being frequently defined in Euclidean space and used as a mathematical model for seemingly random processes in numer- ous disciplines such as astronomy [5], biology [53], ecology [70], geology [16], physics [61], image processing [12], and telecommunications [7][28]. The Poisson point process is often defined on the real line playing an impor- tant role in the field of queueing theory [40] where it is used to model certain random events happening in time such as the arrival of customers at a store or phone calls at an exchange. In the plane, the point process, also known as a spa- tial Poisson process [9], may represent scattered objects such as users in a wireless network [2, 6, 7, 27], particles colliding into a detector, or trees in a forest [68].
    [Show full text]
  • General Birth-Death Processes: Probabilities, Inference, and Applications
    Electronic Thesis and Dissertations UCLA Peer Reviewed Title: General birth-death processes: probabilities, inference, and applications Author: Crawford, Forrest Wrenn Acceptance Date: 2012 Series: UCLA Electronic Theses and Dissertations Degree: Ph.D., Biomathematics 0121UCLA Advisor(s): Suchard, Marc A Committee: Lange, Kenneth, Sinsheimer, Janet, Novembre, John Permalink: http://escholarship.org/uc/item/4gc165m0 Abstract: Copyright Information: All rights reserved unless otherwise indicated. Contact the author or original publisher for any necessary permissions. eScholarship is not the copyright owner for deposited works. Learn more at http://www.escholarship.org/help_copyright.html#reuse eScholarship provides open access, scholarly publishing services to the University of California and delivers a dynamic research platform to scholars worldwide. University of California Los Angeles General birth-death processes: probabilities, inference, and applications A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Biomathematics by Forrest Wrenn Crawford 2012 Abstract of the Dissertation General birth-death processes: probabilities, inference, and applications by Forrest Wrenn Crawford Doctor of Philosophy in Biomathematics University of California, Los Angeles, 2012 Professor Marc A. Suchard, Chair A birth-death process is a continuous-time Markov chain that counts the number of particles in a system over time. Each particle can give birth to another particle or die, and the rate of births and deaths at any given time depends on how many extant particles there are. Birth-death processes are popular modeling tools in evolution, population biology, genetics, epidemiology, and ecology. Despite the widespread interest in birth-death models, no efficient method exists to evaluate the finite-time transition probabilities in a process with arbitrary birth and death rates.
    [Show full text]
  • Genealogical Constructions of Population Models March 2, 2018
    Genealogical constructions of population models Alison M. Etheridge ∗ Thomas G. Kurtz y Department of Statistics Departments of Mathematics and Statistics Oxford University University of Wisconsin - Madison 24-29 St Giles 480 Lincoln Drive Oxford OX1 3LB Madison, WI 53706-1388 UK USA [email protected] [email protected] http://www.stats.ox.ac.uk/~etheridg/ http://www.math.wisc.edu/~kurtz/ March 2, 2018 Abstract Representations of population models in terms of countable systems of particles are constructed, in which each particle has a `type', typically recording both spatial position and genetic type, and a level. For finite intensity models, the levels are distributed on [0; λ], whereas in the infinite intensity limit λ ! 1, at each time t, the joint distribution of types and levels is conditionally Poisson, with mean measure Ξ(t)×` where ` denotes Lebesgue measure and Ξ(t) is a measure-valued population process. The time-evolution of the levels captures the genealogies of the particles in the population. Key forces of ecology and genetics can be captured within this common framework. Models covered incorporate both individual and event based births and deaths, one-for- one replacement, immigration, independent `thinning' and independent or exchange- able spatial motion and mutation of individuals. Since birth and death probabilities can depend on type, they also include natural selection. The primary goal of the paper is to present particle-with-level or lookdown constructions for each of these elements of a population model. Then the elements can be combined to specify the desired model. In particular, a non-trivial extension of the spatial Λ-Fleming-Viot process is constructed.
    [Show full text]
  • ROBUSTNESS of SCALE-FREE SPATIAL NETWORKS Emmanuel Jacob, Morters Peter
    ROBUSTNESS OF SCALE-FREE SPATIAL NETWORKS Emmanuel Jacob, Morters Peter To cite this version: Emmanuel Jacob, Morters Peter. ROBUSTNESS OF SCALE-FREE SPATIAL NETWORKS. 2015. hal-01139102 HAL Id: hal-01139102 https://hal.archives-ouvertes.fr/hal-01139102 Preprint submitted on 3 Apr 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. ROBUSTNESS OF SCALE-FREE SPATIAL NETWORKS EMMANUEL JACOB AND PETER MORTERS¨ Abstract: A growing family of random graphs is called robust if it retains a giant component after percolation with arbitrary positive retention probabil- ity. We study robustness for graphs, in which new vertices are given a spatial position on the d-dimensional torus and are connected to existing vertices with a probability favouring short spatial distances and high degrees. In this model of a scale-free network with clustering we can independently tune the power law exponent τ of the degree distribution and the rate δd at which the connection probability decreases with the distance of two− vertices. We 1 show that the network is robust if τ < 2 + δ , but fails to be robust if τ > 3. In the case of one-dimensional space we also show that the network is not 1 robust if τ > 2 + δ−1 .
    [Show full text]
  • Evolutionary Dynamics of Speciation and Extinction
    Scholars' Mine Doctoral Dissertations Student Theses and Dissertations Fall 2015 Evolutionary dynamics of speciation and extinction Dawn Michelle King Follow this and additional works at: https://scholarsmine.mst.edu/doctoral_dissertations Part of the Biophysics Commons Department: Physics Recommended Citation King, Dawn Michelle, "Evolutionary dynamics of speciation and extinction" (2015). Doctoral Dissertations. 2464. https://scholarsmine.mst.edu/doctoral_dissertations/2464 This thesis is brought to you by Scholars' Mine, a service of the Missouri S&T Library and Learning Resources. This work is protected by U. S. Copyright Law. Unauthorized use including reproduction for redistribution requires the permission of the copyright holder. For more information, please contact [email protected]. 1 EVOLUTIONARY DYNAMICS OF SPECIATION AND EXTINCTION by DAWN MICHELLE KING A DISSERTATION Presented to the Faculty of the Graduate Faculty of the MISSOURI UNIVERSITY OF SCIENCE AND TECHNOLOGY and UNIVERSITY OF MISSOURI AT SAINT LOUIS In Partial Fulfillment of the Requirements for the Degree DOCTOR OF PHILOSOPHY in PHYSICS 2015 Approved by: Sonya Bahar, Advisor Ricardo Flores Nevena Marić Paul Parris Thomas Vojta 1 iii ABSTRACT Presented here is an interdisciplinary study that draws connections between the fields of physics, mathematics, and evolutionary biology. Importantly, as we move through the Anthropocene Epoch, where human-driven climate change threatens biodiversity, understanding how an evolving population responds to extinction stress could be key to saving endangered ecosystems. With a neutral, agent-based model that incorporates the main principles of Darwinian evolution, such as heritability, variability, and competition, the dynamics of speciation and extinction is investigated. The simulated organisms evolve according to the reaction-diffusion rules of the 2D directed percolation universality class.
    [Show full text]
  • Stochastic Processes II/ Wahrscheinlichkeitstheorie III Lecture Notes
    BMS Basic Course Stochastic Processes II/ Wahrscheinlichkeitstheorie III Michael Scheutzow Lecture Notes Technische Universit¨atBerlin Sommersemester 2018 preliminary version April 18th 2019 Contents 1 Processes, Filtrations, Martingales 1 1.1 Foundations . 1 1.2 Filtrations and stopping times . 2 1.3 Martingales . 7 1.4 Semimartingales, Quadratic Variation . 11 2 Stochastic Integrals and Stochastic Differential Equations 19 2.1 The stochastic integral . 19 2.2 It^o'sformula . 24 2.3 Representation of local martingales . 27 2.4 Stochastic differential equations . 28 3 L´evyProcesses 39 4 Markov Processes 43 4.1 Markov transition functions and Markov processes . 43 4.2 Strong Markov property . 49 4.3 Hille-Yosida Theory . 54 4.4 Invariant measures: existence . 61 4.5 Invariant measures: uniqueness . 65 4.6 Coupling, optimal transportation and Wasserstein distance . 69 5 Appendix 71 Bibliography 73 i Chapter 1 Processes, Filtrations, Martingales 1.1 Foundations Most of this chapter can be found in the first chapter of the monograph [KS91] or in [RY94]. Definition 1.1. Let (Ω; F) and (E; E) be measurable spaces and I a (non-empty) index set. A collection X = (Xt)t2I of measurable maps from (Ω; F) to (E; E) is called (E-valued) process. If { in addition { a probability measure is specified on (Ω; F), then we call X a stochastic process. Notation 1.2. If (E; d) is a metric space (or, more generally, E is a topological space), then we denote its Borel-σ-algebra (i.e. the smallest σ-algebra containing all open subsets of E) by d B(E).
    [Show full text]
  • Stochastic Process
    Stochastic Process Kazufumi Ito∗ August 19, 2013 1 Markov Chain In this section consider the discrete time stochastic process. Let S be the state space, e.g., S = Z = fintegersg, S = f0; 1; ··· ;Ng and S = {−N; ··· ; 0; ··· ;Ng. Definition We say that a stochastic process fXng; n ≥ 0 is a Markov chain with initial distribution π (P (X0) = πi) and (one-step) transition matrix P if for each n and ik; 0 ≤ k ≤ n − 1 P (Xn+1 = jjXn = i; Xn−1 = in−1; ··· ;X0 = i0) = P (Xn+1 = jjXn = i) = pij ≥ with X pij = 1; pij ≥ 0: j2S Thus, the distribution of Xn+1 depends only on the current state Xn and is independent of the past. Example Xn+1 = f(Xn; wn); f : S × R ! S; where fwng is independent identically distributed random variables and P (f(x; w) = jjx = i) = pij: The following theorem follows; n n Theorem Let P = fpij. X 2 (2) P (Xn+2 = jjXn = i) = pikpkj = (P )ij = pij k2S n X (n) P (Xn = j) = (πP )j = πipi;j and (m+n) X (n) (m) pij = pik pkj (Chapman-Kolmogorov): k2S ∗Department of Mathematics, North Carolina State University, Raleigh, North Carolina, USA 1 1.1 Classification of the States In this action we analyze the asymptotic behavior of the Markov chain, e.g. including (n) Questions (1) The limits πj = limn!1 pij exist are are independent of i. P (2) The limits (π1; π2; ··· ) form a probability distribution, that is, π ≥ 0 and πi = 1. (3) The chain is ergotic, i.e., πi > 0.
    [Show full text]
  • Markovian Queueing Networks
    Richard J. Boucherie Markovian queueing networks Lecture notes LNMB course MQSN September 5, 2020 Springer Contents Part I Solution concepts for Markovian networks of queues 1 Preliminaries .................................................. 3 1.1 Basic results for Markov chains . .3 1.2 Three solution concepts . 11 1.2.1 Reversibility . 12 1.2.2 Partial balance . 13 1.2.3 Kelly’s lemma . 13 2 Reversibility, Poisson flows and feedforward networks. 15 2.1 The birth-death process. 15 2.2 Detailed balance . 18 2.3 Erlang loss networks . 21 2.4 Reversibility . 23 2.5 Burke’s theorem and feedforward networks of MjMj1 queues . 25 2.6 Literature . 28 3 Partial balance and networks with Markovian routing . 29 3.1 Networks of MjMj1 queues . 29 3.2 Kelly-Whittle networks. 35 3.3 Partial balance . 39 3.4 State-dependent routing and blocking protocols . 44 3.5 Literature . 50 4 Kelly’s lemma and networks with fixed routes ..................... 51 4.1 The time-reversed process and Kelly’s Lemma . 51 4.2 Queue disciplines . 53 4.3 Networks with customer types and fixed routes . 59 4.4 Quasi-reversibility . 62 4.5 Networks of quasi-reversible queues with fixed routes . 68 4.6 Literature . 70 v Part I Solution concepts for Markovian networks of queues Chapter 1 Preliminaries This chapter reviews and discusses the basic assumptions and techniques that will be used in this monograph. Proofs of results given in this chapter are omitted, but can be found in standard textbooks on Markov chains and queueing theory, e.g. [?, ?, ?, ?, ?, ?, ?]. Results from these references are used in this chapter without reference except for cases where a specific result (e.g.
    [Show full text]
  • Applied Probability
    Applied Probability Nathana¨elBerestycki and Perla Sousi∗ March 6, 2017 Contents 1 Basic aspects of continuous time Markov chains 3 1.1 Markov property ...................................... 3 1.2 Regular jump chain ..................................... 4 1.3 Holding times ........................................ 6 1.4 Poisson process ....................................... 6 1.5 Birth process ........................................ 10 1.6 Construction of continuous time Markov chains ..................... 12 1.7 Kolmogorov's forward and backward equations ..................... 15 1.7.1 Countable state space ............................... 15 1.7.2 Finite state space .................................. 17 1.8 Non-minimal chains .................................... 19 2 Qualitative properties of continuous time Markov chains 20 2.1 Class structure ....................................... 20 2.2 Hitting times ........................................ 21 2.3 Recurrence and transience ................................. 22 2.4 Invariant distributions ................................... 23 2.5 Convergence to equilibrium ................................ 27 2.6 Reversibility ......................................... 28 2.7 Ergodic theorem ...................................... 31 ∗University of Cambridge 1 3 Queueing theory 33 3.1 Introduction ......................................... 33 3.2 M=M=1 queue ....................................... 34 3.3 M=M=1 queue ....................................... 35 3.4 Burke's theorem .....................................
    [Show full text]