Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu

Size: px
Start display at page:

Download "Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu"

Transcription

1 and Markov Models Huizhen Yu Det. Comuter Science, Univ. of Helsinki Some Proerties of Probabilistic Models, Sring, 200 Huizhen Yu (U.H.) and Markov Models Jan. 2 / 32 Huizhen Yu (U.H.) and Markov Models Jan. 2 2 / 32 Some Proerties of Some facts: Named after the Russian mathematician A. A. Markov The earliest and simlest model for deendent variables Has many fascinating asects and a wide range of alications Markov chains are often used in studying temoral and sequence data, for modeling short-range deendences (e.g., in biological sequence analysis), as well as for analyzing long-term behavior of systems (e.g., in queueing systems). Markov chains are also the basis of samling-based comutation methods called Markov Chain Monte Carlo. We introduce Markov chains and study a small art of its roerties, most of which relate to modeling short-range deendences. Huizhen Yu (U.H.) and Markov Models Jan. 2 3 / 32 Huizhen Yu (U.H.) and Markov Models Jan. 2 4 / 32

2 Are DNA sequences urely random? A Motivating Examle A sequence segment of bases A, C, G, T from the human reroglucagon gene: GTATTAAATCCGTAGTCTGAACTAACTA Words such as CTGAC are susected to serve some biological function if they seem to occur often in a segment of the sequence. So it is of interest to measure the ofteness of the occurrences of a word. A oular way is to model the sequence at the background. Observed frequencies/roortions of airs of consecutive bases from a sequence of 57 bases: st base 2nd base A C G T A C G T overall Some Proerties of Huizhen Yu (U.H.) and Markov Models Jan. 2 5 / 32 Huizhen Yu (U.H.) and Markov Models Jan. 2 6 / 32 Recall of Indeendence Recall: for discrete random variables, Y, Z with joint distribution P, by definition, Y, Z are mutually indeendent if P( = x, Y = y, Z = z) = P( = x)p(y = y)p(z = z), x, y, z;, Y are conditionally indeendent given Z, i.e., Y Z, if P( = x Y = y, Z = z) = P( = x Z = z), x, y, z. (Our convention: the equalities hold for all x, y, z such that the quantities involved are well-defined under P.) Let, 2,... be an indexed sequence of discrete random variables with joint robability distribution P. If, 2,... are mutually indeendent, then by definition, for all n, P(, 2,..., n) = P( )P( 2) P( n), P( n+,..., n) = P( n+). Definition of a Markov Chain The sequence { n} is called a (discrete-time) Markov chain if it satisfies the Markov roerty: for all n and (x,..., x n), P( n+ = x n+ = x,..., n = x n) = P( n+ = x n+ n = x n), () i.e., n+, 2,..., n n. Recall: the joint PMF of, 2,... n can be exressed as (x, x 2,... x n) = (x )(x 2 x )(x 3 x, x 2) (x n x, x 2,... x n ). The Markov roerty (x i x,..., x i ) = (x i x i ), i then imlies that (x, x 2,..., x n) factorizes as (x, x 2,..., x n) = (x )(x 2 x ) (x n x n ), n. (2) In turn, this is equivalent to that for all m > n, (x n+, x n+2,..., x m x, x 2,..., x n) = (x n+, x n+2,..., x m x n). Informally, the future is indeendent of the ast given the resent. Huizhen Yu (U.H.) and Markov Models Jan. 2 7 / 32 Huizhen Yu (U.H.) and Markov Models Jan. 2 8 / 32

3 Terminologies n: the state of the chain at time n S = {ossible x n, n}: the state sace (we assume S is finite) P( n+ = j n = i), i, j S: the transition robabilities The chain iaid to be homogeneous, if for all n and i, j S, P( n+ = j n = i) = indeendently of n; and inhomogeneous, otherwise. For a homogeneous chain, the S S matrix m m where m = S,.. 5 m m2 mm is called the transition robability matrix of the Markov chain, ( or transition matrix for short). Grahical Model of a Markov Chain The joint PMF of, 2,... n factorizes as (x, x 2,..., x n) = (x )(x 2 x ) (x n x n ). A ictorial reresentation of this factorization form: A directed grah G = (V, E) Vertex set: V = {,..., n} Edge set: E = {(i, i), i < n} i is associated with i, i V 2 3 This is a grahical model for Markov chains with length n. n- Each vertex i with its incoming edge reresents a term in the factorized exression of the PMF, (x i x i ). n Huizhen Yu (U.H.) and Markov Models Jan. 2 9 / 32 Huizhen Yu (U.H.) and Markov Models Jan. 2 0 / 32 Parameters of a Markov Chain: Transition Probabilities Transition robabilities determine entirely the behavior of the chain: (x, x 2,... x n) = (x )(x 2 x ) (x n x n ) n Y = (x ) j= xj x j+ (for a homoneneous chain) For a homogeneous chain, P is determined by {, i, j S} and the initial distribution of. (Thus the number of free arameters is S 2.) Transition robability grah: another ictorial reresentation of a homogeneous Markov chain; it shows the structure of the chain in the state sace: 3 s 3 2 s s2 2 4 s Nodes reresent ossible states and arcs ossible transitions. (Not to be confused with the grahical model.) Using this grah one may classify states as being recurrent, absorbing, or transient notions imortant for understanding long term behavior of the chain. Some Proerties of Huizhen Yu (U.H.) and Markov Models Jan. 2 / 32 Huizhen Yu (U.H.) and Markov Models Jan. 2 2 / 32

