Parallel Numerical Methods for Sdes and Applications

Total Page:16

File Type:pdf, Size:1020Kb

Parallel Numerical Methods for Sdes and Applications Imperial College of Science, Technology and Medicine Department of Computing Parallel Numerical methods for SDEs and Applications Nada Atallah Submitted in part fulfilment of the requirements for the degree of Doctor of Philosophy in Computing and the Diploma of Imperial College London, July 2016 Abstract Stochastic Differential Equations (SDEs) constitute an important mathematical tool with appli- cations in many areas of research such as finance, physics and computer science. The analytical study of these equations is problematic, especially in the multi-dimensional case, for this reason, numerical techniques prove to be necessary to solve such equations. In this project, parallel numerical techniques for SDEs are studied. Two kinds of parallelism will be explored: in space and in time. Implementation of these techniques applied to several systems of SDEs will be realised (using C++ and MPI) and performance measures like speedup and efficiency will be investigated on medium-scale computer clusters. In the second part of the thesis, a major application area in the field of computer and com- munication networks will be studied, that of second-order stochastic fluid networks. Recently, interest has been growing in networks with large numbers of components, with application in diverse fields, such as internet performance evaluation, the spread of computer viruses and biochemistry. Such models have such a large state space that discrete-state models are numer- ically infeasible due to the explosion in the size of the state space. Fluid approximations are therefore preferable and tend to be more accurate in large state spaces. In fluid models, an integer counter is replaced by a real number representing a volume and the solution method becomes based on differential equations rather than on difference equations. Some analytical solutions are possible in special cases but in general, numerical methods are required. In this project, parallel numerical studies of second order fluid networks will be conducted and re- sults in the context of the performance of computer and communication networks have been analysed, facilitating design improvement of their architecture. i ii Acknowledgements I would like to express my sincere gratitude to: • my supervisor Peter Harrison, • my second supervisor Tony Field, • AESOP group, • my brother, sister and all my friends who made this experience enjoyable and fruitful. iii iv Contents Abstract i Acknowledgements iii 1 Introduction 1 2 Mathematical background 5 2.1 Measure and probability . 5 2.1.1 Probability Spaces . 5 2.1.2 Random variables and stochastic processes . 6 2.1.3 Expected value and variance . 10 2.1.4 Distribution Functions and independence . 11 2.1.5 Limit Theorems . 12 2.1.6 Conditional expectation . 13 2.1.7 Martingales . 15 2.2 Brownian Motion . 17 2.2.1 Properties . 18 v vi CONTENTS 2.2.2 Brownian Martingales . 18 2.2.3 Reflection principle . 20 2.2.4 Path properties of Brownian motion . 22 2.3 Poisson Process . 24 2.3.1 Properties . 25 2.3.2 Poisson Martingales . 25 2.3.3 Path properties of Poisson processes . 27 2.4 Levy processes . 28 2.5 Stochastic Integrals and It^o'sFormula . 28 2.5.1 Stochastic integral for simple step integrand . 28 2.5.2 Stochastic integral for square integrable adapted integrands . 30 2.5.3 Further extension of the stochastic integral . 30 2.5.4 It^oformula (with respect to Brownian motion) . 31 2.5.5 It^o'sformula (with respect to It^oprocesses) . 33 2.6 Stochastic differential equations . 33 3 Numerical Methods for SDEs 36 3.1 Examples of explicitly solvable SDEs . 36 3.2 Existence and uniqueness of strong solutions . 38 3.2.1 Solutions for ODEs . 39 3.2.2 Solutions for SDEs . 40 3.3 Stochastic discrete time approximations . 43 CONTENTS vii 3.3.1 Types of approximation . 44 3.3.2 Wagner-Platen expansion . 44 3.3.3 Convergence . 46 3.4 Strong approximations . 48 3.4.1 Euler Scheme . 48 3.4.2 Milstein Scheme . 50 3.4.3 Higher order schemes . 53 3.4.4 Geometric Brownian motion simulation . 53 3.5 Weak approximations . 57 3.5.1 Weak error criterion . 59 3.5.2 Euler scheme . 59 3.5.3 Higher order schemes . 61 4 Parallel stochastic simulation 63 4.1 Phase space Parallelism . 63 4.1.1 Method . 64 4.1.2 Numerical simulation . 65 4.2 Parallelism in time . 67 4.2.1 The Parareal algorithm . 68 4.2.2 Ordinary differential equations . 69 4.2.3 Stochastic differential equations . 73 5 Application: Second order stochastic fluid models 89 5.1 Queueing theory and fluid models . 89 5.2 Second order single fluid queue model . 90 5.2.1 Pathwise construction of the dynamics of a single server fluid queue . 91 5.2.2 Diffusion approximation and second order model . 93 5.2.3 Analytical study of second order fluid queues in a random environment . 96 5.2.4 Example of a single fluid queue and numerical results . 102 5.3 Second order stochastic queueing network model . 111 5.3.1 Traffic equations for single class Generalized Jackson network . 111 5.3.2 Pathwise construction of the dynamics of a single class open GJN . 113 5.3.3 Diffusion approximation and second order model . 115 5.3.4 Second order fluid network model analytically . 118 5.3.5 Second order fluid network model numerically . 123 6 Conclusion 134 viii List of Tables 4.1 Timing for a different number of processors. 66 ix x List of Figures 2.1 Histograms for different values of n . 14 2.2 Sample paths of Brownian Motion . 17 2.3 Sample path of Brownian Motion and its reflected path . 21 2.4 Sample path of a Poisson process . 24 2.5 Sample path of a Compound Poisson process of intensity 10 and marks uniformly distributed over 0-1 . 27 3.1 Sample path of the solution for N = 64 . 51 3.2 Sample path of the solution for N = 1024 . 51 3.3 Sample path of the solution for N = 16 . 54 3.4 Sample path of the solution for N = 64 . 54 3.5 GBM sample paths for different values of N . 56 3.6 Log-Log plot of the absolute error versus the time increment for the Euler scheme 58 3.7 Log-Log plot of the absolute error versus the time increment for the Milstein scheme . 58 3.8 Q-Q Plot comparing the simulation result of the Naive Euler algorithm with the exact solution of the GBM . 62 xi xii LIST OF FIGURES 4.1 Speedup versus the number of processors . 66 4.2 System efficiency versus number of processors . 67 4.3 Parareal algorithm [43] . 87 4.4 Parareal simulation of reflected SDE . 87 4.5 First Parareal simulation of GBM . 88 5.1 Single fluid queue . 91 5.2 Markov modulated process . 97 5.3 On-Off process . 103 5.4 Q-Q plot in the fluid flow case σ1 = σ2 = 0. 106 5.5 Q-Q plot when σ1 = 1; σ2 = 0. 107 5.6 Analytical and numerical solution of F(x) versus x when σ1 = 0; σ2 = 0. 107 5.7 Analytical and numerical solution of F(x) versus x when σ1 = 1; σ2 = 0. 108 5.8 Analytical and numerical solution of F(x) versus x when σ1 = 0; σ2 = 1. 108 5.9 Analytical and numerical solution of F(x) versus x when σ1 = σ2 = 1. 109 5.10 Stationary distribution of the buffer content. 110 5.11 Expectation of the buffer content as a function of the variance. 110 5.12 A generalized Jackson network (GJN) . 112 5.13 Tandem of fluid queues . 125 5.14 Mean queue length function of time with Q1(0) equal to 3 . 128 5.15 Mean queue length function of time with Q1(0) equal to 0 . 129 5.16 Variance of the queue length function of time with Q1(0) equal to 3 . 130 5.17 Variance of the queue length function of time with Q1(0) equal to 0 . 131 5.18 Stationary distribution with Q1(0) equal to 3 . 132 5.19 Stationary distribution with Q1(0) equal to 0 . 133 xiii xiv Chapter 1 Introduction Motivation, Objectives and Contribution Stochastic differential equations arise in many fields of study like physics, computing and biol- ogy. They extend the concept of differential equations by taking into consideration the noise factor. Few SDEs can be solved analytically, for this reason, the numerical approach constitute a very important method to solve especially high-dimensional SDEs. But in a lot of cases, they reveal to be highly demanding when the processing time or the memory utilisation is considered. Therefore, recurring to parallelize these methods seems to be a necessity for a lot of problems faced in this field of study. As for example, in the field of physics, a lot of problems related to nonequilibrium statistical mechanics, cosmology, ... seem to involve SDEs like the escape rate from a potential well problem.
Recommended publications
  • Fluid M/M/1 Catastrophic Queue in a Random Environment
    RAIRO-Oper. Res. 55 (2021) S2677{S2690 RAIRO Operations Research https://doi.org/10.1051/ro/2020100 www.rairo-ro.org FLUID M=M=1 CATASTROPHIC QUEUE IN A RANDOM ENVIRONMENT Sherif I. Ammar1;2;∗ Abstract. Our main objective in this study is to investigate the stationary behavior of a fluid catas- trophic queue of M=M=1 in a random multi-phase environment. Occasionally, a queueing system expe- riences a catastrophic failure causing a loss of all current jobs. The system then goes into a process of repair. As soon as the system is repaired, it moves with probability qi ≥ 0 to phase i. In this study, the distribution of the buffer content is determined using the probability generating function. In addition, some numerical results are provided to illustrate the effect of various parameters on the distribution of the buffer content. Mathematics Subject Classification. 90B22, 60K25, 68M20. Received January 12, 2020. Accepted September 8, 2020. 1. Introduction In recent years, studies on queueing systems in a random environment have become extremely important owing to their widespread application in telecommunication systems, advanced computer networks, and manufacturing systems. In addition, studies on fluid queueing systems are regarded as an important class of queueing theory; the interpretation of the behavior of such systems helps us understand and improve the behavior of many applications in our daily life. A fluid queue is an input-output system where a continuous fluid enters and leaves a storage device called a buffer; the system is governed by an external stochastic environment at randomly varying rates. These models have been well established as a valuable mathematical modeling method and have long been used to estimate the performance of certain systems as telecommunication systems, transportation systems, computer networks, and production and inventory systems.
    [Show full text]
  • Extremes and Fluid Queues
    UvA-DARE (Digital Academic Repository) Extremes and fluid queues Dieker, A.B. Publication date 2006 Document Version Final published version Link to publication Citation for published version (APA): Dieker, A. B. (2006). Extremes and fluid queues. Ponsen & Looijen. General rights It is not permitted to download or to forward/distribute the text or part of it without the consent of the author(s) and/or copyright holder(s), other than for strictly personal, individual use, unless the work is under an open content license (like Creative Commons). Disclaimer/Complaints regulations If you believe that digital publication of certain material infringes any of your rights or (privacy) interests, please let the Library know, stating your reasons. In case of a legitimate complaint, the Library will make the material inaccessible and/or remove it from the website. Please Ask the Library: https://uba.uva.nl/en/contact, or a letter to: Library of the University of Amsterdam, Secretariat, Singel 425, 1012 WP Amsterdam, The Netherlands. You will be contacted as soon as possible. UvA-DARE is a service provided by the library of the University of Amsterdam (https://dare.uva.nl) Download date:30 Sep 2021 Extremes and uid queues Extremes and uid queues / Antonius Bernardus Dieker, 2006 Proefschrift Universiteit van Amsterdam Met lit. opg. { Met samenvatting in het Nederlands Omslagontwerp door Tobias Baanders Gedrukt door Ponsen & Looijen BV ISBN 90-5776-151-3 Dit onderzoek kwam tot stand met steun van NWO Extremes and uid queues ACADEMISCH PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Universiteit van Amsterdam op gezag van de Rector Magni¯cus prof.
    [Show full text]
  • Heterogeneous Arrival Fluid Model Driven by an M/M/1 Queue with Exponential Vacation Subject to Catastrophe M
    The International journal of analytical and experimental modal analysis ISSN NO:0886-9367 Heterogeneous Arrival Fluid Model Driven by an M/M/1 Queue with Exponential Vacation Subject to Catastrophe 1 2 M. Deepa , Dr. K. Julia Rose Mary 1Research Scholar, Nirmala College For Women 2Asso.Prof.of Mathematics, Nirmala College For Women [email protected] 2 [email protected] Abstract- Fluid model is suitable for modeling traffic network where individual arrival has less impact on the performance of the network. For evaluating the performance measure, it is important to obtain information about the buffer content. This paper studies a fluid model driven by an M/M/1 queue with heterogeneous arrival and exponential vacation subject to catastrophe under steady state conditions. Based on that explicit expression for the Laplace transform of the stationary buffer content distribution with the minimal positive solution to a crucial quadratic equation is obtained .Then the performance measure – mean of the buffer content which is dependent on vacation parameter is obtained .Finally, the parameters effect on the mean buffer content is also illustrated by sensitivity analysis. Keywords- Fluid queue, Heterogeneous arrival, Exponential vacation, Catastrophe and Buffer Content. I. INTRODUCTION A Fluid queue is a mathematical model used to describe fluid level in a reservoir subject to randomly determined periods of filling and emptying the system without interruption called a buffer, according to a randomly varying rate regulated by an external stochastic environment. Such fluid queues are used as a mathematical tool for modeling, for example, to approximate discrete models, model the spread of wildfires in ruin theory and to model high speed data networks, a router, computer networks including call admission control, traffic shaping and modeling of TCP and production and inventory systems.
    [Show full text]
  • Informs 2007 Proceedings
    informs14th ® Applied Probability Conference July 9–11, 2007 Program Monday July 9, 2007 Track 1 Track 2 Track 3 Track 4 Track 5 Track 6 Track 7 Track 8 Track 9 Room CZ 4 CZ 5 CZ 10 CZ 11 CZ 12 CZ 13 CZ 14 CZ 15 CZ 16 9:00am - 9:15am Opening (Room: Blauwe Zaal) 9:15am - 10:15am Plenary - Peter Glynn (Room: Blauwe Zaal) MA Financial Random Fields Rare Event Asymptotic Scheduling Call Centers 1 MDP 1 Retrial Inventory 1 10:45am - 12:15pm Engineering 1 Simulation 1 Analysis 1 Queues Kou Kaj Dupuis Bassamboo / Borst / Koole Feinberg Artalejo Van Houtum Randhawa Wierman Keppo Scheffler Blanchet Lin Gupta Taylor Bispo Machihara Buyukkaramikli DeGuest Ruiz-Medina Glasserman Tezcan Ayesta Jongbloed Van der Laan Nobel Qiu Peng Kaj Juneja Gurvich Wierman Henderson Haijema Shin Timmer Weber Mahmoodi Dupuis Randhawa Winands Koole Feinberg Artalejo Van Houtum 12:45pm - 1.45pm Tutorial Philippe Robert MB Financial Percolation and Simulation 1 Stability of Stoch. Communication Many-server Games 1 Fluid Queues Search 2:00pm - 3:30pm Engineering 2 Related Topics Networks Systems 1 Models 1 Models Schoutens / Van den Berg Henderson Ramanan Choi Armony Economou Adan Klafter Valdivieso Werker Newman Chick Gamarnik Bae Tezcan Economou Dieker Benichou Koch Newman Haas Reiman Kim Jennings Amir Nazarathy Oshanin Scherer Meester Blanchet Williams Park Ward Dube Margolius Eliazar Valdivieso Kurtz Henderson Zachary Roubos Armony Economou Adan Metzler MC Exit Times Interacting Stoch. Prog. Stoch. Netw. & Flow-Level Markov Control Queueing Inventory 2 4:00pm - 5:30pm
    [Show full text]
  • Markov-Modulated and Feedback Fluid Queues
    Markov-modulated and feedback fluid queues Werner Scheinhardt Faculty of Mathematical Sciences University of Twente P.O. Box 217 7500 AE Enschede The Netherlands ISBN 90-3651248-4 MARKOV-MODULATED AND FEEDBACK FLUID QUEUES PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Universiteit Twente, op gezag van de rector magnificus, prof. dr. F.A. van Vught, volgens besluit van het College voor Promoties in het openbaar te verdedigen op vrijdag 4 december 1998 te 15.00 uur. door Willem Richard Werner Scheinhardt geboren op 24 februari 1969 te Santiago Dit proefschrift is goedgekeurd door de promotor en de assistent promotor, prof. dr. ir. J.H.A. de Smit dr. ir. E.A. van Doorn Voorwoord Aan het eind van dit proefschrift gekomen, rest nog het schrijven van het begin ervan, het voorwoord. Gebruikelijk is om daarin allen te bedanken die op ´e´en of andere wijze aan de totstandkoming van het proefschrift hebben bijgedragen. Graag houd ik deze traditie in ere, en wel omdat de volgende personen dit ten volle verdienen. Uiteraard wil ik beginnen met mijn dagelijks begeleider Erik van Doorn hartelijk te bedanken voor zijn inzet en enthousiasme. Van v´o´or het eerste sollicitatiegesprek tot na het laatste 2-teken was hij intensief betrokken bij mijn doen en laten. Een belangrijk deel van het onderzoek in dit proefschrift is in samenwerking met hem tot stand gekomen. Ook de samenwerking met Dick Kroese was aangenaam en productief. Hij wist vaak antwoorden die ik zelf niet zou hebben gevonden, en leerde mij omgaan met het symbolisch manipulatie-pakket \Mathematica", dat heel wat \tiresome analysis" heeft uitgevoerd.
    [Show full text]
  • EUROPEAN CONFERENCE on QUEUEING THEORY 2016 Urtzi Ayesta, Marko Boon, Balakrishna Prabhu, Rhonda Righter, Maaike Verloop
    EUROPEAN CONFERENCE ON QUEUEING THEORY 2016 Urtzi Ayesta, Marko Boon, Balakrishna Prabhu, Rhonda Righter, Maaike Verloop To cite this version: Urtzi Ayesta, Marko Boon, Balakrishna Prabhu, Rhonda Righter, Maaike Verloop. EUROPEAN CONFERENCE ON QUEUEING THEORY 2016. Jul 2016, Toulouse, France. 72p, 2016. hal- 01368218 HAL Id: hal-01368218 https://hal.archives-ouvertes.fr/hal-01368218 Submitted on 19 Sep 2016 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. EUROPEAN CONFERENCE ON QUEUEING THEORY 2016 Toulouse July 18 – 20, 2016 Booklet edited by Urtzi Ayesta LAAS-CNRS, France Marko Boon Eindhoven University of Technology, The Netherlands‘ Balakrishna Prabhu LAAS-CNRS, France Rhonda Righter UC Berkeley, USA Maaike Verloop IRIT-CNRS, France 2 Contents 1 Welcome Address 4 2 Organization 5 3 Sponsors 7 4 Program at a Glance 8 5 Plenaries 11 6 Takács Award 13 7 Social Events 15 8 Sessions 16 9 Abstracts 24 10 Author Index 71 3 1 Welcome Address Dear Participant, It is our pleasure to welcome you to the second edition of the European Conference on Queueing Theory (ECQT) to be held from the 18th to the 20th of July 2016 at the engineering school ENSEEIHT in Toulouse.
    [Show full text]
  • A Lévy-Driven Stochastic Queueing System with Server Breakdowns and Vacations
    mathematics Article A Lévy-Driven Stochastic Queueing System with Server Breakdowns and Vacations Yi Peng 1 and Jinbiao Wu 2,* 1 School of Mathematical Science, Changsha Normal University, Changsha 410100, China; mailto:[email protected] 2 School of Mathematics and Statistics, Central South University, Changsha 410083, China * Correspondence: [email protected] Received: 24 June 2020; Accepted: 28 July 2020; Published: 29 July 2020 Abstract: Motivated by modelling the data transmission in computer communication networks, we study a Lévy-driven stochastic fluid queueing system where the server may subject to breakdowns and repairs. In addition, the server will leave for a vacation each time when the system is empty. We cast the workload process as a Lévy process modified to have random jumps at two classes of stopping times. By using the properties of Lévy processes and Kella–Whitt martingale method, we derive the limiting distribution of the workload process. Moreover, we investigate the busy period and the correlation structure. Finally, we prove that the stochastic decomposition properties also hold for fluid queues with Lévy input. Keywords: fluid queueing systems; Lévy processes; martingales; queues with Lévy input; server breakdowns and vacations; stochastic decomposition 1. Introduction Lévy processes are very important stochastic processes with stationary and independent increments. They are one of the most important families of stochastic processes arising in many areas of probability theory and stochastic operations research. They cover a number of very important and well-studied stochastic processes as special cases, such as Brownian motion, compound Poisson processes, stable processes and subordinators. Lévy processes are widely used as models in the study of stochastic service systems, insurance risks, stochastic inventory systems, reliability engineering, computer communication systems, stochastic finance systems and so on.
    [Show full text]
  • An Analytical Model Driven by Fluid Queue for Battery Life Time of a User Equipment in LTE-A Networks ∗ Anupam Gautam A,S
    Physical Communication 30 (2018) 213–219 Contents lists available at ScienceDirect Physical Communication journal homepage: www.elsevier.com/locate/phycom Full length article An analytical model driven by fluid queue for battery life time of a user equipment in LTE-A networks ∗ Anupam Gautam a,S. Dharmaraja b, a Department of Mathematics, Indian Institute of Technology Delhi, Hauz Khas, New Delhi 110016, India b Bharti School of Telecommunication Technology and Management, Indian Institute of Technology Delhi, Hauz Khas, New Delhi 110016, India article info a b s t r a c t Article history: During the Discontinuous Reception (DRX) mechanism, a User Equipment (UE) turns off most of its Received 13 October 2017 components for a prolonged period. The battery charge of a UE, which is a continuous quantity, arises Received in revised form 28 May 2018 as a fluid model. In this scenario, we represent the system as the reservoir where battery charge gets Accepted 13 August 2018 accumulated or is depleted gradually over the time, subject to a random environment constructed by the Available online 6 September 2018 DRX mechanism. Therefore, the DRX mechanism acts as the background process for the fluid queue model MSC: of the battery charge. In a UE, battery charge available at any time t is considered as the fluid available 00-01 in the reservoir. Different discharging rates are considered for the various states of the DRX mechanism. 99-00 Using the fluid queue model, cumulative distribution function for the battery life of a DRX enabled UE is Keywords: derived. Further, the expression for the mean battery life is obtained and analyzed numerically.
    [Show full text]
  • Optimal Control of a Time-Varying Double-Ended Production Queueing Model
    Stochastic Systems APRIL 8, 2019 OPTIMAL CONTROL OF A TIME-VARYING DOUBLE-ENDED PRODUCTION QUEUEING MODEL By Chihoon Lee∗, Xin Liuy, Yunan Liuz, and Ling Zhangz, Stevens Institute of Technology∗,Clemson Universityy, and North Carolina State University z Motivated by production systems with nonstationary stochastic demand, we study a double-ended queueing model having backorders and customer abandonment. One side of our model stores backorders, and the other side represents inventory. We assume first-come-first- serve instantaneous fulfillment discipline. Our goal is to determine the optimal (nonstationary) production rate over a finite time hori- zon to minimize the costs incurred by the system. In addition to the inventory-related (holding, perishment) and demand-related (wait- ing, abandonment) costs, we consider a cost that penalizes rapid fluctuations of production rates. We develop a deterministic fluid control problem (FCP) that serves as a performance lower bound for the original queueing control problem (QCP). We further consider a high-volume system and construct an asymptotically optimal produc- tion rate for the QCP, under which the FCP lower bound is achieved asymptotically. Demonstrated by numerical examples, the proposed asymptotically optimal production rate successfully captures the time variability of the nonstationary demand. 1. Introduction. One of the fundamental challenges that precludes de- sired dynamic behavior of stochastic systems is that of nonstationarity. For instance, a number of service systems, such as production lines, call centers, hospitals, and online trading, are subject to nonstationarity of customer demand, service times, and staffing levels. In a pharmaceutical industry context, factors such as consumer perceptions (e.g., from advertising, time- since-entry), over-the-counter offerings, on-going market competition may lead to nonstationary demand behavior over time; for instance, Figure 1 in [3] shows monthly prescriptions fluctuation for brand and generic drugs.
    [Show full text]
  • Exact and Approximate Hidden Markov Chain Filters Based on Discrete Observations
    Exact and Approximate Hidden Markov Chain Filters Based on Discrete Observations Nicole B¨auerlea, Igor Gilitschenskib, Uwe D. Hanebeckb aInstitute of Stochastics, Karlsruhe Institute of Technology, D-76131 Karlsruhe, Germany bInstitute for Anthropomatics and Robotics, Karlsruhe Institute of Technology, D-76131 Karlsruhe, Germany Abstract We consider a Hidden Markov Model (HMM) where the integrated continuous-time Markov chain can be observed at discrete time points perturbed by a Brownian motion. The aim is to derive a filter for the underlying continuous-time Markov chain. The recursion formula for the discrete-time filter is easy to derive, however involves densities which are very hard to obtain. In this paper we derive exact formulas for the necessary densities in the case the state space of the HMM consists of two elements only. This is done by relating the underlying integrated continuous-time Markov chain to the so-called asymmetric telegraph process and by using recent results on this process. In case the state space consists of more than two elements we present three different ways to approximate the densities for the filter. The first approach is based on the continuous filter problem. The second approach is to derive a PDE for the densities and solve it numerically and the third approach is a crude discrete time approximation of the Markov chain. All three approaches are compared in a numerical study. Keywords: Hidden Markov Model, Discrete Bayesian Filter, Wonham Filter, Asymmetric Telegraph process 1. Introduction We consider a Hidden Markov Model (HMM) where the integrated continuous-time Markov chain can be observed at discrete time points perturbed by a Brownian motion.
    [Show full text]
  • 3 Lecture 3: Queueing Networks and Their Fluid and Diffusion Approximation
    3 Lecture 3: Queueing Networks and their Fluid and Diffusion Approximation • Fluid and diffusion scales • Queueing networks • Fluid and diffusion approximation of Generalized Jackson networks. • Reflected Brownian Motions • Routing in single class queueing networks. • Multi class queueing networks • Stability of policies for MCQN via fluid • Optimization of MCQN — MDP and the fluid model. • Formulation of the fluid problem for a MCQN 3.1 Fluid and diffusion scales As we saw, queues can only be studied under some very detailed assumptions. If we are willing to assume Poisson arrivals and exponetial service we get a very complete description of the queuing process, in which we can study almost every phenomenon of interest by analytic means. However, much of what we see in M/M/1 simply does not describe what goes on in non M/M/1 systems. If we give up the assumption of exponential service time, then it needs to be replaced by a distribution function G. Fortunately, M/G/1 can also be analyzed in moderate detail, and quite a lot can be said about it which does not depend too much on the detailed form of G. In particular, for the M/G/1 system in steady state, we can calculate moments of queue length and waiting times in terms of the same moments plus one of the distribution G, and so we can evaluate performance of M/G/1 without too many details on G, sometimes 2 E(G) and cG suffice. Again, behavior of M/G/1 does not describe what goes on in GI/G/1 systems.
    [Show full text]
  • Linear Stochastic Fluid Networks
    Linear Stochastic Fluid Networks by Offer Kella 1and Ward Whitt 2 April 17, 1997 Revised: February 17, 1998 1Department of Statistics, The Hebrew University of Jerusalem, Mount Scopus, Jerusalem 91905, Israel; [email protected] 2Room A117, AT&T Laboratories, 180 Park Avenue, Building 103, Florham Park, NJ 07932-0971, USA; [email protected] Abstract We introduce open stochastic fluid networks that can be regarded as continuous analogs or fluid limits of open networks of infinite-server queues. Random exogenous input may come to any of the queues. At each queue, a cdf-valued stochastic process governs the proportion of the input processed by a given time after arrival. The routing may be deterministic (a specified sequence of successive queue visits) or proportional, i.e., a stochastic transition matrix may govern the proportion of output routed from one queue to another. This stochastic fluid network with deterministic cdf's governing processing at the queues arises as the limit of normalized networks of infinite-server queues with batch arrival processes where the batch sizes grow. In this limit, one can think of each particle having an evolution through the network, depending on its time and place of arrival, but otherwise independent of all other particles. A key property associated with this independence is the linearity: The workload associated with a superposition of inputs, each possibly having its own pattern of flow through the network, is simply the sum of the component workloads. Just like infinite-server queueing models, the tractability makes the linear stochastic fluid network a natural candidate for approximations.
    [Show full text]