Proceedings of the 2020 Winter Simulation Conference K.-H. Bae, B

Total Page:16

File Type:pdf, Size:1020Kb

Proceedings of the 2020 Winter Simulation Conference K.-H. Bae, B Proceedings of the 2020 Winter Simulation Conference K.-H. Bae, B. Feng, S. Kim, S. Lazarova-Molnar, Z. Zheng, T. Roeder, and R. Thiesing, eds. LEARNING LINDLEY’S RECURSION Sergio Palomo Jamol Pender Systems Engineering Operations Research and Information Engineering Cornell University Cornell University Ithaca, NY 14850, USA Ithaca, NY 14850, USA ABSTRACT Lindley’s recursion is one of the most important formula’s in queueing theory and applied probability. In this paper, we leverage stochastic simulation and current machine learning methods to learn the Lindley recursion directly from waiting time data of the G/G/1 queue. To this end, we use methods such as Gaussian Processes, k-Nearest Neighbors and Deep neural networks to learn the Lindley recursion. We also analyze specific parameter regimes for the M/M/1 to understand where learning the Lindley recursion may be easy or hard. Finally, we compare the machine learning methods to see how well we can predict the Lindley recursion multiple steps into the future with missing data. 1 INTRODUCTION Lindley’s recursion is one of the most important formula’s in queueing theory and applied probability. Lindley’s recursion is an explicit recursive equation that describes the recursive relationship between consecutive waiting times in a G/G/1 queue, which is a single server queue that can have general interarrival times and general service times. One should note that the G/G/1 does not require independence of the arrival or service processes and even in between arrival or service times. The Lindley recursion can also be modified to model the consecutive response times or departure times in a G/G/1 queue as well. The success of the Lindley recursion lies in its simplicity and it has been exploited to derive various properties of performance measures for the G/G/1 queue. One such example is the derivation of the G/G/1 waiting time distribution using the Lindley recursion Buzacott and Shanthikumar (1993). One can also prove that the waiting time is convex with respect to the arrival and service parameters, see for example Shaked and Shanthikumar (1988). Finally, the Lindley recursion has been exploited in optimization and performance evaluation contexts in Glasserman and Ho (1991), Fu and Hu (2012), Kin and Chan (2010), Baccelli and Bremaud´ (2013). What makes the Lindley recursion attractive beyond its power to help prove structural insights about queues is that is only uses simple arithmetic operations to relate the successive waiting times. In fact, it only uses the addition and maximum operations, which provides much simplicity and scalability. Moreover, the recursion is also exact and gives the sample path waiting times of any customer. Despite the simplicity of the Lindley recursion, it has not been extensively studied in a data driven context. Even though the queueing community has a rich history of using data to inform stochastic models, there are very few papers that use data to construct actual stochastic models. There are some notable exceptions such as Sutton and Jordan (2011), Bod´ık et al. (2009), Sutton and Jordan (2010), Wang et al. (2016), Kim et al. (2015), Bartel et al. (2020), Armony et al. (2015). With this in mind, our goal is to understand the effectiveness of current machine learning methods to recover Lindley’s recursion from waiting time data of the M/M/1 queue. To this end, we combine stochastic simulation with machine learning to learn the Lindley recursion function. Despite, the simplicity of the Lindley recursion in the single server setting the extension to the multi- server setting is quite difficult and generally scales poorly with the number of servers. This scale issue 978-1-7281-9499-8/20/$31.00 ©2020 IEEE 644 Palomo and Pender can be overcome if one can find a function that maps the previous waiting times to the next waiting time, see for example Kin and Chan (2010). Finding simple ways to compute these waiting times, has important implications for various applications such as call centers, cloud computing centers, healthcare networks, and even amusement parks, see for example Armony et al. (2015), Shah et al. (2019), Pender and Phung-Duc (2016), Delimitrou and Kozyrakis (2013), Nirenberg et al. (2018), Brown et al. (2005), Koole and Mandelbaum (2002). Having good solutions to this problem is of vital importance to the simulation community. Good solutions to this problem would dramatically reduce the computational time to compute waiting times for queueing systems with a large number of customers. Fortunately, in recent years machine learning and more specifically deep learning has seen unprecedented success in a diverse number of applications. Thus, our idea is to use machine learning methods to learn the Lindley recursion. We will restrict our analysis to the single server case as it will serve as a base case for more complicated models. Moreover, if machine learning methods cannot perform well on this simple model, then it implies that the study of more complicated models is hopeless. In this paper, our goal is to learn the Lindley recursion for the M/M/1 queue, which is a single server queue where the inter-arrival and service times follow independent exponential distributions with rates l and m respectively. Other than learning the Lindley recursion from simulated waiting time data, we also aim to understand under what regimes is it easy or hard to learn the Lindley recursion. For example, do current machine learning methods work well when the queue is in light traffic or heavy traffic? We also compare various machine learning methods for learning the Lindley recursion and understand their relative performance on in-sample and out of sample waiting time data. To this end, we list the contributions of our work below. 1.1 Contributions of Our Work By using stochastic simulation for the M/M/1 queue and leveraging machine learning methods, we provide new insights to the following questions: • What machine learning methods work well at learning the Lindley recursion for the G/G/1 queue? • Is learning the Lindley recursion easier in the heavy traffic setting? • How difficult is learning the Lindley recursion for increasing server utilization? • How well can we predict Lindley’s recursion k steps into the future? 1.2 Organization of the Paper The remainder of the paper is organized as follows. Section2 introduces the Lindley recursion and gives a brief history of the formula. In Section3, we present our simulation and machine learning results for various methods. We also explain how various parameters of the queueing model affect the performance of learning the Lindley recursion. Finally, a conclusion is given in Section4. 2 LINDLEY’S RECURSION Consider the M/M/1 queueing system model where the customer inter-arrival distribution is general, the service distribution is general, and there is a single server. For a complete description of this queueing th system, see Shortle et al. (2018). For the n customer to arrive to the queue, we define Wn to be the waiting th th time for that customer. We also define An to be the inter-arrival time between the n and the (n + 1) th customers and Sn to be the n customer’s service time. For the case of an infinite buffer and a First Come First Served (FCFS) system, Lindley’s recursion was given by Kendall (1951), Lindley (1952) is: Wn+1 = max(Wn + Sn − An;0): 645 Palomo and Pender Previous analysis such as Konheim (1975) and Prabhu (1974) studies the steady state waiting time of the G/G/1 queue and shows that the steady state waiting time satisfies the following integral equation, which is known as Lindley’s integral equation Z ¥ F(x) = K(x − y)F(dy) x ≥ 0 0− where K(x) is the distribution function of the random variable denoting the difference between the service time of the nth customer and the inter-arrival time of the nth and n+1th customer. In fact the Wiener–Hopf method can be used to solve this integral equation in closed form Prabhu (1974). In addition to the steady state waiting time, one can also calculate the conditional waiting time of the (n + 1)th customer given the waiting time of the nth customer. In the Markovian single server queue setting, we have the following theorem for the conditional mean waiting time. Theorem 1 For the M/M/1 queue where the arrival rate is equal to l and the service rate is equal to m, then the conditional mean waiting time of customer n + 1 is equal to l − m me−lWn E[Wn+1jWn] = Wn + + : l m l + m Proof. + E[Wn+1jWn] = E[(Wn − An + Sn) jWn] Z ¥ + l m −mmax(x;0)−lmax(−x;0) = (Wn + x) e dx −¥ l + m Z ¥ Z 0 l m + −mx + lx = (Wn + x) e dx + (Wn + x) e dx l + m 0 −¥ Z ¥ Z 0 l m −mx −lx = (Wn + x) · e dx + (Wn + x) · e dx l + m 0 −Wn l − m me−lWn = W + + : n l m l + m Table 1: Theoretical Expected Waiting Times. m 100 100 100 100 1000 1000 1000 1000 l 50 75 90 99 500 750 900 990 E[Wn+1jWn] 0.284 0.101 0.0376 0.02 0.299 0.105 0.0434 0.0161 The result in Theorem1 provides the solution to the conditional expected waiting time of the (n+1)th customer given the current waiting time of the nth customer. One can view this conditional expectation as the constant that minimizes the squared error when predicting the waiting time of the next customer with information of the current customer.
Recommended publications
  • Queueing-Theoretic Solution Methods for Models of Parallel and Distributed Systems·
    1 Queueing-Theoretic Solution Methods for Models of Parallel and Distributed Systems· Onno Boxmat, Ger Koolet & Zhen Liui t CW/, Amsterdam, The Netherlands t INRIA-Sophia Antipolis, France This paper aims to give an overview of solution methods for the performance analysis of parallel and distributed systems. After a brief review of some important general solution methods, we discuss key models of parallel and distributed systems, and optimization issues, from the viewpoint of solution methodology. 1 INTRODUCTION The purpose of this paper is to present a survey of queueing theoretic methods for the quantitative modeling and analysis of parallel and distributed systems. We discuss a number of queueing models that can be viewed as key models for the performance analysis and optimization of parallel and distributed systems. Most of these models are very simple, but display an essential feature of dis­ tributed processing. In their simplest form they allow an exact analysis. We explore the possibilities and limitations of existing solution methods for these key models, with the purpose of obtaining insight into the potential of these solution methods for more realistic complex quantitative models. As far as references is concerned, we have restricted ourselves in the text mainly to key references that make a methodological contribution, and to sur­ veys that give the reader further access to the literature; we apologize for any inadvertent omissions. The reader is referred to Gelenbe's book [65] for a general introduction to the area of multiprocessor performance modeling and analysis. Stochastic Petri nets provide another formalism for modeling and perfor­ mance analysis of discrete event systems.
    [Show full text]
  • Italic Entries Indicatefigures. 319-320,320
    Index A Analytic hierarchy process, 16-24, role of ORIMS, 29-30 17-18 Availability,31 A * algorithm, 1 absolute, relative measurement Averch-lohnson hypothesis, 31 Acceptance sampling, 1 structural information, 17 Accounting prices. 1 absolute measurement, 23t, 23-24, Accreditation, 1 24 B Active constraint, 1 applications in industry, Active set methods, 1 government, 24 Backward chaining, 33 Activity, 1 comments on costlbenefit analysis, Backward Kolmogorov equations, 33 Activity-analysis problem, 1 17-19 Backward-recurrence time, 33 Activity level, 1 decomposition of problem into Balance equations, 33 Acyclic network, 1 hierarchy, 21 Balking, 33 Adjacency requirements formulation, eigenvector solution for weights, Banking, 33-36 facilities layout, 210 consistency, 19-20, 20t banking, 33-36 Adjacent, 1 employee evaluation hierarchy, 24 portfolio diversification, 35-36 Adjacent extreme points, 1 examples, 21-24 portfolio immunization, 34-35 Advertising, 1-2, 1-3 fundamental scale, 17, 18, 18t pricing contingent cash flows, competition, 3 hierarchic synthesis, rank, 20-21 33-34 optimal advertising policy, 2-3 pairwise comparison matrix for BarChart, 37 sales-advertising relationship, 2 levell, 21t, 22 Barrier, distance functions, 37-39 Affiliated values bidding model, 4 random consistency index, 20t modified barrier functions, 37-38 Affine-scaling algorithm, 4 ranking alternatives, 23t modified interior distance Affine transformation, 4 ranking intensities, 23t functions, 38-39 Agency theory, 4 relative measurement, 21, 21-22t, Basic feasible solution, 40 Agriculture 21-24 Basic solution, 40 crop production problems at farm structural difference between Basic vector, 40, 41 level,429 linear, nonlinear network, 18 Basis,40 food industry and, 4-6 structuring hierarchy, 20 Basis inverse, 40 natural resources, 428-429 synthesis, 23t Batch shops, 41 regional planning problems, 429 three level hierarchy, 17 Battle modeling, 41-44 AHP, 7 Animation, 24 attrition laws, 42-43 AI, 7.
    [Show full text]
  • Approximating Heavy Traffic with Brownian Motion
    APPROXIMATING HEAVY TRAFFIC WITH BROWNIAN MOTION HARVEY BARNHARD Abstract. This expository paper shows how waiting times of certain queuing systems can be approximated by Brownian motion. In particular, when cus- tomers exit a queue at a slightly faster rate than they enter, the waiting time of the nth customer can be approximated by the supremum of reflected Brow- nian motion with negative drift. Along the way, we introduce fundamental concepts of queuing theory and Brownian motion. This paper assumes some familiarity of stochastic processes. Contents 1. Introduction 2 2. Queuing Theory 2 2.1. Continuous-Time Markov Chains 3 2.2. Birth-Death Processes 5 2.3. Queuing Models 6 2.4. Properties of Queuing Models 7 3. Brownian Motion 8 3.1. Random Walks 9 3.2. Brownian Motion, Definition 10 3.3. Brownian Motion, Construction 11 3.3.1. Scaled Random Walks 11 3.3.2. Skorokhod Embedding 12 3.3.3. Strong Approximation 14 3.4. Brownian Motion, Variants 15 4. Heavy Traffic Approximation 17 Acknowledgements 19 References 20 Date: November 21, 2018. 1 2 HARVEY BARNHARD 1. Introduction This paper discusses a Brownian Motion approximation of waiting times in sto- chastic systems known as queues. The paper begins by covering the fundamental concepts of queuing theory, the mathematical study of waiting lines. After waiting times and heavy traffic are introduced, we define and construct Brownian motion. The construction of Brownian motion in this paper will be less thorough than other texts on the subject. We instead emphasize the components of the construction most relevant to the final result—the waiting time of customers in a simple queue can be approximated with Brownian motion.
    [Show full text]
  • Queueing Systems
    Queueing Systems Ivo Adan and Jacques Resing Department of Mathematics and Computing Science Eindhoven University of Technology P.O. Box 513, 5600 MB Eindhoven, The Netherlands March 26, 2015 Contents 1 Introduction7 1.1 Examples....................................7 2 Basic concepts from probability theory 11 2.1 Random variable................................ 11 2.2 Generating function............................... 11 2.3 Laplace-Stieltjes transform........................... 12 2.4 Useful probability distributions........................ 12 2.4.1 Geometric distribution......................... 12 2.4.2 Poisson distribution........................... 13 2.4.3 Exponential distribution........................ 13 2.4.4 Erlang distribution........................... 14 2.4.5 Hyperexponential distribution..................... 15 2.4.6 Phase-type distribution......................... 16 2.5 Fitting distributions.............................. 17 2.6 Poisson process................................. 18 2.7 Exercises..................................... 20 3 Queueing models and some fundamental relations 23 3.1 Queueing models and Kendall's notation................... 23 3.2 Occupation rate................................. 25 3.3 Performance measures............................. 25 3.4 Little's law................................... 26 3.5 PASTA property................................ 27 3.6 Exercises..................................... 28 4 M=M=1 queue 29 4.1 Time-dependent behaviour........................... 29 4.2 Limiting behavior...............................
    [Show full text]
  • A Survey on Performance Analysis of Warehouse Carousel Systems
    A Survey on Performance Analysis of Warehouse Carousel Systems N. Litvak∗, M. Vlasiou∗∗ August 6, 2018 ∗ Faculty of Electrical Engineering, Mathematics and Computer Science, Department of Applied Mathematics, University of Twente, 7500 AE Enschede, The Netherlands. ∗∗ Eurandom and Department of Mathematics & Computer Science, Eindhoven University of Technology, P.O. Box 513, 5600 MB Eindhoven, The Netherlands. [email protected], [email protected] Abstract This paper gives an overview of recent research on the performance evaluation and design of carousel systems. We discuss picking strategies for problems involving one carousel, consider the throughput of the system for problems involving two carousels, give an overview of related problems in this area, and present an extensive literature review. Emphasis has been given on future research directions in this area. Keywords: order picking, carousels systems, travel time, throughput AMS Subject Classification: 90B05, 90B15 1 Introduction A carousel is an automated storage and retrieval system, widely used in modern warehouses. It consists of a number of shelves or drawers, which are linked together and are rotating in a closed loop. It is operated by a picker (human or robotic) that has a fixed position in front of the carousel. A typical vertical carousel is given in Figure1. arXiv:1404.5591v1 [math.PR] 22 Apr 2014 Carousels are widely used for storage and retrieval of small and medium-sized items, such as health and beauty products, repair parts of boilers for space heating, parts of vacuum cleaners and sewing machines, books, shoes and many other goods. In e-commerce companies use carousel to store small items and manage small individual orders.
    [Show full text]
  • Queueing-Theoretic End-To-End Latency Modeling of Future Wireless Networks Schulz
    Queueing-Theoretic End-to-End Latency Modeling of Future Wireless Networks Schulz Technische Universität Dresden Queueing-Theoretic End-to-End Latency Modeling of Future Wireless Networks Philipp Schulz der Fakultät Elektrotechnik und Informationstechnik der Technischen Universität Dresden zur Erlangung des akademischen Grades Doktoringenieur (Dr.-Ing.) genehmigte Dissertation Vorsitzender: Prof. Dr.-Ing. habil. Leon Urbas Gutachter: Prof. Dr.-Ing. Dr. h.c. Gerhard Fettweis Univ. Prof. Dr. techn. Markus Rupp Tag der Einreichung: 01. Oktober 2019 Tag der Verteidigung: 13. Januar 2020 Philipp Schulz Queueing-Theoretic End-to-End Latency Modeling of Future Wireless Networks Dissertation, 13. Januar 2020 Vodafone Chair Mobile Communications Systems Institut für Nachrichtentechnik Fakultät Elektrotechnik und Informationstechnik Technische Universität Dresden 01062 Dresden Abstract The fifth generation (5G) of mobile communication networks is envisioned to enable a variety of novel applications. These applications demand requirements from the network, which are diverse and challenging. Consequently, the mobile network has to be not only capable to meet the demands of one of these appli- cations, but also be flexible enough that it can be tailored to different needs of various services. Among these new applications, there are use cases that require low latency as well as an ultra-high reliability, e. g., to ensure unobstructed pro- duction in factory automation or road safety for (autonomous) transportation. In these domains, the requirements are crucial, since violating them may lead to financial or even human damage. Hence, an ultra-low probability of failure is necessary. Based on this, two major questions arise that are the motivation for this thesis. First, how can ultra-low failure probabilities be evaluated, since experiments or simulations would require a tremendous number of runs and, thus, turn out to be infeasible.
    [Show full text]
  • Lindley-Type Recursions THOMAS STIELTJES INSTITUTE for MATHEMATICS
    Lindley-type recursions THOMAS STIELTJES INSTITUTE FOR MATHEMATICS CIP-DATA LIBRARY TECHNISCHE UNIVERSITEIT EINDHOVEN c Vlasiou, Maria Lindley-type recursions / by Maria Vlasiou. – Eindhoven: Technische Universiteit Eindhoven, 2006. Proefschrift. – ISBN 90-386-0784-9 – ISBN 978-90-386-0784-9 NUR 919 Subject headings: recurrence relations / queuing theory 2000 Mathematics Subject Classification: 60K20, 60K25, 90B22 Printed by PrintPartners Ipskamp Cover design by Rik Wisman Kindly supported by a full scholarship from the legacy of L. Athanasoula Lindley-type recursions proefschrift ter verkrijging van de graad van doctor aan de Technische Universiteit Eindhoven, op gezag van de Rector Magnificus, prof.dr.ir. C.J. van Duijn, voor een commissie aangewezen door het College voor Promoties in het openbaar te verdedigen op maandag 25 september 2006 om 16.00 uur door Maria Vlasiou geboren te Drama, Griekenland Dit proefschrift is goedgekeurd door de promotoren: prof.dr. J. Wessels en prof.dr.ir. O.J. Boxma Copromotor: dr.ir. I.J.B.F. Adan Acknowledgements The book is finally over and I feel grateful for the faith many people have shown in me throughout all the years I have been studying. This manuscript is the result of a few years of training under the guidance of my supervisor, Ivo Adan. I thank him for his endless patience in his interaction with me, for the fact that he always made time for me and that he constantly stimulated me to keep on learning. Onno Boxma was always available to discuss anything that I would come up with, no matter if it would be the problem that I was stuck with for the past few months, or my opinion on yesterday’s tennis game.
    [Show full text]
  • Mathematical Modelling of End-To-End Packet Delay in Multi
    Mathematical Modelling of End-to-End Packet Delay in Multi-hop Wireless Networks and their Applications to QoS Provisioning A thesis submitted for the degree of Doctor of Philosophy by Yu Chen Communications and Information Systems Research Group Department of Electronic and Electrical Engineering University College London November 2013 Statement of Originality I, Yu Chen confirm that the work presented in this thesis is my own. Where informa- tion has been derived from other sources, I confirm that this has been indicated in the thesis. Signed: Date: 2 “Time is money.” — Benjamin Franklin (1706 – 1790) “Je n’ai pas le temps.” (I do not have time.) — Evariste´ Galois (1811 – 1832) 3 Abstract This thesis addresses the mathematical modelling of end-to-end packet delay for Quality of Service (QoS) provisioning in multi-hop wireless networks. The multi-hop wireless technology increases capacity and coverage in a cost-effective way and it has been standardised in the Fourth-Generation (4G) standards. The effective capacity model approximates end-to-end delay performances, including Com- plementary Cumulative Density Function (CCDF) of delay, average delay and jitter. This model is first tested using Internet traffic trace from a real gigabit Ethernet gateway. The effective capacity model is developed based on single-hop and continuous-time com- munication systems but a multi-hop wireless system is better described to be multi-hop and time-slotted. The thesis extends the effective capacity model by taking multi-hop and time- slotted concepts into account, resulting in two new mathematical models: the multi-hop effec- tive capacity model for multi-hop networks and the Mixed Continuous/Discrete-Time (MCDT) effective capacity model for time-slotted networks.
    [Show full text]
  • Queueing-Theoretic Solution Methods for Models of Parallel and Distributed Systems
    Queueing-Theoretic Solution Methods for Models of Parallel and Distributed Systems Onno Boxmay, Ger Kooley & Zhen Liuz yCWI, P.O. Box 94079, 1090 GB Amsterdam, The Netherlands zINRIA Sophia-Antipolis, B.P. 93, 06902 Sophia-Antipolis, France Abstract This paper aims to give an overview of solution methods for the performance analysis of parallel and distributed systems. After a brief review of some important general solution methods, we discuss key models of parallel and distributed systems, and optimization issues, from the viewpoint of solution methodology. AMS Subject Classification (1991): 60K20, 68M20 Keywords & Phrases: queueing, performance evaluation, parallel systems Note: Supported by the European Grant BRA-QMIPS of CEC DG XIII, the second author is also supported by NFI. This paper appeared also in Performance Evaluation of Parallel and Distributed Systems | Solution Methods, O.J. Boxma and G.M. Koole (eds.), CWI, Amsterdam, 1994 (CWI Tract 105 & 106). 1. Introduction The purpose of this paper is to present a survey of queueing theoretic methods for the quantitative modeling and analysis of parallel and distributed systems. We discuss a number of queueing models that can be viewed as key models for the performance analysis and optimization of parallel and distributed systems. Most of these models are very simple, but display an essential feature of distributed processing. In their simplest form they allow an exact analysis. We explore the possibilities and limitations of existing solution methods for these key models, with the purpose of obtaining insight into the potential of these solution methods for more realistic complex quantitative models. As far as references is concerned, we have restricted ourselves in the text mainly to key references that make a methodological contribution, and to surveys that give the reader further access to the literature; we apologize for any inadvertent omissions.
    [Show full text]
  • Communication Network Analysis
    Notes for ECE 567 Communication Network Analysis Bruce Hajek May 31, 2021 c 2006 by Bruce Hajek All rights reserved. Permission is hereby given to freely print and circulate copies of these notes so long as the notes are left intact and not reproduced for commercial purposes. Email to [email protected], pointing out errors or hard to understand passages or providing comments, is welcome. Contents 1 Countable State Markov Processes 3 1.1 Example of a Markov model . 3 1.2 Definition, Notation and Properties . 5 1.3 Pure-Jump, Time-Homogeneous Markov Processes . 6 1.4 Space-Time Structure . 8 1.5 Poisson Processes . 12 1.6 Renewal Theory . 14 1.6.1 Renewal Theory in Continuous Time . 16 1.6.2 Renewal Theory in Discrete Time . 17 1.7 Classification and Convergence of Discrete State Markov Processes . 17 1.7.1 Examples with finite state space . 17 1.7.2 Discrete Time . 20 1.7.3 Continuous Time . 22 1.8 Classification of Birth-Death Processes . 24 1.9 Time Averages vs. Statistical Averages . 26 1.10 Queueing Systems, M/M/1 Queue and Little's Law . 27 1.11 Mean Arrival Rate, Distributions Seen by Arrivals, and PASTA . 30 1.12 More Examples of Queueing Systems Modeled as Markov Birth-Death Processes . 32 1.13 Method of Phases and Quasi Birth-Death Processes . 34 1.14 Markov Fluid Model of a Queue . 36 1.15 Problems . 37 2 Foster-Lyapunov stability criterion and moment bounds 45 2.1 Stability criteria for discrete time processes . 45 2.2 Stability criteria for continuous time processes .
    [Show full text]
  • View This Volume's Front and Back Matter
    Recent Title s i n This Serie s 137 F . I . Karpelevic h an d A . Ya . Kreinin , Heav y traffi c limit s fo r multiphas e queues . 199 4 136 Masayosh i Miyanishi , Algebrai c geometry . 199 4 135 Masar u Takeuchi , Moder n spherica l functions . 199 4 134 V . V . Prasolov , Problem s an d theorem s i n linea r algebra . 199 4 133 P . I . Naumki n an d I . A . Shishmarev , Nonlinea r nonloca l equation s i n th e theor y o f waves , 199 4 132 Hajim e Urakawa , Calculu s o f variation s an d harmoni c maps . 199 3 131 V . V . Sharko, Function s o n manifolds : Algebrai c an d topologica l aspects . 199 3 130 V . V . Vershinin, Cobordisms an d spectra l sequences . 199 3 129 Mitsu o Morimoto , A n introductio n t o Sato' s hyperfunctions . 199 3 128 V . P . Orevkov, Complexit y o f proof s an d thei r transformation s i n axiomati c theories . 199 3 127 F . L. Zak , Tangent s an d secant s o f algebrai c varieties . 199 3 126 M . L . Agranovskil , Invarian t functio n space s o n homogeneou s manifold s o f Li e group s an d applications. 199 3 125 Masayosh i Nagata , Theor y o f commutativ e fields. 199 3 124 Masahis a Adachi , Embedding s an d immersions . 199 3 123 M . A . Akivi s an d B . A . Rosenfeld , Eli e Cartan (1869-1951) , 199 3 122 Zhan g Guan-Hou , Theory o f entir e an d meromorphi c functions : Deficien t an d asymptoti c values and singula r directions .
    [Show full text]
  • Queueing Systems with Periodic Service
    Queueing systems with periodic service Citation for published version (APA): Eenige, van, M. J. A. (1996). Queueing systems with periodic service. Technische Universiteit Eindhoven. https://doi.org/10.6100/IR465324 DOI: 10.6100/IR465324 Document status and date: Published: 01/01/1996 Document Version: Publisher’s PDF, also known as Version of Record (includes final page, issue and volume numbers) Please check the document version of this publication: • A submitted manuscript is the version of the article upon submission and before peer-review. There can be important differences between the submitted version and the official published version of record. People interested in the research are advised to contact the author for the final version of the publication, or visit the DOI to the publisher's website. • The final author version and the galley proof are versions of the publication after peer review. • The final published version features the final layout of the paper including the volume, issue and page numbers. Link to publication General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal.
    [Show full text]