4 of DNA Sequence Modeling A Markov chain model for the DNA sequence shown earlier: State sace S = {A, C, G, T} Transition robabilities (taken to be the observed frequencies) A C G T A C G T The robability of CTGAC given the first base being C : P(CTGAC = C) = CT TG GA AC T A = (The robabilitieoon become too small to handle as the sequence length grows. In ractice we work with ln P and the log transition robabilities instead: ln P(CTGAC = C) = ln CT + ln TG + ln GA + ln AC. ) C G of DNA Sequence Modeling Second-order Markov Chain: Joint PMF and grahical model (x, x 2,... x n) = (x, x 2)(x 3 x, x 2) (x n x n, x n 2) n- n Corresondingly, {Y n} is a Markov chain where Y n = (Y n,, Y n,2) = ( n, n), P(Y n+, = Y n,2 Y n) =. Second-order model for the DNA sequence examle: State sace S = {A, C, G, T} {A, C, G, T} Size of transition robability matrix: 6 6 The number of arameters grows exonentially with the order. Transition robability grah (shown artially on the right) AA CA AC CC CT Higher order Markov chains are analogously defined. Huizhen Yu (U.H.) and Markov Models Jan. 2 3 / 32 Huizhen Yu (U.H.) and Markov Models Jan. 2 4 / 32 Some Proerties of of Language Modeling A trivial examle: the transition robability grah of a Markov chain that can generate a sentence a cat slet here with start and end: start state a dog ate here end state B the cat slet there Sequences of English generated by two Markov models: Third-order letter model: THE GENERATED JOB PROVIDUAL BETTER TRAND THE DISPLAYED CODE, ABOVERY UPONDULTS WELL THE CODERST IN... E First-order word model: THE HEAD AND IN FRONTAL ATTACK ON AN ENGLISH WRITER THAT THE CHARACTER OF THIS POINT IS THEREFORE ANOTHER METHODS FOR THE LETTERS THAT THE TIME OF WHO EVER TOLD... Some Proerties of Alications in the biology and language modeling contexts include analyzing otentially imortant words sequence classification coding/comression Huizhen Yu (U.H.) and Markov Models Jan. 2 5 / 32 Huizhen Yu (U.H.) and Markov Models Jan. 2 6 / 32

