Lecture 15: Markov Chains and Martingales

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 15: Markov Chains and Martingales Department of Mathematics Ma 3/103 KC Border Introduction to Probability and Statistics Winter 2017 Lecture 15: Markov Chains and Martingales This material is not covered in the textbooks. These notes are still in development. 15.1 ⋆ Markov chains Most authors, e.g., Samuel Karlin [9, p. 27] or Joseph Doob [6, p. 170], define a Markov chain to be a discrete time stochastic process where the random variables are discrete, and where the following Markov property holds: ··· For every t1 < t2 < < tn < tn+1, the conditional distribution of Xtn+1 given Xtn ,...,Xt1 is the same as that given Xtn . That is, ( ) P X = x X = x ,X = x − ,...,X = x tn+1 n+1 tn n tn−1 n 1 t1 1 ( ) = P Xtn+1 = xn+1 Xtn = xn . That is, the future depends on the past only through the present, not the entire history. The value of a random variable is usually referred to as the state of the chain. There are many examples where the numerical magnitude of Xt is not really of interest, it is just an ID number for the state. For many purposes we simply number the states 1, 2, 3,... , and the value of Xt is interpreted as the number of the state. Here are some examples of Markov chains: • A deck of n cards is one of n! states, each state being an order of the deck. Shuffling is a random experiment that changes the state. Assign each order an ID number, and let X0 denote the original state, and Xt denote the state after t shuffles. Clearly this is a Markov chain, where the numerical magnitude of Xt is not of interest. If you are interested in the details of card shuffling, I highly recommend the paper byDave Bayer and Persi Diaconis [1] and its references. Among other things they argue that it takes at least 7 riffle shuffles to get an acceptable degree of randomness. • A random walk (on a lattice) is a Markov chain. • Let Xt denote the fortune (wealth) of a gambler after t $1 bets. If the bets are independent, then this is a Markov chain. • The branching process: Suppose an organism lives one period and produces a random number X progeny during that period, each of whom then reproduces the next period, etc. The population Xn after n generations is a Markov chain. • Queueing: Customers arrive for service each period according to a probability distribution, and are served in order, which takes one period. The state of the system is the length of the queue, which is a Markov chain. • In information theory, see, e.g., Thomas Cover and Joy Thomas [4, p. 34], the term Markov chain can refer to a sequence of just three random variables, X, Y , Z if the joint probability can be written as p(x y, z) = p(x y). 15–1 Ma 3/103 Winter 2017 KC Border Markov Chains and Martingales 15–2 15.2 ⋆ Markov Chains and Transition Matrices A Markov chain is time-invariant, or stationary, if the distribution of Xt+s Xt does not depend on t. (Some authors, e.g., Kemeny and Snell [10, Definition 2.1.3, p. 25] or Norris [13, p. 2], make time-invariance part of the definition of a Markov chain. Others, such as9 Karlin[ , pp. 19–20, 27], do not.) When Xt = i and Xt+1 = j , we say the that the chain makes a transition from state i to state j at time t + 1, and we often use the notation i → j to indicate a transition event. This may be a little confusing, since i → j does not indicate which t we are talking about. But for a time-invariant Markov chain, t doesn’t matter in that the probability of this event does not depend on t. In this case we can define the transition probability ( ) p(i, j) = P Xt+1 = j Xt = i , which is independent of t. We may also write pij or p(i → j) for p(i, j). For a time-invariant m-state Markov chain the m × m matrix P of transition probabilities [ ] [ ] P = p(i, j) = pij is called the transition matrix for the chain. (It’s even possible to consider infinite matrices, but we won’t do that here.) ∑ m For each row i of the transition matrix P , the row sum j=1 pij must be equal to one. A nonnegative square matrix with this property is called a stochastic matrix, and there is a vast literature on such matrices. 15.2.1 Two-step transition probabilities The transition matrix tells everything about the evolution of the m-state time-invariant Markov chain from its initial state X0. If pij is the probability of transitioning from state i to state j in one step, what is the probability of transitioning from i to j in exactly two steps? That is, what is ( ) (2) pij = P Xt+2 = j Xt = i ? By definition this is just ( ) P (Xt+2 = j & Xt = i) P Xt+2 = j Xt = i = . (1) P (Xt = i) The intermediate state Xt+1 must take on one of the values k = 1, . , m. So the event (Xt+2 = j & Xt = i) is the disjoint union m ∪ (Xt = i & Xt+1 = k & Xt+2 = j) . k=1 Thus we may write ∑ ( ) m k=1 P (Xt = i & Xt+1 = k & Xt+2 = j) ′ P Xt+2 = j Xt = i = . (1 ) P (Xt = i) By the multiplication rule (Section 4.6), for each k, P (X = i & X = k & X = j) t t+1 t+2 ( ) ( ) = P (Xt = i) P Xt+1 = k Xt = i P Xt+2 = j Xt+1 = k & Xt = i . (2) v. 2017.02.08::14.09 KC Border Ma 3/103 Winter 2017 KC Border Markov Chains and Martingales 15–3 By the Markov property ( ) ( ) P Xt+2 = j Xt+1 = k & Xt = i = P Xt+2 = j Xt+1 = k . (3) Combining (1′), (2), and (3) gives ∑m (2) pij = pikpkj, k=1 but this just the i, j entry of the matrix P 2. (n) Similarly, the probability pij of transitioning from i to j in n steps is the i, j entry of the matrix P n. That is, calculating the distribution of future states is just an exercise in matrix multiplication. ( ) n P Xt+n = j Xt = i is the (i, j) entry of the matrix P . This provides a powerful tool for studying the behavior of a Markov chain. I recommend ACM/EE 116. Introduction to Stochastic Processes and Modeling if you want to learn more about this, and CS/EE 147. Network Performance Analysis for applications. 15.3 ⋆ Markov chains and graphs From now on we will consider only time-invariant Markov chains. The nature of reachability can be visualized by considering the set states to be a directed graph where the set of nodes or vertexes is the set of states, and there is a directed edge from i to j if P (i → j) = pij > 0. An arrow from node i to node j is used to indicate that the transition i → j can occur (with nonzero probability) in one step. A loop at a node i indicates that the transition i → i (remaining in state i) has nonzero probability. The edges of the graph are labeled with the probability of the transition. The state j is reachable from i if there is a path in the graph from i to j. For instance, the transition matrix P of Example 15.4.1 corresponds to the graph in Fig- ure 15.1. 1 2 2 1 2 3 3 3 1 1 2 1 2 3 4 5 2 1 1 2 1 3 3 3 2 Figure 15.1. The graph of a 5-state Markov chain. KC Border v. 2017.02.08::14.09 Ma 3/103 Winter 2017 KC Border Markov Chains and Martingales 15–4 15.4 ⋆ Irreducible Markov chains (n) We say that state j is reachable from i if pij > 0 for some n. If states i and j are mutually reachable, then we say they communicate, denoted i ↔ j. The relation ↔ is an equivalence relation and partitions the states. When every state communicates with every other state, the chain is called irreducible or indecomposable. 15.4.1 Example Here is an example of an irreducible 5-state transition matrix. Its graph is given in Figure 15.1. 1 1 0 0 0 2 2 1 2 0 0 0 3 3 P = 1 2 0 3 0 3 0 2 1 0 0 3 0 3 1 1 0 0 0 2 2 And here are a few successive powers (n-step transitions) 5 1 1 0 0 7 23 1 2 0 12 4 3 24 72 6 9 1 7 4 23 1 5 4 0 0 0 6 18 9 108 12 9 27 P 2 = 1 2 2 P 3 = 1 5 5 1 9 0 3 0 9 18 18 0 9 9 2 11 1 2 5 1 31 0 9 0 18 6 27 0 9 12 108 1 1 5 1 1 31 7 0 0 3 4 12 0 9 6 72 24 0.0952381 0.142857 0.285715 0.285714 0.190476 0.0952380 0.142858 0.285713 0.285715 0.190476 100 P = 0.0952382 0.142857 0.285715 0.285713 0.190476 0.0952380 0.142858 0.285713 0.285715 0.190476 0.0952381 0.142857 0.285715 0.285714 0.190476 0.0952381 0.142857 0.285714 0.285714 0.190476 0.0952381 0.142857 0.285714 0.285714 0.190476 200 P = 0.0952381 0.142857 0.285714 0.285714 0.190476 0.0952381 0.142857 0.285714 0.285714 0.190476 0.0952381 0.142857 0.285714 0.285714 0.190476 This last matrix has the following interesting property: for any i, i′, j, we have (200) ≈ (200) pij pi′j .
Recommended publications
  • Conditioning and Markov Properties
    Conditioning and Markov properties Anders Rønn-Nielsen Ernst Hansen Department of Mathematical Sciences University of Copenhagen Department of Mathematical Sciences University of Copenhagen Universitetsparken 5 DK-2100 Copenhagen Copyright 2014 Anders Rønn-Nielsen & Ernst Hansen ISBN 978-87-7078-980-6 Contents Preface v 1 Conditional distributions 1 1.1 Markov kernels . 1 1.2 Integration of Markov kernels . 3 1.3 Properties for the integration measure . 6 1.4 Conditional distributions . 10 1.5 Existence of conditional distributions . 16 1.6 Exercises . 23 2 Conditional distributions: Transformations and moments 27 2.1 Transformations of conditional distributions . 27 2.2 Conditional moments . 35 2.3 Exercises . 41 3 Conditional independence 51 3.1 Conditional probabilities given a σ{algebra . 52 3.2 Conditionally independent events . 53 3.3 Conditionally independent σ-algebras . 55 3.4 Shifting information around . 59 3.5 Conditionally independent random variables . 61 3.6 Exercises . 68 4 Markov chains 71 4.1 The fundamental Markov property . 71 4.2 The strong Markov property . 84 4.3 Homogeneity . 90 4.4 An integration formula for a homogeneous Markov chain . 99 4.5 The Chapmann-Kolmogorov equations . 100 iv CONTENTS 4.6 Stationary distributions . 103 4.7 Exercises . 104 5 Ergodic theory for Markov chains on general state spaces 111 5.1 Convergence of transition probabilities . 113 5.2 Transition probabilities with densities . 115 5.3 Asymptotic stability . 117 5.4 Minorisation . 122 5.5 The drift criterion . 127 5.6 Exercises . 131 6 An introduction to Bayesian networks 141 6.1 Introduction . 141 6.2 Directed graphs .
    [Show full text]
  • A Predictive Model Using the Markov Property
    A Predictive Model using the Markov Property Robert A. Murphy, Ph.D. e-mail: [email protected] Abstract: Given a data set of numerical values which are sampled from some unknown probability distribution, we will show how to check if the data set exhibits the Markov property and we will show how to use the Markov property to predict future values from the same distribution, with probability 1. Keywords and phrases: markov property. 1. The Problem 1.1. Problem Statement Given a data set consisting of numerical values which are sampled from some unknown probability distribution, we want to show how to easily check if the data set exhibits the Markov property, which is stated as a sequence of dependent observations from a distribution such that each suc- cessive observation only depends upon the most recent previous one. In doing so, we will present a method for predicting bounds on future values from the same distribution, with probability 1. 1.2. Markov Property Let I R be any subset of the real numbers and let T I consist of times at which a numerical ⊆ ⊆ distribution of data is randomly sampled. Denote the random samples by a sequence of random variables Xt t∈T taking values in R. Fix t T and define T = t T : t>t to be the subset { } 0 ∈ 0 { ∈ 0} of times in T that are greater than t . Let t T . 0 1 ∈ 0 Definition 1 The sequence Xt t∈T is said to exhibit the Markov Property, if there exists a { } measureable function Yt1 such that Xt1 = Yt1 (Xt0 ) (1) for all sequential times t0,t1 T such that t1 T0.
    [Show full text]
  • Local Conditioning in Dawson–Watanabe Superprocesses
    The Annals of Probability 2013, Vol. 41, No. 1, 385–443 DOI: 10.1214/11-AOP702 c Institute of Mathematical Statistics, 2013 LOCAL CONDITIONING IN DAWSON–WATANABE SUPERPROCESSES By Olav Kallenberg Auburn University Consider a locally finite Dawson–Watanabe superprocess ξ =(ξt) in Rd with d ≥ 2. Our main results include some recursive formulas for the moment measures of ξ, with connections to the uniform Brown- ian tree, a Brownian snake representation of Palm measures, continu- ity properties of conditional moment densities, leading by duality to strongly continuous versions of the multivariate Palm distributions, and a local approximation of ξt by a stationary clusterη ˜ with nice continuity and scaling properties. This all leads up to an asymptotic description of the conditional distribution of ξt for a fixed t> 0, given d that ξt charges the ε-neighborhoods of some points x1,...,xn ∈ R . In the limit as ε → 0, the restrictions to those sets are conditionally in- dependent and given by the pseudo-random measures ξ˜ orη ˜, whereas the contribution to the exterior is given by the Palm distribution of ξt at x1,...,xn. Our proofs are based on the Cox cluster representa- tions of the historical process and involve some delicate estimates of moment densities. 1. Introduction. This paper may be regarded as a continuation of [19], where we considered some local properties of a Dawson–Watanabe super- process (henceforth referred to as a DW-process) at a fixed time t> 0. Recall that a DW-process ξ = (ξt) is a vaguely continuous, measure-valued diffu- d ξtf µvt sion process in R with Laplace functionals Eµe− = e− for suitable functions f 0, where v = (vt) is the unique solution to the evolution equa- 1 ≥ 2 tion v˙ = 2 ∆v v with initial condition v0 = f.
    [Show full text]
  • Strong Memoryless Times and Rare Events in Markov Renewal Point
    The Annals of Probability 2004, Vol. 32, No. 3B, 2446–2462 DOI: 10.1214/009117904000000054 c Institute of Mathematical Statistics, 2004 STRONG MEMORYLESS TIMES AND RARE EVENTS IN MARKOV RENEWAL POINT PROCESSES By Torkel Erhardsson Royal Institute of Technology Let W be the number of points in (0,t] of a stationary finite- state Markov renewal point process. We derive a bound for the total variation distance between the distribution of W and a compound Poisson distribution. For any nonnegative random variable ζ, we con- struct a “strong memoryless time” ζˆ such that ζ − t is exponentially distributed conditional on {ζˆ ≤ t,ζ>t}, for each t. This is used to embed the Markov renewal point process into another such process whose state space contains a frequently observed state which repre- sents loss of memory in the original process. We then write W as the accumulated reward of an embedded renewal reward process, and use a compound Poisson approximation error bound for this quantity by Erhardsson. For a renewal process, the bound depends in a simple way on the first two moments of the interrenewal time distribution, and on two constants obtained from the Radon–Nikodym derivative of the interrenewal time distribution with respect to an exponential distribution. For a Poisson process, the bound is 0. 1. Introduction. In this paper, we are concerned with rare events in stationary finite-state Markov renewal point processes (MRPPs). An MRPP is a marked point process on R or Z (continuous or discrete time). Each point of an MRPP has an associated mark, or state.
    [Show full text]
  • Markov Chains on a General State Space
    Markov chains on measurable spaces Lecture notes Dimitri Petritis Master STS mention mathématiques Rennes UFR Mathématiques Preliminary draft of April 2012 ©2005–2012 Petritis, Preliminary draft, last updated April 2012 Contents 1 Introduction1 1.1 Motivating example.............................1 1.2 Observations and questions........................3 2 Kernels5 2.1 Notation...................................5 2.2 Transition kernels..............................6 2.3 Examples-exercises.............................7 2.3.1 Integral kernels...........................7 2.3.2 Convolution kernels........................9 2.3.3 Point transformation kernels................... 11 2.4 Markovian kernels............................. 11 2.5 Further exercises.............................. 12 3 Trajectory spaces 15 3.1 Motivation.................................. 15 3.2 Construction of the trajectory space................... 17 3.2.1 Notation............................... 17 3.3 The Ionescu Tulce˘atheorem....................... 18 3.4 Weak Markov property........................... 22 3.5 Strong Markov property.......................... 24 3.6 Examples-exercises............................. 26 4 Markov chains on finite sets 31 i ii 4.1 Basic construction............................. 31 4.2 Some standard results from linear algebra............... 32 4.3 Positive matrices.............................. 36 4.4 Complements on spectral properties.................. 41 4.4.1 Spectral constraints stemming from algebraic properties of the stochastic matrix.......................
    [Show full text]
  • Simulation of Markov Chains
    Copyright c 2007 by Karl Sigman 1 Simulating Markov chains Many stochastic processes used for the modeling of financial assets and other systems in engi- neering are Markovian, and this makes it relatively easy to simulate from them. Here we present a brief introduction to the simulation of Markov chains. Our emphasis is on discrete-state chains both in discrete and continuous time, but some examples with a general state space will be discussed too. 1.1 Definition of a Markov chain We shall assume that the state space S of our Markov chain is S = ZZ= f:::; −2; −1; 0; 1; 2;:::g, the integers, or a proper subset of the integers. Typical examples are S = IN = f0; 1; 2 :::g, the non-negative integers, or S = f0; 1; 2 : : : ; ag, or S = {−b; : : : ; 0; 1; 2 : : : ; ag for some integers a; b > 0, in which case the state space is finite. Definition 1.1 A stochastic process fXn : n ≥ 0g is called a Markov chain if for all times n ≥ 0 and all states i0; : : : ; i; j 2 S, P (Xn+1 = jjXn = i; Xn−1 = in−1;:::;X0 = i0) = P (Xn+1 = jjXn = i) (1) = Pij: Pij denotes the probability that the chain, whenever in state i, moves next (one unit of time later) into state j, and is referred to as a one-step transition probability. The square matrix P = (Pij); i; j 2 S; is called the one-step transition matrix, and since when leaving state i the chain must move to one of the states j 2 S, each row sums to one (e.g., forms a probability distribution): For each i X Pij = 1: j2S We are assuming that the transition probabilities do not depend on the time n, and so, in particular, using n = 0 in (1) yields Pij = P (X1 = jjX0 = i): (Formally we are considering only time homogenous MC's meaning that their transition prob- abilities are time-homogenous (time stationary).) The defining property (1) can be described in words as the future is independent of the past given the present state.
    [Show full text]
  • Brownian Motion and the Strong Markov Property
    BROWNIAN MOTION AND THE STRONG MARKOV PROPERTY JAMES LEINER Abstract. This paper is an introduction to Brownian motion. After a brief introduction to measure-theoretic probability, we begin by constructing Brow- d nian motion over the dyadic rationals and extending this construction to R . After establishing some relevant features, we introduce the strong Markov property and its applications. We then use these tools to demonstrate the existence of various Markov processes embedded within Brownian motion. Contents 1. Introduction 1 2. Construction 5 3. Non-Differentiability 9 4. Invariance Properties 10 5. Markov Properties 11 6. Applications 13 7. Derivative Markov Processes 15 Acknowledgments 16 References 16 1. Introduction With a varied array of uses across pure and applied mathematics, Brownian motion is one of the most widely studied stochastic processes. This paper seeks to provide a rigorous introduction to the topic, using [3] and [4] as our primary references. In order to properly ground our discussion, however, we must first become com- fortable with the basic framework of measure-theoretic probability. In this section, we provide a terse review of the subject sufficient to prepare the reader for some of the more advanced proofs within this paper. Most of the important results in this section are presented without proof and individuals wishing for a more detailed exposition of the topic can consult [1]. If so inclined, a large portion of the first half of the paper can be understood without measure theory. In this case, consult [2] for a more basic introduction to probability not requiring measure theory. Definition 1.1.
    [Show full text]
  • Interacting Particle Systems MA4H3
    Interacting particle systems MA4H3 Stefan Grosskinsky Warwick, 2009 These notes and other information about the course are available on http://www.warwick.ac.uk/˜masgav/teaching/ma4h3.html Contents Introduction 2 1 Basic theory3 1.1 Continuous time Markov chains and graphical representations..........3 1.2 Two basic IPS....................................6 1.3 Semigroups and generators.............................9 1.4 Stationary measures and reversibility........................ 13 2 The asymmetric simple exclusion process 18 2.1 Stationary measures and conserved quantities................... 18 2.2 Currents and conservation laws........................... 23 2.3 Hydrodynamics and the dynamic phase transition................. 26 2.4 Open boundaries and matrix product ansatz.................... 30 3 Zero-range processes 34 3.1 From ASEP to ZRPs................................ 34 3.2 Stationary measures................................. 36 3.3 Equivalence of ensembles and relative entropy................... 39 3.4 Phase separation and condensation......................... 43 4 The contact process 46 4.1 Mean field rate equations.............................. 46 4.2 Stochastic monotonicity and coupling....................... 48 4.3 Invariant measures and critical values....................... 51 d 4.4 Results for Λ = Z ................................. 54 1 Introduction Interacting particle systems (IPS) are models for complex phenomena involving a large number of interrelated components. Examples exist within all areas of natural and social sciences, such as traffic flow on highways, pedestrians or constituents of a cell, opinion dynamics, spread of epi- demics or fires, reaction diffusion systems, crystal surface growth, chemotaxis, financial markets... Mathematically the components are modeled as particles confined to a lattice or some discrete geometry. Their motion and interaction is governed by local rules. Often microscopic influences are not accesible in full detail and are modeled as effective noise with some postulated distribution.
    [Show full text]
  • A Review on Statistical Inference Methods for Discrete Markov Random Fields Julien Stoehr
    A review on statistical inference methods for discrete Markov random fields Julien Stoehr To cite this version: Julien Stoehr. A review on statistical inference methods for discrete Markov random fields. 2017. hal-01462078v1 HAL Id: hal-01462078 https://hal.archives-ouvertes.fr/hal-01462078v1 Preprint submitted on 8 Feb 2017 (v1), last revised 11 Apr 2017 (v2) 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. A review on statistical inference methods for discrete Markov random fields Julien Stoehr1 1School of Mathematical Sciences & Insight Centre for Data Analytics, University College Dublin, Ireland February 8, 2017 Abstract Developing satisfactory methodology for the analysis of Markov random field is a very challenging task. Indeed, due to the Markovian dependence structure, the normalizing con- stant of the fields cannot be computed using standard analytical or numerical methods. This forms a central issue for any statistical approach as the likelihood is an integral part of the procedure. Furthermore, such unobserved fields cannot be integrated out and the like- lihood evaluation becomes a doubly intractable problem. This report gives an overview of some of the methods used in the literature to analyse such observed or unobserved random fields.
    [Show full text]
  • Lecture Notes on Markov and Feller Property
    AN INTRODUCTION TO MARKOV PROCESSES AND THEIR APPLICATIONS IN MATHEMATICAL ECONOMICS UMUT C¸ETIN 1. Markov Property During the course of your studies so far you must have heard at least once that Markov processes are models for the evolution of random phenomena whose future behaviour is independent of the past given their current state. In this section we will make precise the so called Markov property in a very general context although very soon we will restrict our selves to the class of `regular' Markov processes. As usual we start with a probability space (Ω; F;P ). Let T = [0; 1) and E be a locally compact separable metric space. We will denote the Borel σ-field of E with E . Recall that the d-dimensional Euclidean space Rd is a particular case of E that appears very often in applications. For each t 2 T, let Xt(!) = X(t; !) be a function from Ω to E such that it is F=E - −1 measurable, i.e. Xt (A) 2 F for every A 2 E . Note that when E = R this corresponds to the familiar case of Xt being a real random variable for every t 2 T. Under this setup X = (Xt)t2T is called a stochastic process. We will now define two σ-algebras that are crucial in defining the Markov property. Let 0 0 Ft = σ(Xs; s ≤ t); Ft = σ(Xu; u ≥ t): 0 0 Observe that Ft contains the history of X until time t while Ft is the future evolution of X 0 after time t.
    [Show full text]
  • Particle Methods: an Introduction with Applications Pierre Del Moral, Arnaud Doucet
    Particle methods: An introduction with applications Pierre del Moral, Arnaud Doucet To cite this version: Pierre del Moral, Arnaud Doucet. Particle methods: An introduction with applications. [Research Report] RR-6991, INRIA. 2009, pp.46. inria-00403917 HAL Id: inria-00403917 https://hal.inria.fr/inria-00403917 Submitted on 14 Jul 2009 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. INSTITUT NATIONAL DE RECHERCHE EN INFORMATIQUE ET EN AUTOMATIQUE Particle methods: An introduction with applications Pierre Del Moral — Arnaud Doucet N° 6991 July 2009 Thème NUM apport de recherche ISSN 0249-6399 ISRN INRIA/RR--6991--FR+ENG Particle methods: An introduction with applications Pierre Del Moral∗, Arnaud Doucet† Th`emeNUM — Syst`emesnum´eriques Equipes-Projets´ ALEA Rapport de recherche n° 6991 — July 2009 — 46 pages Abstract: Interacting particle methods are increasingly used to sample from complex high-dimensional distributions. They have found a wide range of applications in applied probability, Bayesian statistics and information engineering. Understanding rigorously these new Monte Carlo simulation tools leads to fascinating mathematics related to Feynman-Kac path integral theory and their interacting par- ticle interpretations. In these lecture notes, we provide a pedagogical introduction to the stochastic modeling and the theoretical analysis of these particle algorithms.
    [Show full text]
  • Some Applications of Martingales to Probability Theory
    SOME APPLICATIONS OF MARTINGALES TO PROBABILITY THEORY WATSON LADD Abstract. Martingales are a very simple concept with wide application in probability. We introduce the concept of a martingale, develop the theory, and use the theory to prove some important and interesting theorems from probability theory. Contents 1. Motivation 1 2. Foundation 2 3. Martingales and Stopping Times 3 4. Martingale Convergence and Sums of Random Variables 6 5. Uniform Integrability and Martingales 6 6. Exchangability 9 7. Random Walks, Markov Chains, and Martingales 11 Acknowledgments 13 References 13 1. Motivation In the early eighteenth century the martingale betting strategy was very popular in France[8]. Each time a gambler lost he would bet enough to make up all their previous bets. Before the introduction of table limits this seemed like a sure bet, as the eventual win would reverse all of ones losses. But what would happen when you could not make the next bet? In roulette, one is gambling on which sector of a wheel a small white ball will come to rest in. The roulette wheel has 38 sectors. 18 are black, 18 are red, and two are green. Each time roulette is played the wheel is spun, bets are placed, and the ball is dropped onto the spinning wheel. Friction gradually slows down the wheel, and the ball eventually comes to rest in one of the slots. The gambler bets on whether the color of the slot the ball rests in will be red or black, with even odds. If the gambler puts down k dollars, they receive 2k if they are correct and otherwise receive 0.
    [Show full text]