The Ergodic Theorem and randomness
|
|
|
- Amice Marsh
- 9 years ago
- Views:
Transcription
1 The Ergodic Theorem and randomness Peter Gács Department of Computer Science Boston University March 19, 2008 Peter Gács (Boston University) Ergodic theorem March 19, / 27
2 Introduction Introduction I will present some results of V. V. V yugin that I find interesting. The motivation is that I wanted to present a topic here that is connected with the theory of randomness but at the same time relates to interests of the audience. I assume that ergodic theory falls into the latter category. Peter Gács (Boston University) Ergodic theorem March 19, / 27
3 Introduction The train of thought 1 In the theory of randomness, random sequences are defined as those that do not fall into any constructive null sets (see later). 2 Such sequences can be expected to satisfy the almost every -type laws of probability theory. Why? Since the proofs of those laws generally enclose the violating sequences into a constructive null set. 3 Example: the strong law of large numbers. The proofs also yields a speed of convergence. 4 In the proof of the Ergodic Theorem, no speed of convergence is obtained. V yugin s Theorem 1: sometimes, there is no computable speed of convergence here, even in probability. 5 V yugin s Theorem 2: the proof of the Ergodic Theorem can still be constructivized, showing that all random sequences obey the Ergodic Theorem. Peter Gács (Boston University) Ergodic theorem March 19, / 27
4 Introduction Content The non-effective convergence. Notions of randomness. Constructive content of the Ergodic Theorem. A characterization of randomness via complexity. Peter Gács (Boston University) Ergodic theorem March 19, / 27
5 Introduction I assume that the audience is not expert in the theory of computability, but the extent to which it is used here should be understandable. Let Σ be an alphabet and Σ the set of strings in this alphabet. We will work with an intuitive notion of algorithms. The following is known. Fix some computer (a Turing machine, but is OK to think of an ordinary computer). It defines a function A(i, x) as follows: we start the computer with program i and input x. If it stops with some output y we set A(i, x) = y, else A(i, x) is undefined. We call A(i, x) a universal computable function since it is known that for every function f : Σ Σ computable with the help of any algorithm there is a computer program i such that f(x) = A(i, x) for all x. Peter Gács (Boston University) Ergodic theorem March 19, / 27
6 Introduction Consider a measure µ over the set Σ of sequences in the alphabet Σ. It is determined by the values for all segments x Σ. Definition µ(x) := µ(xσ ) Such a measure µ is called computable if there is a computable function µ(x, ɛ) with rational values such that for all rational ɛ we have µ(x) µ(x, ɛ) < ɛ. Peter Gács (Boston University) Ergodic theorem March 19, / 27
7 Introduction Let X 1, X 2,... be a sequence of random variables and Y a random variable. As usual, we say X n Y in probability if P X n Y > δ 0 for all δ. Definition The convergence above is effective if there is a computable integer-valued function m(δ, ɛ) such that for all rational ɛ, δ > 0 and all n, n > m(δ, ɛ) we have P X n X n > δ < ɛ. It is easy to check that, for example, Chebyshev s inequality provides algorithmically effective convergence in the Law of Large Numbers (where applicable). Peter Gács (Boston University) Ergodic theorem March 19, / 27
8 The non-effectiveness theorem The non-effectiveness theorem Consider a measure over the set of infinite 0-1 sequences giving rise to the stationary sequence of random variables X 1, X 2,..., with S n = n i=1 X i. By the (weak) Ergodic Theorem there is a random variable Y with the property that S n /n Y in probability. Theorem There is a computable measure of the above form such that the above convergence in probability is not effective. We will do a little better, showing that there is not even a computable function m(ɛ) with P S n /n S n /n > 1 4 < ɛ for all n, n m(ɛ). Peter Gács (Boston University) Ergodic theorem March 19, / 27
9 The non-effectiveness theorem We will define the stationary measure µ as the mixture µ = 2 i P i, i=1 with the help of the auxiliary processes P i as follows. Let K(i, ɛ) be a universal computable function (for rational argument ɛ). Let t(i, ɛ) be the number of steps for the algorithm to compute K(i, ɛ) ( if the algorithm does not terminate). We can assume t(i, ɛ) max(k(i, ɛ), 10). Let k(i) = t(i, 2 (i+1) ). Let P i be a simple two-state Markov process with states 0,1, with P i [X 1 = 0] = P i [X 1 = 1] = 1, and with the following transition 2 probabilities: P X s+1 X s = αi = 2 k(i). Peter Gács (Boston University) Ergodic theorem March 19, / 27
10 The non-effectiveness theorem The process is designed to thwart every possible computable convergence bound m(ɛ). Assume m(ɛ) = K(i, ɛ), then α i = 2 k(i) > 0, hence the Markov chain P i satisfies Further, we have P i Si /n 1 2 < P i (0 k(i) ) = P i (1 k(i) ) = 1 2 (1 α i) k(i) 1 > 1 2 (1 (k(i) 1)α i) = 1 2 (1 (k(i) 1)2 k(i) ) > 2 5 since k(i) > 10. Hence for all sufficiently large n we have P i Sk(i) /k(i) S n /n > 1 4 Pi Sk(i) /k(i) {0, 1} > 4 5, µ S k(i) /k(i) S n /n > i P i Sk(i) /k(i) S n /n > 1 4 > 2 (i+1). But k(i) = t(i, 2 (i+1) ) m(2 (i+1) ), so m(2 (i+1) ) fails. Peter Gács (Boston University) Ergodic theorem March 19, / 27
11 The non-effectiveness theorem Open question This example is not ergodic. Is there an ergodic example? This example is a countable Markov chain. Is there an example that is an ergodic Markov chain? (If not, this would mean that every computable ergodic Markov chain has a computable convergence speed in the law of large numbers.) Peter Gács (Boston University) Ergodic theorem March 19, / 27
12 Randomness Randomness Let Ω = Σ be the space of infinite sequences. Definition A cylinder is of the form Γ x = xσ for some x Σ. An open set is the union of cylinders. It is constructively open if it is i Γ x i for a computable sequence x 1, x 2,.... A sequence of sets G 1, G 2,... is uniformly constructively open if there is a recursive function x(i, j) such that G i = j Γ x(i,j). Let be the set of Borel sets generated by these open sets. Then (Ω, ) is a measureable space. Let µ be a computable probability measure on (Ω, ), then we have a measure space (Ω,, µ). Peter Gács (Boston University) Ergodic theorem March 19, / 27
13 Randomness If N is a set of measure 0 then for all ɛ > 0, it can be covered by an open set G ɛ with µ(g ɛ ) < ɛ. Definition The set N is a constructive nullset if for rational ɛ the above sets G ɛ can be chosen to be a sequence of uniformly constructively open sets. There is only a countable number of constructive nullsets. Definition An element ω is random if it is not in any constructive set of measure 0. Peter Gács (Boston University) Ergodic theorem March 19, / 27
14 Randomness Let us introduce a useful equivalent definition. Definition A function f : Σ is lower semicomputable if the set { ω : f(ω) > r } is a constructive open set, uniformly in the rational number r. A function t : Ω + is a payoff test with respect to measure µ if 1 It is lower semicomputable. 2 We have t(ω)dµ 1. Proposition An element ω is random if and only if for every payoff test t we have t(ω) <. Peter Gács (Boston University) Ergodic theorem March 19, / 27
15 Randomness We can imagine the function t(ω) as the payoff function of a fair bet against ω. We pay 1 dollar for the game, and ω pays us t(ω). The bet is fair since the expected bet is t(ω)dµ 1. The bet is lower semicomputable, allowing to increase our win as we discover new and new regularities in ω. The element is random if we cannot win an infinite amount against it. Peter Gács (Boston University) Ergodic theorem March 19, / 27
16 The ergodic theorem The ergodic theorem Definition A function f : Σ Σ is a computable transformation if there is a program i for our machine that, reading sequentially the symbols of any input sequence s 1 s 2..., computes and outputs gradually more-and-more symbols of an output sequence t 1 t 2 = f(s 1 s 2... ). Note that a computable transformation is always continuous in the topology of Σ. Peter Gács (Boston University) Ergodic theorem March 19, / 27
17 The ergodic theorem Let T be computable measure-preserving transformation over (Ω,, µ) with Ω = Σ, and let f(ω) be an integrable function with S n (ω) = n 1 i=0 f(ti ω). Theorem (Constructive Ergodic Theorem) For all random ω we have for a certain integrable f. S n (ω)/n f(ω) For the proof, we define a payoff test for the set of points ω for which S n (ω)/n does not converge. Note that in this case there are rational α, β with lim inf n S n (ω)/n < α < β < lim sup S n (ω)/n. n Peter Gács (Boston University) Ergodic theorem March 19, / 27
18 The ergodic theorem So there are infinitely many u, v with S u (ω) uα < 0 < S v (ω) vβ. Let u ω v v ω u S u (ω) uα < S v (ω) vβ, ( 1) ω v 0 < S v (ω) vβ. A sequence s = (u 1, v 1,..., u N, v N ) is n-admissible if 1 u 1 < v 1 u 2 < v 2... u N < v N n. We denote s = N. Let σ n (ω, α, β) = max{ N : u 1 ω v1 ω u2 ω v2 ω ω vn } where (u 1, v 1,..., u N, v N ) is running over all n-admissible sequences. Peter Gács (Boston University) Ergodic theorem March 19, / 27
19 The ergodic theorem It is easy to check that σ n (ω, α, β) is lower semicomputable, and so is σ(ω, α, β) = sup σ n (ω, α, β). n The tough part of the proof is to show σ(ω, α, β)dµ < C(α, β) for a constant C(α, β). Then we can construct a payoff test t(ω) combined from all the σ(ω, α, β) (with constant weights). If S n (ω)/n does not converge then σ(ω, α, β) = for an appropriate α, β, so t(ω) =. Summarizing: we do not get a speed of convergence, but we get an effective probabilistic bound on the maximum number of oscillations through any interval [α, β]. Peter Gács (Boston University) Ergodic theorem March 19, / 27
20 The ergodic theorem To estimate σ n (ω, α, β) we introduce a quantity: Definition The oscillation cost of an admissible sequence d = (s 1, t 1,..., s N, t N ) is N S(d, ω) = (Svi v i β) (S ui u i α). j=1 The following lemma brings us close: Lemma (Cost shift) For every n-admissible sequence q there is an n-admissible sequence r with S(q, ω) S(r, Tω) + f(ω) α + (β α)σ n (ω, α, β). Peter Gács (Boston University) Ergodic theorem March 19, / 27
21 The ergodic theorem Let us apply this lemma. With λ n (ω) = sup{ S(d, ω) : d is n-admissible }, we get: (β α) λ n (ω) λ n (Tω) + f(ω) α + (β α)σ n (ω, α, β), (β α)σ n (ω, α, β) λ n (Tω) λ n (Tω) + f(ω) α +, σ n (ω, α, β)dµ f(ω) α + dµ, σ(ω, α, β)dµ (β α) 1 f(ω) α + dµ, and we will be done. Peter Gács (Boston University) Ergodic theorem March 19, / 27
22 The ergodic theorem To prove the cost shift lemma, the following lemma is used: Lemma (Combinatorial) For a given ω and any n-admissible sequence q there is an n-admissible sequence d with S(d, ω) S(q, ω) and d = σ n (ω, α, β). Its proof would take some work. Also, define the shift for an admissible sequence d = (s 1, t 1,..., s m, t m ): (s 1 1, t 1 1,..., s m 1, t m 1) if s 1 0, d = ( 1, t 1 1,..., s m 1, t m 1) if s 1 = 1, t 1 > 0, (s 2 1, t 2 1,..., s m 1, t m 1) otherwise. The following can be verified directly: S(d, ω) S(d, Tω) + f(ω) α + (β α)m. Peter Gács (Boston University) Ergodic theorem March 19, / 27
23 The ergodic theorem Using the combinatorial lemma, for all n-admissible q there is an n-admissible d with with S(d, ω) S(q, ω) and d = σ n (ω, α, β). Applying it: S(q, ω) S(d, ω) S(d, Tω) + f(ω) α + (β α)σ n (ω, α, β), which proves the cost shift lemma. Peter Gács (Boston University) Ergodic theorem March 19, / 27
24 The ergodic theorem History Birkhoff Bishop V yugin. (With some credit to Lambalgen.) Peter Gács (Boston University) Ergodic theorem March 19, / 27
25 Randomness and complexity Randomness and complexity It turns out that there is one payoff test function encompassing all: Proposition (Universal test) Let us be given a computable measure over (Ω, ) where Ω = Σ. Then there is a universal payoff test u(ω) for µ in the sense that for every other payoff test t(ω) there is a c t such that for all ω we have c t u(ω) t(ω). From now on, we fix a universal payoff test u(ω). In order to understand what it measures, we define the notion of description complexity. Peter Gács (Boston University) Ergodic theorem March 19, / 27
26 Randomness and complexity Definition A (partial) computable function A : {0, 1} Σ is called an interpreter if its domain of definition is prefix-free: if A(p) and A(q) are both defined then p is not the prefix of q. If A( ) is an interpreter then we define the description complexity: K A (x) = min{ p : A(p) = x }. A theorem similar to the existence of a universal test is the existence of an optimal interpreter: Proposition (Invariance) There is an optimal interpreter U in the sense that for every other interpreter A there is a constant c A such that for all x we have K U (x) K A (x) + c A. From now on we fix a universal interpreter U and write K(x) = K U (x). Peter Gács (Boston University) Ergodic theorem March 19, / 27
27 Randomness and complexity The following theorem characterizes a universal payoff test in terms of complexity: Proposition (Test characterization) Let µ be a computable measure over the measureable space (Ω, ) with Ω = Σ. Let ω n denote the prefix of length n of the infinite sequence ω. Then we have log u(ω) = sup( log µ(ω n ) K(ω n )) + O(1). n Thus, ω is random if and only if the complexity of each of its prefixes x is never much smaller than log µ(x). In a sense, such a nice characterization justifies the appropriateness of both the randomness notion and the complexity notion. Peter Gács (Boston University) Ergodic theorem March 19, / 27
MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES
MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES Contents 1. Random variables and measurable functions 2. Cumulative distribution functions 3. Discrete
RANDOM INTERVAL HOMEOMORPHISMS. MICHA L MISIUREWICZ Indiana University Purdue University Indianapolis
RANDOM INTERVAL HOMEOMORPHISMS MICHA L MISIUREWICZ Indiana University Purdue University Indianapolis This is a joint work with Lluís Alsedà Motivation: A talk by Yulij Ilyashenko. Two interval maps, applied
The sample space for a pair of die rolls is the set. The sample space for a random number between 0 and 1 is the interval [0, 1].
Probability Theory Probability Spaces and Events Consider a random experiment with several possible outcomes. For example, we might roll a pair of dice, flip a coin three times, or choose a random real
Notes on metric spaces
Notes on metric spaces 1 Introduction The purpose of these notes is to quickly review some of the basic concepts from Real Analysis, Metric Spaces and some related results that will be used in this course.
Lecture 2: Universality
CS 710: Complexity Theory 1/21/2010 Lecture 2: Universality Instructor: Dieter van Melkebeek Scribe: Tyson Williams In this lecture, we introduce the notion of a universal machine, develop efficient universal
x a x 2 (1 + x 2 ) n.
Limits and continuity Suppose that we have a function f : R R. Let a R. We say that f(x) tends to the limit l as x tends to a; lim f(x) = l ; x a if, given any real number ɛ > 0, there exists a real number
CS154. Turing Machines. Turing Machine. Turing Machines versus DFAs FINITE STATE CONTROL AI N P U T INFINITE TAPE. read write move.
CS54 Turing Machines Turing Machine q 0 AI N P U T IN TAPE read write move read write move Language = {0} q This Turing machine recognizes the language {0} Turing Machines versus DFAs TM can both write
Gambling Systems and Multiplication-Invariant Measures
Gambling Systems and Multiplication-Invariant Measures by Jeffrey S. Rosenthal* and Peter O. Schwartz** (May 28, 997.. Introduction. This short paper describes a surprising connection between two previously
Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics
Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights
Separation Properties for Locally Convex Cones
Journal of Convex Analysis Volume 9 (2002), No. 1, 301 307 Separation Properties for Locally Convex Cones Walter Roth Department of Mathematics, Universiti Brunei Darussalam, Gadong BE1410, Brunei Darussalam
Online Appendix to Stochastic Imitative Game Dynamics with Committed Agents
Online Appendix to Stochastic Imitative Game Dynamics with Committed Agents William H. Sandholm January 6, 22 O.. Imitative protocols, mean dynamics, and equilibrium selection In this section, we consider
Polarization codes and the rate of polarization
Polarization codes and the rate of polarization Erdal Arıkan, Emre Telatar Bilkent U., EPFL Sept 10, 2008 Channel Polarization Given a binary input DMC W, i.i.d. uniformly distributed inputs (X 1,...,
Maximum Likelihood Estimation
Math 541: Statistical Theory II Lecturer: Songfeng Zheng Maximum Likelihood Estimation 1 Maximum Likelihood Estimation Maximum likelihood is a relatively simple method of constructing an estimator for
Probability Theory. Florian Herzog. A random variable is neither random nor variable. Gian-Carlo Rota, M.I.T..
Probability Theory A random variable is neither random nor variable. Gian-Carlo Rota, M.I.T.. Florian Herzog 2013 Probability space Probability space A probability space W is a unique triple W = {Ω, F,
1. Prove that the empty set is a subset of every set.
1. Prove that the empty set is a subset of every set. Basic Topology Written by Men-Gen Tsai email: [email protected] Proof: For any element x of the empty set, x is also an element of every set since
Computability Theory
CSC 438F/2404F Notes (S. Cook and T. Pitassi) Fall, 2014 Computability Theory This section is partly inspired by the material in A Course in Mathematical Logic by Bell and Machover, Chap 6, sections 1-10.
INDISTINGUISHABILITY OF ABSOLUTELY CONTINUOUS AND SINGULAR DISTRIBUTIONS
INDISTINGUISHABILITY OF ABSOLUTELY CONTINUOUS AND SINGULAR DISTRIBUTIONS STEVEN P. LALLEY AND ANDREW NOBEL Abstract. It is shown that there are no consistent decision rules for the hypothesis testing problem
CHAPTER 6. Shannon entropy
CHAPTER 6 Shannon entropy This chapter is a digression in information theory. This is a fascinating subject, which arose once the notion of information got precise and quantifyable. From a physical point
0 <β 1 let u(x) u(y) kuk u := sup u(x) and [u] β := sup
456 BRUCE K. DRIVER 24. Hölder Spaces Notation 24.1. Let Ω be an open subset of R d,bc(ω) and BC( Ω) be the bounded continuous functions on Ω and Ω respectively. By identifying f BC( Ω) with f Ω BC(Ω),
MEASURE AND INTEGRATION. Dietmar A. Salamon ETH Zürich
MEASURE AND INTEGRATION Dietmar A. Salamon ETH Zürich 12 May 2016 ii Preface This book is based on notes for the lecture course Measure and Integration held at ETH Zürich in the spring semester 2014. Prerequisites
Random access protocols for channel access. Markov chains and their stability. Laurent Massoulié.
Random access protocols for channel access Markov chains and their stability [email protected] Aloha: the first random access protocol for channel access [Abramson, Hawaii 70] Goal: allow machines
Pacific Journal of Mathematics
Pacific Journal of Mathematics GLOBAL EXISTENCE AND DECREASING PROPERTY OF BOUNDARY VALUES OF SOLUTIONS TO PARABOLIC EQUATIONS WITH NONLOCAL BOUNDARY CONDITIONS Sangwon Seo Volume 193 No. 1 March 2000
Lecture Notes on Elasticity of Substitution
Lecture Notes on Elasticity of Substitution Ted Bergstrom, UCSB Economics 210A March 3, 2011 Today s featured guest is the elasticity of substitution. Elasticity of a function of a single variable Before
4 Lyapunov Stability Theory
4 Lyapunov Stability Theory In this section we review the tools of Lyapunov stability theory. These tools will be used in the next section to analyze the stability properties of a robot controller. We
HOMEWORK 5 SOLUTIONS. n!f n (1) lim. ln x n! + xn x. 1 = G n 1 (x). (2) k + 1 n. (n 1)!
Math 7 Fall 205 HOMEWORK 5 SOLUTIONS Problem. 2008 B2 Let F 0 x = ln x. For n 0 and x > 0, let F n+ x = 0 F ntdt. Evaluate n!f n lim n ln n. By directly computing F n x for small n s, we obtain the following
ALMOST COMMON PRIORS 1. INTRODUCTION
ALMOST COMMON PRIORS ZIV HELLMAN ABSTRACT. What happens when priors are not common? We introduce a measure for how far a type space is from having a common prior, which we term prior distance. If a type
Deterministic Finite Automata
1 Deterministic Finite Automata Definition: A deterministic finite automaton (DFA) consists of 1. a finite set of states (often denoted Q) 2. a finite set Σ of symbols (alphabet) 3. a transition function
Metric Spaces. Chapter 7. 7.1. Metrics
Chapter 7 Metric Spaces A metric space is a set X that has a notion of the distance d(x, y) between every pair of points x, y X. The purpose of this chapter is to introduce metric spaces and give some
and s n (x) f(x) for all x and s.t. s n is measurable if f is. REAL ANALYSIS Measures. A (positive) measure on a measurable space
RAL ANALYSIS A survey of MA 641-643, UAB 1999-2000 M. Griesemer Throughout these notes m denotes Lebesgue measure. 1. Abstract Integration σ-algebras. A σ-algebra in X is a non-empty collection of subsets
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
CHAPTER IV - BROWNIAN MOTION
CHAPTER IV - BROWNIAN MOTION JOSEPH G. CONLON 1. Construction of Brownian Motion There are two ways in which the idea of a Markov chain on a discrete state space can be generalized: (1) The discrete time
Lecture 4: BK inequality 27th August and 6th September, 2007
CSL866: Percolation and Random Graphs IIT Delhi Amitabha Bagchi Scribe: Arindam Pal Lecture 4: BK inequality 27th August and 6th September, 2007 4. Preliminaries The FKG inequality allows us to lower bound
Estimating the Degree of Activity of jumps in High Frequency Financial Data. joint with Yacine Aït-Sahalia
Estimating the Degree of Activity of jumps in High Frequency Financial Data joint with Yacine Aït-Sahalia Aim and setting An underlying process X = (X t ) t 0, observed at equally spaced discrete times
Techniques algébriques en calcul quantique
Techniques algébriques en calcul quantique E. Jeandel Laboratoire de l Informatique du Parallélisme LIP, ENS Lyon, CNRS, INRIA, UCB Lyon 8 Avril 25 E. Jeandel, LIP, ENS Lyon Techniques algébriques en calcul
(IALC, Chapters 8 and 9) Introduction to Turing s life, Turing machines, universal machines, unsolvable problems.
3130CIT: Theory of Computation Turing machines and undecidability (IALC, Chapters 8 and 9) Introduction to Turing s life, Turing machines, universal machines, unsolvable problems. An undecidable problem
SOLUTIONS TO EXERCISES FOR. MATHEMATICS 205A Part 3. Spaces with special properties
SOLUTIONS TO EXERCISES FOR MATHEMATICS 205A Part 3 Fall 2008 III. Spaces with special properties III.1 : Compact spaces I Problems from Munkres, 26, pp. 170 172 3. Show that a finite union of compact subspaces
Gambling and Data Compression
Gambling and Data Compression Gambling. Horse Race Definition The wealth relative S(X) = b(x)o(x) is the factor by which the gambler s wealth grows if horse X wins the race, where b(x) is the fraction
Lecture Notes on Measure Theory and Functional Analysis
Lecture Notes on Measure Theory and Functional Analysis P. Cannarsa & T. D Aprile Dipartimento di Matematica Università di Roma Tor Vergata [email protected] [email protected] aa 2006/07 Contents
Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh
Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh Peter Richtárik Week 3 Randomized Coordinate Descent With Arbitrary Sampling January 27, 2016 1 / 30 The Problem
Binomial lattice model for stock prices
Copyright c 2007 by Karl Sigman Binomial lattice model for stock prices Here we model the price of a stock in discrete time by a Markov chain of the recursive form S n+ S n Y n+, n 0, where the {Y i }
BANACH AND HILBERT SPACE REVIEW
BANACH AND HILBET SPACE EVIEW CHISTOPHE HEIL These notes will briefly review some basic concepts related to the theory of Banach and Hilbert spaces. We are not trying to give a complete development, but
1 if 1 x 0 1 if 0 x 1
Chapter 3 Continuity In this chapter we begin by defining the fundamental notion of continuity for real valued functions of a single real variable. When trying to decide whether a given function is or
arxiv:1112.0829v1 [math.pr] 5 Dec 2011
How Not to Win a Million Dollars: A Counterexample to a Conjecture of L. Breiman Thomas P. Hayes arxiv:1112.0829v1 [math.pr] 5 Dec 2011 Abstract Consider a gambling game in which we are allowed to repeatedly
On strong fairness in UNITY
On strong fairness in UNITY H.P.Gumm, D.Zhukov Fachbereich Mathematik und Informatik Philipps Universität Marburg {gumm,shukov}@mathematik.uni-marburg.de Abstract. In [6] Tsay and Bagrodia present a correct
An example of a computable
An example of a computable absolutely normal number Verónica Becher Santiago Figueira Abstract The first example of an absolutely normal number was given by Sierpinski in 96, twenty years before the concept
n k=1 k=0 1/k! = e. Example 6.4. The series 1/k 2 converges in R. Indeed, if s n = n then k=1 1/k, then s 2n s n = 1 n + 1 +...
6 Series We call a normed space (X, ) a Banach space provided that every Cauchy sequence (x n ) in X converges. For example, R with the norm = is an example of Banach space. Now let (x n ) be a sequence
6.2 Permutations continued
6.2 Permutations continued Theorem A permutation on a finite set A is either a cycle or can be expressed as a product (composition of disjoint cycles. Proof is by (strong induction on the number, r, of
Regular Expressions with Nested Levels of Back Referencing Form a Hierarchy
Regular Expressions with Nested Levels of Back Referencing Form a Hierarchy Kim S. Larsen Odense University Abstract For many years, regular expressions with back referencing have been used in a variety
Continuity of the Perron Root
Linear and Multilinear Algebra http://dx.doi.org/10.1080/03081087.2014.934233 ArXiv: 1407.7564 (http://arxiv.org/abs/1407.7564) Continuity of the Perron Root Carl D. Meyer Department of Mathematics, North
Omega Automata: Minimization and Learning 1
Omega Automata: Minimization and Learning 1 Oded Maler CNRS - VERIMAG Grenoble, France 2007 1 Joint work with A. Pnueli, late 80s Summary Machine learning in general and of formal languages in particular
No: 10 04. Bilkent University. Monotonic Extension. Farhad Husseinov. Discussion Papers. Department of Economics
No: 10 04 Bilkent University Monotonic Extension Farhad Husseinov Discussion Papers Department of Economics The Discussion Papers of the Department of Economics are intended to make the initial results
An Introduction to Competitive Analysis for Online Optimization. Maurice Queyranne University of British Columbia, and IMA Visitor (Fall 2002)
An Introduction to Competitive Analysis for Online Optimization Maurice Queyranne University of British Columbia, and IMA Visitor (Fall 2002) IMA, December 11, 2002 Overview 1 Online Optimization sequences
Date: April 12, 2001. Contents
2 Lagrange Multipliers Date: April 12, 2001 Contents 2.1. Introduction to Lagrange Multipliers......... p. 2 2.2. Enhanced Fritz John Optimality Conditions...... p. 12 2.3. Informative Lagrange Multipliers...........
On the Unique Games Conjecture
On the Unique Games Conjecture Antonios Angelakis National Technical University of Athens June 16, 2015 Antonios Angelakis (NTUA) Theory of Computation June 16, 2015 1 / 20 Overview 1 Introduction 2 Preliminary
CS 3719 (Theory of Computation and Algorithms) Lecture 4
CS 3719 (Theory of Computation and Algorithms) Lecture 4 Antonina Kolokolova January 18, 2012 1 Undecidable languages 1.1 Church-Turing thesis Let s recap how it all started. In 1990, Hilbert stated a
Stochastic Inventory Control
Chapter 3 Stochastic Inventory Control 1 In this chapter, we consider in much greater details certain dynamic inventory control problems of the type already encountered in section 1.3. In addition to the
This asserts two sets are equal iff they have the same elements, that is, a set is determined by its elements.
3. Axioms of Set theory Before presenting the axioms of set theory, we first make a few basic comments about the relevant first order logic. We will give a somewhat more detailed discussion later, but
6.207/14.15: Networks Lecture 15: Repeated Games and Cooperation
6.207/14.15: Networks Lecture 15: Repeated Games and Cooperation Daron Acemoglu and Asu Ozdaglar MIT November 2, 2009 1 Introduction Outline The problem of cooperation Finitely-repeated prisoner s dilemma
The Heat Equation. Lectures INF2320 p. 1/88
The Heat Equation Lectures INF232 p. 1/88 Lectures INF232 p. 2/88 The Heat Equation We study the heat equation: u t = u xx for x (,1), t >, (1) u(,t) = u(1,t) = for t >, (2) u(x,) = f(x) for x (,1), (3)
Continued Fractions and the Euclidean Algorithm
Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction
ON INITIAL SEGMENT COMPLEXITY AND DEGREES OF RANDOMNESS
ON INITIAL SEGMENT COMPLEXITY AND DEGREES OF RANDOMNESS JOSEPH S. MILLER AND LIANG YU Abstract. One approach to understanding the fine structure of initial segment complexity was introduced by Downey,
4.6 The Primitive Recursive Functions
4.6. THE PRIMITIVE RECURSIVE FUNCTIONS 309 4.6 The Primitive Recursive Functions The class of primitive recursive functions is defined in terms of base functions and closure operations. Definition 4.6.1
Chapter 4 Lecture Notes
Chapter 4 Lecture Notes Random Variables October 27, 2015 1 Section 4.1 Random Variables A random variable is typically a real-valued function defined on the sample space of some experiment. For instance,
Decision & Risk Analysis Lecture 6. Risk and Utility
Risk and Utility Risk - Introduction Payoff Game 1 $14.50 0.5 0.5 $30 - $1 EMV 30*0.5+(-1)*0.5= 14.5 Game 2 Which game will you play? Which game is risky? $50.00 Figure 13.1 0.5 0.5 $2,000 - $1,900 EMV
GenOpt (R) Generic Optimization Program User Manual Version 3.0.0β1
(R) User Manual Environmental Energy Technologies Division Berkeley, CA 94720 http://simulationresearch.lbl.gov Michael Wetter [email protected] February 20, 2009 Notice: This work was supported by the U.S.
Notes on Complexity Theory Last updated: August, 2011. Lecture 1
Notes on Complexity Theory Last updated: August, 2011 Jonathan Katz Lecture 1 1 Turing Machines I assume that most students have encountered Turing machines before. (Students who have not may want to look
Bayesian logistic betting strategy against probability forecasting. Akimichi Takemura, Univ. Tokyo. November 12, 2012
Bayesian logistic betting strategy against probability forecasting Akimichi Takemura, Univ. Tokyo (joint with Masayuki Kumon, Jing Li and Kei Takeuchi) November 12, 2012 arxiv:1204.3496. To appear in Stochastic
Numerical methods for American options
Lecture 9 Numerical methods for American options Lecture Notes by Andrzej Palczewski Computational Finance p. 1 American options The holder of an American option has the right to exercise it at any moment
1 The Line vs Point Test
6.875 PCP and Hardness of Approximation MIT, Fall 2010 Lecture 5: Low Degree Testing Lecturer: Dana Moshkovitz Scribe: Gregory Minton and Dana Moshkovitz Having seen a probabilistic verifier for linearity
Theory of Computation Chapter 2: Turing Machines
Theory of Computation Chapter 2: Turing Machines Guan-Shieng Huang Feb. 24, 2003 Feb. 19, 2006 0-0 Turing Machine δ K 0111000a 01bb 1 Definition of TMs A Turing Machine is a quadruple M = (K, Σ, δ, s),
Basics of Statistical Machine Learning
CS761 Spring 2013 Advanced Machine Learning Basics of Statistical Machine Learning Lecturer: Xiaojin Zhu [email protected] Modern machine learning is rooted in statistics. You will find many familiar
Near Optimal Solutions
Near Optimal Solutions Many important optimization problems are lacking efficient solutions. NP-Complete problems unlikely to have polynomial time solutions. Good heuristics important for such problems.
t := maxγ ν subject to ν {0,1,2,...} and f(x c +γ ν d) f(x c )+cγ ν f (x c ;d).
1. Line Search Methods Let f : R n R be given and suppose that x c is our current best estimate of a solution to P min x R nf(x). A standard method for improving the estimate x c is to choose a direction
(Basic definitions and properties; Separation theorems; Characterizations) 1.1 Definition, examples, inner description, algebraic properties
Lecture 1 Convex Sets (Basic definitions and properties; Separation theorems; Characterizations) 1.1 Definition, examples, inner description, algebraic properties 1.1.1 A convex set In the school geometry
Notes on Continuous Random Variables
Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes
CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is.
Some Continuous Probability Distributions CHAPTER 6: Continuous Uniform Distribution: 6. Definition: The density function of the continuous random variable X on the interval [A, B] is B A A x B f(x; A,
The Steepest Descent Algorithm for Unconstrained Optimization and a Bisection Line-search Method
The Steepest Descent Algorithm for Unconstrained Optimization and a Bisection Line-search Method Robert M. Freund February, 004 004 Massachusetts Institute of Technology. 1 1 The Algorithm The problem
CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e.
CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e. This chapter contains the beginnings of the most important, and probably the most subtle, notion in mathematical analysis, i.e.,
Introduction to Scheduling Theory
Introduction to Scheduling Theory Arnaud Legrand Laboratoire Informatique et Distribution IMAG CNRS, France [email protected] November 8, 2004 1/ 26 Outline 1 Task graphs from outer space 2 Scheduling
Metric Spaces Joseph Muscat 2003 (Last revised May 2009)
1 Distance J Muscat 1 Metric Spaces Joseph Muscat 2003 (Last revised May 2009) (A revised and expanded version of these notes are now published by Springer.) 1 Distance A metric space can be thought of
Walrasian Demand. u(x) where B(p, w) = {x R n + : p x w}.
Walrasian Demand Econ 2100 Fall 2015 Lecture 5, September 16 Outline 1 Walrasian Demand 2 Properties of Walrasian Demand 3 An Optimization Recipe 4 First and Second Order Conditions Definition Walrasian
α α λ α = = λ λ α ψ = = α α α λ λ ψ α = + β = > θ θ β > β β θ θ θ β θ β γ θ β = γ θ > β > γ θ β γ = θ β = θ β = θ β = β θ = β β θ = = = β β θ = + α α α α α = = λ λ λ λ λ λ λ = λ λ α α α α λ ψ + α =
Local periods and binary partial words: An algorithm
Local periods and binary partial words: An algorithm F. Blanchet-Sadri and Ajay Chriscoe Department of Mathematical Sciences University of North Carolina P.O. Box 26170 Greensboro, NC 27402 6170, USA E-mail:
1 Definition of a Turing machine
Introduction to Algorithms Notes on Turing Machines CS 4820, Spring 2012 April 2-16, 2012 1 Definition of a Turing machine Turing machines are an abstract model of computation. They provide a precise,
9 More on differentiation
Tel Aviv University, 2013 Measure and category 75 9 More on differentiation 9a Finite Taylor expansion............... 75 9b Continuous and nowhere differentiable..... 78 9c Differentiable and nowhere monotone......
NONLOCAL PROBLEMS WITH NEUMANN BOUNDARY CONDITIONS
NONLOCAL PROBLEMS WITH NEUMANN BOUNDARY CONDITIONS SERENA DIPIERRO, XAVIER ROS-OTON, AND ENRICO VALDINOCI Abstract. We introduce a new Neumann problem for the fractional Laplacian arising from a simple
Stationary random graphs on Z with prescribed iid degrees and finite mean connections
Stationary random graphs on Z with prescribed iid degrees and finite mean connections Maria Deijfen Johan Jonasson February 2006 Abstract Let F be a probability distribution with support on the non-negative
1 Calculus of Several Variables
1 Calculus of Several Variables Reading: [Simon], Chapter 14, p. 300-31. 1.1 Partial Derivatives Let f : R n R. Then for each x i at each point x 0 = (x 0 1,..., x 0 n) the ith partial derivative is defined
1 The EOQ and Extensions
IEOR4000: Production Management Lecture 2 Professor Guillermo Gallego September 9, 2004 Lecture Plan 1. The EOQ and Extensions 2. Multi-Item EOQ Model 1 The EOQ and Extensions This section is devoted to
MTH6120 Further Topics in Mathematical Finance Lesson 2
MTH6120 Further Topics in Mathematical Finance Lesson 2 Contents 1.2.3 Non-constant interest rates....................... 15 1.3 Arbitrage and Black-Scholes Theory....................... 16 1.3.1 Informal
Lecture 13: Martingales
Lecture 13: Martingales 1. Definition of a Martingale 1.1 Filtrations 1.2 Definition of a martingale and its basic properties 1.3 Sums of independent random variables and related models 1.4 Products of
TOPIC 4: DERIVATIVES
TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the