5 Some Proerties of Some Proerties of Two extreme cases Two Extreme Cases If, 2,... are mutually indeendent, { n} is certainly a Markov chain (of zeroth-order). If { n} is an arbitrary random sequence, then {Y n}, define by Y n = (, 2,... n), is a Markov chain. Because Y n+ = (Y n, n+ ) and in Y n the entire ast is ket. Notes: Consider a Markov chain { n}. At the current state x n = s, the ast is not necessarily forgotten. It may even haen that for some m < n, there is only one ossible ath (s m, s m+,... s n ) for m, m+,..., n such that n = s. But each time the chain visit, its behavior starting from s is robabilistically the same regardless of the aths it took to reach s in the ast. Geometrically Distributed Duration of Stay The geometric distribution with arameter q [0, ] has the PMF (m) = ( q) m q, m =, 2,... For indeendent trials each with success robability q, this is the distribution of the number M of trials until (and including) the first success. The mean and variance of M are E[M] = q, var(m) = q q 2. Consider a homogeneous Markov chain. Let s be some state with self-transition robability ss > 0. Let L s be the duration of stay at s after entering s at some arbitrary time n + : Then, for m, L s = m if n s, n+ = = n+m = s, n+m+ s, P(L s = m n s, n+ = s) = P(L s = m n+ = s) = ss m ( ss). Huizhen Yu (U.H.) and Markov Models Jan. 2 7 / 32 So the duration has the geometric distribution with mean ss. Huizhen Yu (U.H.) and Markov Models Jan. 2 8 / 32 Some Proerties of Some Proerties of (m) Geometrically Distributed Duration of Stay Geometric distribution has a memoryless roerty: P`time of the first success = r + m failed the first r trials = (m). Illustration of geometric distributions with q = ss: ss = 0. ss = 0.3 ss = 0.5 ss = m The shae of such distributions may not match that found in data. When the duration distribution reflects an imortant asect of the nature of data, a general aroach is to model the duration distribution exlicitly by including as art of the state variable the time already sent at s after entering s. Subsequences of a Markov Chain Let {n k } be a sequence of integers with n n 2... Let Y k = nk, k. Is {Y k } a Markov chain? We check the form of the joint PMF (y,..., y k+ ). We have (y,..., y k+ ) = (x, x 2,..., x nk+ ), x i and by the Markov roerty of { n}, i<n k+ i {n,...,n k+ } (x, x 2,..., x nk+ ) = (x, x 2,..., x nk ) (x nk +, x nk +2,... x nk+ x nk ). So (y,..., y k+ ) equals i<n k i {n,...,n k } x i (x, x 2,..., x nk )! n k <i<n k+ (x nk +, x nk +2,... x nk+ x nk ) A, x i = (x n, x n2,..., x nk ) (x nk+ x nk ) = (y, y 2,..., y k ) (y k+ y k ). Thihows so {Y k } is a Markov chain. Y k+ Y, Y 2,..., Y k Y k, Huizhen Yu (U.H.) and Markov Models Jan. 2 9 / 32 Huizhen Yu (U.H.) and Markov Models Jan / 32

6 Some Proerties of Some Proerties of Subsequences of a Markov Chain The indeendence relation nk+ n, n2,..., nk nk read off from the grahical model: can actually be m-ste Transition Probabilities of a Markov chain The m-ste transition robabilities (m) satisfy the recursive formula 2 n n k- k nk+ nk searates nk+ from n, n2,..., nk in the grah. (The exact meaning of this will be exlained together with more general results in the future.) A secial choice of the index sequence {n k } is n k = (k ) m +, for some fixed integer m >. The corresonding Markov chain is, m+, 2m+,.... The transition robabilities (m) of this chain (homogeneous case) are the m-ste transition robabilities of the original chain: (m) = P( m+ = j = i), i, j S. n r m : (m) = P( m+ = j = i) = l S P( r+ = l = i) P( m+ = j r+ = l) = l S (r) il (m r) lj, i, j S. (3) This is called the Chaman-Kolmogorov equation. (Once it was conjectured to be an equivalent definition for Markov chains, but this turned out to be false.) In matrix form, Eq. (3) can be exressed as bp (m) = b P m = b P r bp m r, r m. where P b denotes the transition robability matrix of { n}, and P b(m) denotes the m-ste transition robability matrix with P b(m) = (m), i, j S. We examine next the relation between (m) and, i, j S. Huizhen Yu (U.H.) and Markov Models Jan. 2 2 / 32 Huizhen Yu (U.H.) and Markov Models Jan / 32 Some Proerties of Some Proerties of Let, 2,..., n be a Markov chain. Reversing the Chain Let Y k = n+ k, k n. Is {Y k } a Markov chain? 2 j, k: j+k = n + j j+ n- Y Y n Yn- Y k k- Y2 Y The joint PMF (x j, x j+,..., x n) can be exressed as so (x j, x j+,..., x n) = (x j, x j+) (x j+2,..., x n x j+) n = (x j x j+) (x j+) (x j+2,..., x n x j+) = (x j x j+) (x j+, x j+2,..., x n), (x j x j+,..., x n) = (x j x j+). Thihows the reversed sequence {Y k } is a Markov chain. Another Conditional Indeendence Relation Let, 2,..., n be a Markov chain. Denote j = (,..., j, j+,..., n), all variables but j. Then, for all j n, P( j = x j j = x j) = P( j = x j j = x j, j+ = x j+). (4) Visualize the ositions of the variables in the grah: 2 j- j j+ n Derivation of Eq. (4): the joint PMF (x j, x j ) can be written as (x j, x j ) = (x,..., x j ) (x j x j )(x j+ x j ) (x j+2,..., x n x j+ ), so it has the form (x j, x j ) = h(x,..., x j ) g(x j, x j, x j+ ) ω(x j+,..., x n) for some functions h, g, ω. Thihows (one of the exercises) that j,..., j 2, j+2,..., n j, j+. Huizhen Yu (U.H.) and Markov Models Jan / 32 Huizhen Yu (U.H.) and Markov Models Jan / 32

7 Some Proerties of Hidden Markov Models (HMM) Hidden Markov Models refer loosely to a broad class of models in which a subset of the random variables, denoted by = {, 2,...}, is modeled as a Markov chain, and their values are not observed in ractice; the rest of the random variables, denoted by Y, are observable in ractice, and P(Y ) usually has a simle form. A common case: Y = {Y, Y 2,...}, and conditional on, Y is are indeendent with P(Y i ) = P(Y i i, i). (Treat 0 as a dummy variable.) The joint PMF of (, Y ) then factorizes as (x, y) = Y (x i x i )(y i x i, x i). i (y i x i, x i): often called observation (or emission) robabilities A grahical model indicating the factorization form of : 2 Y Y2 3 Y 3 n- Y n- n Yn The sequence of ( i, Y i) jointly is a Markov chain. Huizhen Yu (U.H.) and Markov Models Jan / 32 Huizhen Yu (U.H.) and Markov Models Jan / 32 HMM and Data-Generating Processes HMM for Parts-of-Seech Tagging 2 Y Y2 3 Y 3 n- Y n- n Yn In some alications, the above structure of HMM corresonds intuitively to the data-generating rocess: for instance, Seech recognition: seech, Y acoustic signals Tracking a moving target: ositions/velocities of the target, Y signals detected Robot navigation: ositions of a robot, Y observations of landmarks In other alications, the model can have nothing to do with the underlying data-generating rocess, and is introduced urely for questions at hand. Examles include sequence alignment, sequence labeling alications. Parts-of-seech tags for a sentence: ron v adv final unct. I drove home. Possible tags: I: n, ron drove: v, n home: n, adj, adv, v Reresent a sentence as a sequence of words W = (W, W 2,..., W n). Let the associated tags be T = (T, T 2,..., T n). A Markov chain model for (W i, T i), i n used in ractice is: (w, t) = ny (w i t i)(t i t i, t i 2). i= Question: Why W is treated as generated by T and not the other way around? Huizhen Yu (U.H.) and Markov Models Jan / 32 Huizhen Yu (U.H.) and Markov Models Jan / 32

8 Another Artificial Examle of Sequence Labeling Suose two different tyes of regions, tye + and tye -, can occur in the same DNA sequence, and each tye has its own characteristic attern of transitions among the bases A, C, G, T. Given a sequence un-annotated with region tyes, we want to find where changes between the two tyes may occur and whether they occur sharly. An HMM for this roblem: Let Y = {Y i} corresond to a DNA sequence. Introduce variables Z i with z i {+, } to indicate which tye is in force at osition i. Let i = (Y i, Z i), and model = { i} as a Markov chain on S = {A, C, G, T} {+, }. Then, for an un-annotated sequence y, we solve arg max x P( = x Y = y), equivalently, arg max P(Z = z Y = y). z Any z in the latter set gives one of the most robable configurations of boundaries between tye + and tye - regions for the sequence y. Huizhen Yu (U.H.) and Markov Models Jan / 32 Inference and Learning with HMM Quantities of interest in alications usually include P(Y = y), and P( = x Y = y) for a single x arg max x P( = x Y = y), the most robable ath given Y = y P( i Y = y), the marginal distribution of i given Y = y; and arg max xi P( i = x i Y = y) Efficient inference algorithms are available utilizing the structure/factorization form of, comutation can be streamlined. To secify an HMM, we need to secify its toology (sace of i, relation between { i} and {Y i}), and then its arameters. Parameters of HMM in the earlier examles: transition robabilities and observation robabilities Parameter estimation: Comlete data case: sequences of states {x i} are given for estimation This case reduces to the case of Markov chains. Incomlete data case: sequences of states {x i} are unknown In this case estimation is based on the observed sequences of {y i}, and is tyically done with the so-called exectation-maximization (EM) algorithm. We will study these toics in some future lectures. Huizhen Yu (U.H.) and Markov Models Jan / 32 HMM vs. High Order Markov Models In the alication contexthown earlier, the main interest is on the hidden/latent variables { i}. Consider now the case where our interest iolely on {Y i} (for instance, to redict Y n+ given Y,..., Y n). We comare two choices of models for {Y i}: a Markov model for {Y i}, ossibly of high order; an HMM for {Y i}, in which we introduce auxiliary, latent random variables { i}. On Markov chains: Further Readings. A. C. Davison. Statistical Models, Cambridge Univ. Press, Cha. 6.. In an HMM for {Y i}, (y, y 2,..., y n) = x,...,x n ny (x i x i ) (y i x i, x i), i= (You may ski materials on about classification of states if not interested.) so generally, Y,..., Y n are fully deendent as modeled. In a Markov or high order Markov model, certain conditional indeendence among {Y i} is assumed. Thihows with HMM we aroximate the true distribution of {Y i} by relatively simle distributions of another kind than those in a Markov or high order Markov model. Huizhen Yu (U.H.) and Markov Models Jan. 2 3 / 32 Huizhen Yu (U.H.) and Markov Models Jan / 32

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Bayesian Networks Practice

Bayesian Networks Practice Bayesian Networks Practice Part 2 2016-03-17 Byoung-Hee Kim, Seong-Ho Son Biointelligence Lab, CSE, Seoul National University Agenda Probabilistic Inference in Bayesian networks Probability basics D-searation

More information

Bayesian Networks Practice

Bayesian Networks Practice ayesian Networks Practice Part 2 2016-03-17 young-hee Kim Seong-Ho Son iointelligence ab CSE Seoul National University Agenda Probabilistic Inference in ayesian networks Probability basics D-searation

More information

8 STOCHASTIC PROCESSES

8 STOCHASTIC PROCESSES 8 STOCHASTIC PROCESSES The word stochastic is derived from the Greek στoχαστικoς, meaning to aim at a target. Stochastic rocesses involve state which changes in a random way. A Markov rocess is a articular

More information

Solution: (Course X071570: Stochastic Processes)

Solution: (Course X071570: Stochastic Processes) Solution I (Course X071570: Stochastic Processes) October 24, 2013 Exercise 1.1: Find all functions f from the integers to the real numbers satisfying f(n) = 1 2 f(n + 1) + 1 f(n 1) 1. 2 A secial solution

More information

Lecture 6. 2 Recurrence/transience, harmonic functions and martingales

Lecture 6. 2 Recurrence/transience, harmonic functions and martingales Lecture 6 Classification of states We have shown that all states of an irreducible countable state Markov chain must of the same tye. This gives rise to the following classification. Definition. [Classification

More information

General Linear Model Introduction, Classes of Linear models and Estimation

General Linear Model Introduction, Classes of Linear models and Estimation Stat 740 General Linear Model Introduction, Classes of Linear models and Estimation An aim of scientific enquiry: To describe or to discover relationshis among events (variables) in the controlled (laboratory)

More information

1 Gambler s Ruin Problem

1 Gambler s Ruin Problem Coyright c 2017 by Karl Sigman 1 Gambler s Ruin Problem Let N 2 be an integer and let 1 i N 1. Consider a gambler who starts with an initial fortune of $i and then on each successive gamble either wins

More information

ECE 6960: Adv. Random Processes & Applications Lecture Notes, Fall 2010

ECE 6960: Adv. Random Processes & Applications Lecture Notes, Fall 2010 ECE 6960: Adv. Random Processes & Alications Lecture Notes, Fall 2010 Lecture 16 Today: (1) Markov Processes, (2) Markov Chains, (3) State Classification Intro Please turn in H 6 today. Read Chater 11,

More information

Analysis of some entrance probabilities for killed birth-death processes

Analysis of some entrance probabilities for killed birth-death processes Analysis of some entrance robabilities for killed birth-death rocesses Master s Thesis O.J.G. van der Velde Suervisor: Dr. F.M. Sieksma July 5, 207 Mathematical Institute, Leiden University Contents Introduction

More information

1 Probability Spaces and Random Variables

1 Probability Spaces and Random Variables 1 Probability Saces and Random Variables 1.1 Probability saces Ω: samle sace consisting of elementary events (or samle oints). F : the set of events P: robability 1.2 Kolmogorov s axioms Definition 1.2.1

More information

The Longest Run of Heads

The Longest Run of Heads The Longest Run of Heads Review by Amarioarei Alexandru This aer is a review of older and recent results concerning the distribution of the longest head run in a coin tossing sequence, roblem that arise

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Learning Sequence Motif Models Using Gibbs Sampling

Learning Sequence Motif Models Using Gibbs Sampling Learning Sequence Motif Models Using Gibbs Samling BMI/CS 776 www.biostat.wisc.edu/bmi776/ Sring 2018 Anthony Gitter gitter@biostat.wisc.edu These slides excluding third-arty material are licensed under

More information

Named Entity Recognition using Maximum Entropy Model SEEM5680

Named Entity Recognition using Maximum Entropy Model SEEM5680 Named Entity Recognition using Maximum Entroy Model SEEM5680 Named Entity Recognition System Named Entity Recognition (NER): Identifying certain hrases/word sequences in a free text. Generally it involves

More information

Model checking, verification of CTL. One must verify or expel... doubts, and convert them into the certainty of YES [Thomas Carlyle]

Model checking, verification of CTL. One must verify or expel... doubts, and convert them into the certainty of YES [Thomas Carlyle] Chater 5 Model checking, verification of CTL One must verify or exel... doubts, and convert them into the certainty of YES or NO. [Thomas Carlyle] 5. The verification setting Page 66 We introduce linear

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

Biointelligence Lab School of Computer Sci. & Eng. Seoul National University

Biointelligence Lab School of Computer Sci. & Eng. Seoul National University Artificial Intelligence Chater 19 easoning with Uncertain Information Biointelligence Lab School of Comuter Sci. & Eng. Seoul National University Outline l eview of Probability Theory l Probabilistic Inference

More information

Brownian Motion and Random Prime Factorization

Brownian Motion and Random Prime Factorization Brownian Motion and Random Prime Factorization Kendrick Tang June 4, 202 Contents Introduction 2 2 Brownian Motion 2 2. Develoing Brownian Motion.................... 2 2.. Measure Saces and Borel Sigma-Algebras.........

More information

Homework Solution 4 for APPM4/5560 Markov Processes

Homework Solution 4 for APPM4/5560 Markov Processes Homework Solution 4 for APPM4/556 Markov Processes 9.Reflecting random walk on the line. Consider the oints,,, 4 to be marked on a straight line. Let X n be a Markov chain that moves to the right with

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

6 Stationary Distributions

6 Stationary Distributions 6 Stationary Distributions 6. Definition and Examles Definition 6.. Let {X n } be a Markov chain on S with transition robability matrix P. A distribution π on S is called stationary (or invariant) if π

More information

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES AARON ZWIEBACH Abstract. In this aer we will analyze research that has been recently done in the field of discrete

More information

LECTURE 7 NOTES. x n. d x if. E [g(x n )] E [g(x)]

LECTURE 7 NOTES. x n. d x if. E [g(x n )] E [g(x)] LECTURE 7 NOTES 1. Convergence of random variables. Before delving into the large samle roerties of the MLE, we review some concets from large samle theory. 1. Convergence in robability: x n x if, for

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Understanding and Using Availability

Understanding and Using Availability Understanding and Using Availability Jorge Luis Romeu, Ph.D. ASQ CQE/CRE, & Senior Member Email: romeu@cortland.edu htt://myrofile.cos.com/romeu ASQ/RD Webinar Series Noviembre 5, J. L. Romeu - Consultant

More information

Statics and dynamics: some elementary concepts

Statics and dynamics: some elementary concepts 1 Statics and dynamics: some elementary concets Dynamics is the study of the movement through time of variables such as heartbeat, temerature, secies oulation, voltage, roduction, emloyment, rices and

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

1 Random Variables and Probability Distributions

1 Random Variables and Probability Distributions 1 Random Variables and Probability Distributions 1.1 Random Variables 1.1.1 Discrete random variables A random variable X is called discrete if the number of values that X takes is finite or countably

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

Understanding and Using Availability

Understanding and Using Availability Understanding and Using Availability Jorge Luis Romeu, Ph.D. ASQ CQE/CRE, & Senior Member C. Stat Fellow, Royal Statistical Society Past Director, Region II (NY & PA) Director: Juarez Lincoln Marti Int

More information

Chapter 1: PROBABILITY BASICS

Chapter 1: PROBABILITY BASICS Charles Boncelet, obability, Statistics, and Random Signals," Oxford University ess, 0. ISBN: 978-0-9-0005-0 Chater : PROBABILITY BASICS Sections. What Is obability?. Exeriments, Outcomes, and Events.

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

ECE 534 Information Theory - Midterm 2

ECE 534 Information Theory - Midterm 2 ECE 534 Information Theory - Midterm Nov.4, 009. 3:30-4:45 in LH03. You will be given the full class time: 75 minutes. Use it wisely! Many of the roblems have short answers; try to find shortcuts. You

More information

Monte Carlo Studies. Monte Carlo Studies. Sampling Distribution

Monte Carlo Studies. Monte Carlo Studies. Sampling Distribution Monte Carlo Studies Do not let yourself be intimidated by the material in this lecture This lecture involves more theory but is meant to imrove your understanding of: Samling distributions and tests of

More information

Introduction to Probability and Statistics

Introduction to Probability and Statistics Introduction to Probability and Statistics Chater 8 Ammar M. Sarhan, asarhan@mathstat.dal.ca Deartment of Mathematics and Statistics, Dalhousie University Fall Semester 28 Chater 8 Tests of Hyotheses Based

More information

Analysis of M/M/n/K Queue with Multiple Priorities

Analysis of M/M/n/K Queue with Multiple Priorities Analysis of M/M/n/K Queue with Multile Priorities Coyright, Sanjay K. Bose For a P-riority system, class P of highest riority Indeendent, Poisson arrival rocesses for each class with i as average arrival

More information

The Poisson Regression Model

The Poisson Regression Model The Poisson Regression Model The Poisson regression model aims at modeling a counting variable Y, counting the number of times that a certain event occurs during a given time eriod. We observe a samle

More information

Topic 7: Using identity types

Topic 7: Using identity types Toic 7: Using identity tyes June 10, 2014 Now we would like to learn how to use identity tyes and how to do some actual mathematics with them. By now we have essentially introduced all inference rules

More information

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK Towards understanding the Lorenz curve using the Uniform distribution Chris J. Stehens Newcastle City Council, Newcastle uon Tyne, UK (For the Gini-Lorenz Conference, University of Siena, Italy, May 2005)

More information

Sums of independent random variables

Sums of independent random variables 3 Sums of indeendent random variables This lecture collects a number of estimates for sums of indeendent random variables with values in a Banach sace E. We concentrate on sums of the form N γ nx n, where

More information

Cryptanalysis of Pseudorandom Generators

Cryptanalysis of Pseudorandom Generators CSE 206A: Lattice Algorithms and Alications Fall 2017 Crytanalysis of Pseudorandom Generators Instructor: Daniele Micciancio UCSD CSE As a motivating alication for the study of lattice in crytograhy we

More information

Einführung in Stochastische Prozesse und Zeitreihenanalyse Vorlesung, 2013S, 2.0h March 2015 Hubalek/Scherrer

Einführung in Stochastische Prozesse und Zeitreihenanalyse Vorlesung, 2013S, 2.0h March 2015 Hubalek/Scherrer Name: Mat.Nr.: Studium: Bitte keinen Rotstift verwenden! 15.593 Einführung in Stochastische Prozesse und Zeitreihenanalyse Vorlesung, 213S, 2.h March 215 Hubalek/Scherrer (Dauer 9 Minutes, Permissible

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Asymptotically Optimal Simulation Allocation under Dependent Sampling

Asymptotically Optimal Simulation Allocation under Dependent Sampling Asymtotically Otimal Simulation Allocation under Deendent Samling Xiaoing Xiong The Robert H. Smith School of Business, University of Maryland, College Park, MD 20742-1815, USA, xiaoingx@yahoo.com Sandee

More information

Graphical Models (Lecture 1 - Introduction)

Graphical Models (Lecture 1 - Introduction) Grahical Models Lecture - Introduction Tibério Caetano tiberiocaetano.com Statistical Machine Learning Grou NICTA Canberra LLSS Canberra 009 Tibério Caetano: Grahical Models Lecture - Introduction / 7

More information

B8.1 Martingales Through Measure Theory. Concept of independence

B8.1 Martingales Through Measure Theory. Concept of independence B8.1 Martingales Through Measure Theory Concet of indeendence Motivated by the notion of indeendent events in relims robability, we have generalized the concet of indeendence to families of σ-algebras.

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

Universal Finite Memory Coding of Binary Sequences

Universal Finite Memory Coding of Binary Sequences Deartment of Electrical Engineering Systems Universal Finite Memory Coding of Binary Sequences Thesis submitted towards the degree of Master of Science in Electrical and Electronic Engineering in Tel-Aviv

More information

A note on the random greedy triangle-packing algorithm

A note on the random greedy triangle-packing algorithm A note on the random greedy triangle-acking algorithm Tom Bohman Alan Frieze Eyal Lubetzky Abstract The random greedy algorithm for constructing a large artial Steiner-Trile-System is defined as follows.

More information

1-way quantum finite automata: strengths, weaknesses and generalizations

1-way quantum finite automata: strengths, weaknesses and generalizations 1-way quantum finite automata: strengths, weaknesses and generalizations arxiv:quant-h/9802062v3 30 Se 1998 Andris Ambainis UC Berkeley Abstract Rūsiņš Freivalds University of Latvia We study 1-way quantum

More information

Developing A Deterioration Probabilistic Model for Rail Wear

Developing A Deterioration Probabilistic Model for Rail Wear International Journal of Traffic and Transortation Engineering 2012, 1(2): 13-18 DOI: 10.5923/j.ijtte.20120102.02 Develoing A Deterioration Probabilistic Model for Rail Wear Jabbar-Ali Zakeri *, Shahrbanoo

More information

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes Infinite Series 6.2 Introduction We extend the concet of a finite series, met in Section 6., to the situation in which the number of terms increase without bound. We define what is meant by an infinite

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell October 25, 2009 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population Chater 7 and s Selecting a Samle Point Estimation Introduction to s of Proerties of Point Estimators Other Methods Introduction An element is the entity on which data are collected. A oulation is a collection

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell February 10, 2010 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

CONVOLVED SUBSAMPLING ESTIMATION WITH APPLICATIONS TO BLOCK BOOTSTRAP

CONVOLVED SUBSAMPLING ESTIMATION WITH APPLICATIONS TO BLOCK BOOTSTRAP Submitted to the Annals of Statistics arxiv: arxiv:1706.07237 CONVOLVED SUBSAMPLING ESTIMATION WITH APPLICATIONS TO BLOCK BOOTSTRAP By Johannes Tewes, Dimitris N. Politis and Daniel J. Nordman Ruhr-Universität

More information

A PEAK FACTOR FOR PREDICTING NON-GAUSSIAN PEAK RESULTANT RESPONSE OF WIND-EXCITED TALL BUILDINGS

A PEAK FACTOR FOR PREDICTING NON-GAUSSIAN PEAK RESULTANT RESPONSE OF WIND-EXCITED TALL BUILDINGS The Seventh Asia-Pacific Conference on Wind Engineering, November 8-1, 009, Taiei, Taiwan A PEAK FACTOR FOR PREDICTING NON-GAUSSIAN PEAK RESULTANT RESPONSE OF WIND-EXCITED TALL BUILDINGS M.F. Huang 1,

More information

Robustness of classifiers to uniform l p and Gaussian noise Supplementary material

Robustness of classifiers to uniform l p and Gaussian noise Supplementary material Robustness of classifiers to uniform l and Gaussian noise Sulementary material Jean-Yves Franceschi Ecole Normale Suérieure de Lyon LIP UMR 5668 Omar Fawzi Ecole Normale Suérieure de Lyon LIP UMR 5668

More information

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation 6.3 Modeling and Estimation of Full-Chi Leaage Current Considering Within-Die Correlation Khaled R. eloue, Navid Azizi, Farid N. Najm Deartment of ECE, University of Toronto,Toronto, Ontario, Canada {haled,nazizi,najm}@eecg.utoronto.ca

More information

The non-stochastic multi-armed bandit problem

The non-stochastic multi-armed bandit problem Submitted for journal ublication. The non-stochastic multi-armed bandit roblem Peter Auer Institute for Theoretical Comuter Science Graz University of Technology A-8010 Graz (Austria) auer@igi.tu-graz.ac.at

More information

EE/Stats 376A: Information theory Winter Lecture 5 Jan 24. Lecturer: David Tse Scribe: Michael X, Nima H, Geng Z, Anton J, Vivek B.

EE/Stats 376A: Information theory Winter Lecture 5 Jan 24. Lecturer: David Tse Scribe: Michael X, Nima H, Geng Z, Anton J, Vivek B. EE/Stats 376A: Information theory Winter 207 Lecture 5 Jan 24 Lecturer: David Tse Scribe: Michael X, Nima H, Geng Z, Anton J, Vivek B. 5. Outline Markov chains and stationary distributions Prefix codes

More information

Department of Mathematics

Department of Mathematics Deartment of Mathematics Ma 3/03 KC Border Introduction to Probability and Statistics Winter 209 Sulement : Series fun, or some sums Comuting the mean and variance of discrete distributions often involves

More information

Ensemble Forecasting the Number of New Car Registrations

Ensemble Forecasting the Number of New Car Registrations Ensemble Forecasting the Number of New Car Registrations SJOERT FLEURKE Radiocommunications Agency Netherlands Emmasingel 1, 9700 AL, Groningen THE NETHERLANDS sjoert.fleurke@agentschatelecom.nl htt://www.agentschatelecom.nl

More information

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES OHAD GILADI AND ASSAF NAOR Abstract. It is shown that if (, ) is a Banach sace with Rademacher tye 1 then for every n N there exists

More information

PETER J. GRABNER AND ARNOLD KNOPFMACHER

PETER J. GRABNER AND ARNOLD KNOPFMACHER ARITHMETIC AND METRIC PROPERTIES OF -ADIC ENGEL SERIES EXPANSIONS PETER J. GRABNER AND ARNOLD KNOPFMACHER Abstract. We derive a characterization of rational numbers in terms of their unique -adic Engel

More information

Chapter 7: Special Distributions

Chapter 7: Special Distributions This chater first resents some imortant distributions, and then develos the largesamle distribution theory which is crucial in estimation and statistical inference Discrete distributions The Bernoulli

More information

Plotting the Wilson distribution

Plotting the Wilson distribution , Survey of English Usage, University College London Setember 018 1 1. Introduction We have discussed the Wilson score interval at length elsewhere (Wallis 013a, b). Given an observed Binomial roortion

More information

CSE 599d - Quantum Computing When Quantum Computers Fall Apart

CSE 599d - Quantum Computing When Quantum Computers Fall Apart CSE 599d - Quantum Comuting When Quantum Comuters Fall Aart Dave Bacon Deartment of Comuter Science & Engineering, University of Washington In this lecture we are going to begin discussing what haens to

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems

Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various Families of R n Norms and Some Open Problems Int. J. Oen Problems Comt. Math., Vol. 3, No. 2, June 2010 ISSN 1998-6262; Coyright c ICSRS Publication, 2010 www.i-csrs.org Various Proofs for the Decrease Monotonicity of the Schatten s Power Norm, Various

More information

Convex Optimization methods for Computing Channel Capacity

Convex Optimization methods for Computing Channel Capacity Convex Otimization methods for Comuting Channel Caacity Abhishek Sinha Laboratory for Information and Decision Systems (LIDS), MIT sinhaa@mit.edu May 15, 2014 We consider a classical comutational roblem

More information

Nuclear models: The liquid drop model Fermi-Gas Model

Nuclear models: The liquid drop model Fermi-Gas Model Lecture Nuclear models: The liquid dro model ermi-gas Model WS1/1: Introduction to Nuclear and Particle Physics,, Part I 1 Nuclear models Nuclear models Models with strong interaction between the nucleons

More information

Formal Modeling in Cognitive Science Lecture 29: Noisy Channel Model and Applications;

Formal Modeling in Cognitive Science Lecture 29: Noisy Channel Model and Applications; Formal Modeling in Cognitive Science Lecture 9: and ; ; Frank Keller School of Informatics University of Edinburgh keller@inf.ed.ac.uk Proerties of 3 March, 6 Frank Keller Formal Modeling in Cognitive

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE III. Wednesday, August 16, :30 to 11:30 a.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE III. Wednesday, August 16, :30 to 11:30 a.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE III Wednesday, August 6, 000 8:0 to :0 a.m., only Notice... Scientific calculators

More information

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test)

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test) Chater 225 Tests for Two Proortions in a Stratified Design (Cochran/Mantel-Haenszel Test) Introduction In a stratified design, the subects are selected from two or more strata which are formed from imortant

More information

Bayesian Spatially Varying Coefficient Models in the Presence of Collinearity

Bayesian Spatially Varying Coefficient Models in the Presence of Collinearity Bayesian Satially Varying Coefficient Models in the Presence of Collinearity David C. Wheeler 1, Catherine A. Calder 1 he Ohio State University 1 Abstract he belief that relationshis between exlanatory

More information

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem An Ant Colony Otimization Aroach to the Probabilistic Traveling Salesman Problem Leonora Bianchi 1, Luca Maria Gambardella 1, and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno, Switzerland

More information

p(-,i)+p(,i)+p(-,v)+p(i,v),v)+p(i,v)

p(-,i)+p(,i)+p(-,v)+p(i,v),v)+p(i,v) Multile Sequence Alignment Given: Set of sequences Score matrix Ga enalties Find: Alignment of sequences such that otimal score is achieved. Motivation Aligning rotein families Establish evolutionary relationshis

More information

Estimating Time-Series Models

Estimating Time-Series Models Estimating ime-series Models he Box-Jenkins methodology for tting a model to a scalar time series fx t g consists of ve stes:. Decide on the order of di erencing d that is needed to roduce a stationary

More information

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential Chem 467 Sulement to Lectures 33 Phase Equilibrium Chemical Potential Revisited We introduced the chemical otential as the conjugate variable to amount. Briefly reviewing, the total Gibbs energy of a system

More information

Introduction to Probability for Graphical Models

Introduction to Probability for Graphical Models Introduction to Probability for Grahical Models CSC 4 Kaustav Kundu Thursday January 4, 06 *Most slides based on Kevin Swersky s slides, Inmar Givoni s slides, Danny Tarlow s slides, Jaser Snoek s slides,

More information

Ordered and disordered dynamics in random networks

Ordered and disordered dynamics in random networks EUROPHYSICS LETTERS 5 March 998 Eurohys. Lett., 4 (6),. 599-604 (998) Ordered and disordered dynamics in random networks L. Glass ( )andc. Hill 2,3 Deartment of Physiology, McGill University 3655 Drummond

More information

DRAFT - do not circulate

DRAFT - do not circulate An Introduction to Proofs about Concurrent Programs K. V. S. Prasad (for the course TDA383/DIT390) Deartment of Comuter Science Chalmers University Setember 26, 2016 Rough sketch of notes released since

More information

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes

16.2. Infinite Series. Introduction. Prerequisites. Learning Outcomes Infinite Series 6. Introduction We extend the concet of a finite series, met in section, to the situation in which the number of terms increase without bound. We define what is meant by an infinite series

More information

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek Use of Transformations and the Reeated Statement in PROC GLM in SAS Ed Stanek Introduction We describe how the Reeated Statement in PROC GLM in SAS transforms the data to rovide tests of hyotheses of interest.

More information

Proof: We follow thearoach develoed in [4]. We adot a useful but non-intuitive notion of time; a bin with z balls at time t receives its next ball at

Proof: We follow thearoach develoed in [4]. We adot a useful but non-intuitive notion of time; a bin with z balls at time t receives its next ball at A Scaling Result for Exlosive Processes M. Mitzenmacher Λ J. Sencer We consider the following balls and bins model, as described in [, 4]. Balls are sequentially thrown into bins so that the robability

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! http://www.utstat.utoronto.ca/~rsalakhu/ Sidney Smith Hall, Room 6002 Lecture 11 Project

More information

On split sample and randomized confidence intervals for binomial proportions

On split sample and randomized confidence intervals for binomial proportions On slit samle and randomized confidence intervals for binomial roortions Måns Thulin Deartment of Mathematics, Usala University arxiv:1402.6536v1 [stat.me] 26 Feb 2014 Abstract Slit samle methods have

More information

ON THE L P -CONVERGENCE OF A GIRSANOV THEOREM BASED PARTICLE FILTER. Eric Moulines. Center of Applied Mathematics École Polytechnique, France

ON THE L P -CONVERGENCE OF A GIRSANOV THEOREM BASED PARTICLE FILTER. Eric Moulines. Center of Applied Mathematics École Polytechnique, France O TH L P -COVRGC OF A GIRSAOV THORM BASD PARTICL FILTR Simo Särä Det. of lectrical ngineering and Automation Aalto University Finland ric Moulines Center of Alied Mathematics École Polytechnique France

More information

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split A Bound on the Error of Cross Validation Using the Aroximation and Estimation Rates, with Consequences for the Training-Test Slit Michael Kearns AT&T Bell Laboratories Murray Hill, NJ 7974 mkearns@research.att.com

More information

ON GENERALIZED SARMANOV BIVARIATE DISTRIBUTIONS

ON GENERALIZED SARMANOV BIVARIATE DISTRIBUTIONS TWMS J. A. Eng. Math. V., N., 2,. 86-97 ON GENERALIZED SARMANOV BIVARIATE DISTRIBUTIONS I. BAIRAMOV, B. (YAĞCI) ALTINSOY2, G. JAY KERNS 3 Abstract. A class of bivariate distributions which generalizes

More information