Basic Markov Chain Theory

Total Page:16

File Type:pdf, Size:1020Kb

Basic Markov Chain Theory Chapter 2 Basic Markov Chain Theory To repeat what we said in the Chapter 1, a Markov chain is a discrete-time stochastic process X1, X2, . taking values in an arbitrary state space that has the Markov property and stationary transition probabilities: • the conditional distribution of Xn given X1, . , Xn−1 is the same as the conditional distribution of Xn given Xn−1 only, and • the conditional distribution of Xn given Xn−1 does not depend on n. The conditional distribution of Xn given Xn−1 specifies the transition proba- bilities of the chain. In order to completely specify the probability law of the chain, we need also specify the initial distribution , the distribution of X1. 2.1 Transition Probabilities 2.1.1 Discrete State Space For a discrete state space S, the transition probabilities are specified by defining a matrix P (x, y ) = Pr( Xn = y|Xn−1 = x), x,y ∈ S (2.1) that gives the probability of moving from the point x at time n − 1 to the point y at time n. Because of the assumption of stationary transition probabilities, the transition probability matrix P (x, y ) does not depend on the time n. Some readers may object that we have not defined a “matrix.” A matrix (I can hear such readers saying) is a rectangular array P of numbers pij , i = 1, . , m, j = 1, . , n, called the entries of P . Where is P ? Well, enumerate the points in the state space S = {x1,. , x d}, then pij = Pr {Xn = xj|Xn−1 = xi}, i = 1 ,...,d, j = 1 , . d. I hope I can convince you this view of “matrix” is the Wrong Thing. There are two reasons. 25 CHAPTER 2. BASIC MARKOV CHAIN THEORY 26 First, the enumeration of the state space does no work. It is an irrelevancy that just makes for messier notation. The mathematically elegant definition of a matrix does not require that the index sets be {1, . , m } and {1,...,n } for some integers m and n. Any two finite sets will do as well. In this view, a matrix is a function on the Cartesian product of two finite sets. And in this view, the function P defined by (2.1), which is a function on S × S, is a matrix. Following the usual notation of set theory, the space of all real-valued func- tions on a set A is written RA. This is, of course, a d-dimensional vector space when A has d points. Those who prefer to write Rd instead of RA may do so, but the notation RA is more elegant and corresponds to our notion of A being the index set rather than {1,...,d }. So our matrices P being functions on S ×S are elements of the d2-dimensional vector space RS×S. The second reason is that P is a conditional probability mass function. In most contexts, (2.1) would be written p(y|x). For a variety of reasons, partly the influence of the matrix analogy, we write P (x, y ) instead of p(y|x) in Markov chain theory. This is a bit confusing at first, but one gets used to it. It would be much harder to see the connection if we were to write pij instead of P (x, y ). Thus, in general, we define a transition probability matrix to be a real-valued function P on S × S satisfying P (x, y ) ≥ 0, x,y ∈ S (2.2a) and P (x, y ) = 1 . (2.2b) ∈ yXS The state space S must be countable for the definition to make sense. When S is not finite, we have an infinite matrix. Any matrix that satisfies (2.2a) and (2.2b) is said to be Markov or stochastic . Example 2.1. Random Walk with Reflecting Boundaries. Consider the symmetric random walk on the integers 1, . , d with “reflecting boundaries.” This means that at each step the chain moves one unit up or down 1 with equal probabilities, 2 each way, except at the end points. At 1, the lower 1 end, the chain still moves up to 2 with probability 2 , but cannot move down, there being no points below to move to. Here when it wants to go down, which 1 is does with probability 2 , it bounces off an imaginary reflecting barrier back to where it was. The behavior at the upper end is analogous. This gives a transition matrix 1 1 2 2 0 0 . 0 0 0 1 1 2 0 2 0 . 0 0 0 1 1 0 2 0 2 . 0 0 0 1 0 0 2 0 . 0 0 0 (2.3) . .. . 1 0 0 0 0 . 0 0 2 0 0 0 0 . 1 0 1 2 2 0 0 0 0 . 0 1 1 2 2 CHAPTER 2. BASIC MARKOV CHAIN THEORY 27 We could instead use functional notation 1/2, |x − y| = 1 or x = y = 1 or x = y = d P (x, y ) = (0, otherwise Either works. We will use whichever is most convenient. 2.1.2 General State Space For a general state space S the transition probabilities are specified by defin- ing a kernel P (x, B ) = Pr {Xn ∈ B|Xn−1 = x}, x ∈ S, B a measurable set in S, satisfying • for each fixed x the function B 7→ P (x, B ) is a probability measure, and • for each fixed B the function x 7→ P (x, B ) is a measurable function. In other words, the kernel is a regular conditional probability (Breiman 1968, Section 4.3). Lest the reader worry that this definition signals an impending blizzard of measure theory, let me assure you that it does not. A little bit of measure theory is unavoidable in treating this subject, if only because the major reference works on Markov chains, such as Meyn and Tweedie (1993), are written at that level. But in practice measure theory is entirely dispensable in MCMC, because the computer has no sets of measure zero or other measure-theoretic paraphernalia. So if a Markov chain really exhibits measure-theoretic pathology, it can’t be a good model for what the computer is doing. In any case, we haven’t hit serious measure theory yet. The main reason for introducing kernels here is purely notational. It makes unnecessary a lot of useless discussion of special cases. It allows us to write expressions like E{g(Xn)|Xn−1 = x} = P (x, dy )g(y) (2.4) Z using one notation for all cases. Avoiding measure-theoretic notation leads to excruciating contortions. Sometimes the distribution of Xn given Xn−1 is a continuous distribution on Rd with density f(y|x). Then the kernel is defined by P (x, B ) = f(y|x) dy ZB and (2.4) becomes E{g(Xn)|Xn−1 = x} = g(y)f(y|x) dy. Z CHAPTER 2. BASIC MARKOV CHAIN THEORY 28 Readers who like boldface for “vectors” can supply the appropriate boldface. Since both x and y here are elements of Rd, every variable is boldfaced. I don’t like the “vectors are boldface” convention. It is just one more bit of distinguishing trivial special cases that makes it much harder to see what is common to all cases. Often the distribution of Xn given Xn−1 is more complicated. A common situation in MCMC is that the distribution is continuous except for an atom at x. The chain stays at x with probability r(x) and moves with probability 1 − r(x), and when it moves the distribution is given by a density f(y|x). Then (2.4) becomes E{g(Xn)|Xn−1 = x} = r(x)g(x) + [1 − r(x)] g(y)f(y|x) dy. Z The definition of the kernel in this case is something of a mess r(x) + [1 − r(x)] f(y|x) dy, x ∈ B P (x, B ) = B (2.5) [1 − r(x)] f(y|x) dy, otherwise ( B R This can be simplified by introducingR the identity kernel (yet more measure- theoretic notation) defined by 1, x ∈ B I(x, B ) = (2.6) (0, x∈ / B which allows us to rewrite (2.5) as P (x, B ) = r(x)I(x, B ) + [1 − r(x)] f(y|x) dy. ZB We will see why the identity kernel has that name a bit later. Another very common case in MCMC has the distribution of Xn given Xn−1 changing only one component of the state vector, say the i-th. The Gibbs update discussed in Chapter 1 is an example. The distribution of the i-th component has a density f(y|x), but now x is an element of Rd and y is an element of R (not Rd). Then (2.4) becomes E{g(Xn)|Xn−1 = x} = g(x1,...,x i−1, y, x i+1 ,...,x d)f(y|x) dy. Z The notation for the kernel is even uglier unless we use “probability is a special case of expectation.” To obtain the kernel just take the special case where g is the indicator function of the set B. The virtue of the measure-theoretic notation (2.4) is that it allows us to refer to all of these special cases and many more without getting bogged down in a lot of details that are irrelevant to the point under discussion. I have often wondered why this measure-theoretic notation isn’t introduced in lower CHAPTER 2. BASIC MARKOV CHAIN THEORY 29 level courses. It would avoid tedious repetition, where first we woof about the discrete case, then the continuous case, even rarely the mixed case, thus obscuring what is common to all the cases.
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]
  • 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]
  • Pre-Publication Accepted Manuscript
    P´eterE. Frenkel Convergence of graphs with intermediate density Transactions of the American Mathematical Society DOI: 10.1090/tran/7036 Accepted Manuscript This is a preliminary PDF of the author-produced manuscript that has been peer-reviewed and accepted for publication. It has not been copyedited, proof- read, or finalized by AMS Production staff. Once the accepted manuscript has been copyedited, proofread, and finalized by AMS Production staff, the article will be published in electronic form as a \Recently Published Article" before being placed in an issue. That electronically published article will become the Version of Record. This preliminary version is available to AMS members prior to publication of the Version of Record, and in limited cases it is also made accessible to everyone one year after the publication date of the Version of Record. The Version of Record is accessible to everyone five years after publication in an issue. This is a pre-publication version of this article, which may differ from the final published version. Copyright restrictions may apply. CONVERGENCE OF GRAPHS WITH INTERMEDIATE DENSITY PÉTER E. FRENKEL Abstract. We propose a notion of graph convergence that interpolates between the Benjamini–Schramm convergence of bounded degree graphs and the dense graph convergence developed by László Lovász and his coauthors. We prove that spectra of graphs, and also some important graph parameters such as numbers of colorings or matchings, behave well in convergent graph sequences. Special attention is given to graph sequences of large essential girth, for which asymptotics of coloring numbers are explicitly calculated. We also treat numbers of matchings in approximately regular graphs.
    [Show full text]
  • CONDITIONAL EXPECTATION Definition 1. Let (Ω,F,P) Be A
    CONDITIONAL EXPECTATION STEVEN P.LALLEY 1. CONDITIONAL EXPECTATION: L2 THEORY ¡ Definition 1. Let (­,F ,P) be a probability space and let G be a σ algebra contained in F . For ¡ any real random variable X L2(­,F ,P), define E(X G ) to be the orthogonal projection of X 2 j onto the closed subspace L2(­,G ,P). This definition may seem a bit strange at first, as it seems not to have any connection with the naive definition of conditional probability that you may have learned in elementary prob- ability. However, there is a compelling rationale for Definition 1: the orthogonal projection E(X G ) minimizes the expected squared difference E(X Y )2 among all random variables Y j ¡ 2 L2(­,G ,P), so in a sense it is the best predictor of X based on the information in G . It may be helpful to consider the special case where the σ algebra G is generated by a single random ¡ variable Y , i.e., G σ(Y ). In this case, every G measurable random variable is a Borel function Æ ¡ of Y (exercise!), so E(X G ) is the unique Borel function h(Y ) (up to sets of probability zero) that j minimizes E(X h(Y ))2. The following exercise indicates that the special case where G σ(Y ) ¡ Æ for some real-valued random variable Y is in fact very general. Exercise 1. Show that if G is countably generated (that is, there is some countable collection of set B G such that G is the smallest σ algebra containing all of the sets B ) then there is a j 2 ¡ j G measurable real random variable Y such that G σ(Y ).
    [Show full text]
  • Geometric Ergodicity of the Random Walk Metropolis with Position-Dependent Proposal Covariance
    mathematics Article Geometric Ergodicity of the Random Walk Metropolis with Position-Dependent Proposal Covariance Samuel Livingstone Department of Statistical Science, University College London, London WC1E 6BT, UK; [email protected] Abstract: We consider a Metropolis–Hastings method with proposal N (x, hG(x)−1), where x is the current state, and study its ergodicity properties. We show that suitable choices of G(x) can change these ergodicity properties compared to the Random Walk Metropolis case N (x, hS), either for better or worse. We find that if the proposal variance is allowed to grow unboundedly in the tails of the distribution then geometric ergodicity can be established when the target distribution for the algorithm has tails that are heavier than exponential, in contrast to the Random Walk Metropolis case, but that the growth rate must be carefully controlled to prevent the rejection rate approaching unity. We also illustrate that a judicious choice of G(x) can result in a geometrically ergodic chain when probability concentrates on an ever narrower ridge in the tails, something that is again not true for the Random Walk Metropolis. Keywords: Monte Carlo; MCMC; Markov chains; computational statistics; bayesian inference 1. Introduction Markov chain Monte Carlo (MCMC) methods are techniques for estimating expecta- Citation: Livingstone, S. Geometric tions with respect to some probability measure p(·), which need not be normalised. This is Ergodicity of the Random Walk done by sampling a Markov chain which has limiting distribution p(·), and computing Metropolis with Position-Dependent empirical averages. A popular form of MCMC is the Metropolis–Hastings algorithm [1,2], Proposal Covariance.
    [Show full text]
  • Convergence of Markov Processes
    Convergence of Markov Processes May 26, 2021 Martin Hairer Mathematics Department, Imperial College London Email: [email protected] Abstract The aim of this minicourse is to provide a number of tools that allow one to de- termine at which speed (if at all) the law of a diffusion process, or indeed a rather general Markov process, approaches its stationary distribution. Of particular in- terest will be cases where this speed is subexponential. After an introduction to the general ergodic theory of Markov processes, the first part of the course is devoted to Lyapunov function techniques. The second part is then devoted to an elementary introduction to Malliavin calculus and to a proof of Hormander’s¨ famous ”sums of squares” regularity theorem. 1 General (ergodic) theory of Markov processes In this note, we are interested in the long-time behaviour of Markov processes, both in discrete and continuous time. Recall that a discrete-time Markov process x on a state space X is described by a transition kernel P, which we define as a measurable map from X into the space of probability measures on X . In all that follows, X will always be assumed to be a Polish space, that is a complete, separable metric space. When viewed as a measurable space, we will always endow it with its natural Borel σ-algebra, that is the smallest σ-algebra containing all open sets. This ensures that X endowed with any probability measure is a Lebesgue space and that basic intuitive results of probability and measure theory (Fubini’s theorem, regular conditional probabilities, etc) are readily available.
    [Show full text]
  • Stat 8112 Lecture Notes Markov Chains Charles J. Geyer April 29, 2012
    Stat 8112 Lecture Notes Markov Chains Charles J. Geyer April 29, 2012 1 Signed Measures and Kernels 1.1 Definitions A signed measure on a measurable space (Ω; A) is a function λ : A! R that is countably additive, that is, 1 ! n [ X λ Ai = λ(Ai); i=1 i=1 whenever the sets Ai are disjoint (Rudin, 1986, Section 6.6). A kernel on a measurable space (Ω; A) is a function K :Ω × A ! R having the following properties (Nummelin, 1984, Section 1.1). (i) For each fixed A 2 A, the function x 7! K(x; A) is Borel measurable. (ii) For each fixed x 2 Ω, the function A 7! K(x; A) is a signed measure. A kernel is nonnegative if all of its values are nonnegative. A kernel is substochastic if it is nonnegative and K(x; Ω) ≤ 1; x 2 Ω: A kernel is stochastic or Markov if it is nonnegative and K(x; Ω) = 1; x 2 Ω: 1.2 Operations Signed measures and kernels have the following operations (Nummelin, 1984, Section 1.1). For any signed measure λ and kernel K, we can \left multiply" K by λ giving another signed measure, denoted µ = λK, defined by Z µ(A) = λ(dx)K(x; A);A 2 A: 1 For any two kernels K1 and K2 we can \multiply" them giving another kernel, denoted K3 = K1K2, defined by Z K3(x; A) = K1(x; dy)K2(y; A);A 2 A: For any kernels K and measurable function f :Ω ! R, we can \right multiply" K by f giving another measurable function, denoted g = Kf, defined by Z g(x) = K(x; dy)f(y);A 2 A; (1) provided the integral exists (we can only write Kf when we know the integral exists).
    [Show full text]
  • Bayesian Time Series Learning with Gaussian Processes
    Bayesian Time Series Learning with Gaussian Processes Roger Frigola-Alcalde Department of Engineering St Edmund’s College University of Cambridge August 2015 This dissertation is submitted for the degree of Doctor of Philosophy SUMMARY The analysis of time series data is important in fields as disparate as the social sciences, biology, engineering or econometrics. In this dissertation, we present a number of algorithms designed to learn Bayesian nonparametric models of time series. The goal of these kinds of models is twofold. First, they aim at making predictions which quantify the uncertainty due to limitations in the quantity and the quality of the data. Second, they are flexible enough to model highly complex data whilst preventing overfitting when the data does not warrant complex models. We begin with a unifying literature review on time series mod- els based on Gaussian processes. Then, we centre our attention on the Gaussian Process State-Space Model (GP-SSM): a Bayesian nonparametric generalisation of discrete-time nonlinear state-space models. We present a novel formulation of the GP-SSM that offers new insights into its properties. We then proceed to exploit those insights by developing new learning algorithms for the GP-SSM based on particle Markov chain Monte Carlo and variational infer- ence. Finally, we present a filtered nonlinear auto-regressive model with a simple, robust and fast learning algorithm that makes it well suited to its application by non-experts on large datasets. Its main advan- tage is that it avoids the computationally expensive (and potentially difficult to tune) smoothing step that is a key part of learning non- linear state-space models.
    [Show full text]
  • Rademacher Complexity for Markov Chains: Applications to Kernel Smoothing and Metropolis-Hasting
    Submitted to Bernoulli Rademacher complexity for Markov chains: Applications to kernel smoothing and Metropolis-Hasting PATRICE BERTAIL∗ and FRANC¸OIS PORTIERy ∗Modal'X, UPL, University of Paris-Nanterre yT´el´ecom ParisTech, University of Paris-Saclay The concept of Rademacher complexity for independent sequences of random variables is extended to Markov chains. The proposed notion of \regenerative block Rademacher complexity" (of a class of functions) follows from renewal theory and allows to control the expected values of suprema (over the class of functions) of empirical processes based on Harris Markov chains as well as the excess probability. For classes of Vapnik-Chervonenkis type, bounds on the \regenerative block Rademacher complexity" are established. These bounds depend essentially on the sample size and the probability tails of the regeneration times. The proposed approach is employed to obtain convergence rates for the kernel density estimator of the stationary measure and to derive concentration inequalities for the Metropolis-Hasting algorithm. MSC 2010 subject classifications: Primary 62M05; secondary 62G07, 60J22. Keywords: Markov chains, Concentration inequalities, Rademacher complexity, Kernel smooth- ing, Metropolis Hasting. 1. Introduction Let (Ω; F; P) be a probability space and suppose that X = (Xi)i2N is a sequence of random variables on (Ω; F; P) valued in (E; E). Let F denote a countable class of real- valued measurable functions defined on E. Let n ≥ 1, define n X Z = sup (f(Xi) − E[f(Xi)]) : f2F i=1 The random variable Z plays a crucial role in machine learning and statistics: it can be used to bound the risk of an algorithm [63, 14] as well as to study M and Z estimators [60]; it serves to describe the (uniform) accuracy of function estimates such as the cumulative distribution function, the quantile function or the cumulative hazard functions [56] or kernel smoothing estimates of the probability density function [21, 24].
    [Show full text]
  • Stability of Controllers for Gaussian Process Dynamics
    Journal of Machine Learning Research 18 (2017) 1-37 Submitted 11/16; Revised 6/17; Published 10/17 Stability of Controllers for Gaussian Process Dynamics Julia Vinogradska1,2 [email protected] Bastian Bischoff1 [email protected] Duy Nguyen-Tuong1 [email protected] Jan Peters2,3 [email protected] 1Corporate Research, Robert Bosch GmbH Robert-Bosch-Campus 1 71272 Renningen 2Intelligent Autonomous Systems Lab, Technische Universit¨atDarmstadt Hochschulstraße 10 64289 Darmstadt 3Max Planck Institute for Intelligent Systems Spemannstraße 10 72076 T¨ubingen Editor: George Konidaris Abstract Learning control has become an appealing alternative to the derivation of control laws based on classic control theory. However, a major shortcoming of learning control is the lack of performance guarantees which prevents its application in many real-world scenarios. As a step towards widespread deployment of learning control, we provide stability analysis tools for controllers acting on dynamics represented by Gaussian processes (GPs). We consider differentiable Markovian control policies and system dynamics given as (i) the mean of a GP, and (ii) the full GP distribution. For both cases, we analyze finite and infinite time horizons. Furthermore, we study the effect of disturbances on the stability results. Empirical evaluations on simulated benchmark problems support our theoretical results. Keywords: Stability, Reinforcement Learning, Control, Gaussian Process 1. Introduction Learning control based on Gaussian process (GP) forward models has become a viable approach in the machine learning and control theory communities. Many successful applica- tions impressively demonstrate the efficiency of this approach (Deisenroth et al., 2015; Pan and Theodorou, 2014; Klenske et al., 2013; Maciejowski and Yang, 2013; Nguyen-Tuong and Peters, 2011; Engel et al., 2006; Kocijan et al., 2004).
    [Show full text]
  • Lecture 10 : Conditional Expectation
    Lecture 10 : Conditional Expectation STAT205 Lecturer: Jim Pitman Scribe: Charless C. Fowlkes <[email protected]> 10.1 Definition of Conditional Expectation Recall the \undergraduate" definition of conditional probability associated with Bayes' Rule P(A; B) P(AjB) ≡ P(B) For a discrete random variable X we have P(A) = P(A; X = x) = P(AjX = x)P(X = x) Xx Xx and the resulting formula for conditional expectation E(Y jX = x) = Y (!)P(dwjX = x) ZΩ Y (!)P(dw) = X=x R P(X = x) E(Y 1 X x ) = ( = ) P(X = x) We would like to extend this to handle more general situations where densities don't exist or we want to condition on very \complicated" sets. Definition 10.1 Given a random variable Y with EjY j < 1 on the space (Ω; F; P) and some sub- σ-field G ⊂ F we will define the conditional expectation as the almost surely unique random variable E(Y jG) which satisfies the following two conditions 1. E(Y jG) is G-measurable 2. E(Y Z) = E(E(Y jG)Z) for all Z which are bounded and G-measurable For G = σ(X) when X is a discrete variable, the space Ω is simply partitioned into disjoint sets Ω = tGn. Our definition for the discrete case gives E(Y jσ(X)) = E(Y jX) E(Y 1 ) = X=xn 1 P X x X=xn Xn ( = n) E(Y 1 ) = Gn 1 P G Gn Xn ( n) which is clearly G-measurable. 10-1 Lecture 10: Conditional Expectation 10-2 Exercise 10.2 Show that the discrete formula satisfies condition 2 of Definition 10.1.
    [Show full text]
  • Couplings, Generalized Couplings and Uniqueness of Invariant Measures
    Couplings, generalized couplings and uniqueness of invariant measures Michael Scheutzow∗ We provide sufficient conditions for uniqueness of an invariant probability measure of a Markov kernel in terms of (generalized) couplings. Our main theorem generalizes previous results which require the state space to be Polish. We provide an example showing that uniqueness can fail if the state space is separable and metric (but not Polish) even though a coupling defined via a continuous and positive definite function exists. 2020 Mathematics Subject Classification Primary 60J05 Secondary 60G10 Keywords. Markov chain; invariant measure; coupling; generalized coupling. 1 Introduction One important question in the theory of Markov processes is that of existence and uniqueness of invariant probability measures (ipms). In this note we will concentrate on uniqueness. A sufficient condition for uniqueness of an ipm is provided by Doob’s theorem based on appropriate equivalence assumptions of the transition probabilities. In fact, such kind of conditions even imply total variation convergence of all or almost all transition probabilities (see [6], [8]). On the other hand, there are a number of cases in which an ipm is known to be unique and for which it is also known that equivalence of transition probabilities fails, for example certain classes of stochastic functional differential equations, see e.g. [5]. In [5, Theorem 1.1, Corollary 2.2] and later in [7, Theorem 1, Corollary 1], the authors provided uniqueness criteria in terms of arXiv:2008.11581v1 [math.PR] 26 Aug 2020 generalized couplings. A basic assumption in both papers is that the state space is Polish (i.e.
    [Show full text]