Simulation methods for stochastic models in chemistry

Size: px
Start display at page:

Download "Simulation methods for stochastic models in chemistry"

Transcription

1 Simulation methods for stochastic models in chemistry David F. Anderson Department of Mathematics University of Wisconsin - Madison SIAM: Barcelona June 4th, 21

2 Overview 1. Notation and terminology: biochemical reaction networks. 2. Discuss class of numerical approximation methods: leaping algorithms. 3. Question: how well do different methods approximate exact process? Scaling issues. 4. Discuss diffusion approximations Accuracy in approximating the jump process. Methods of approximating the diffusion approximation. Structural issues.

3 Stochastic models of (bio)chemical reactions Standard notation for chemical reactions: S 1 + S 2 S 3 is interpreted as a molecule of S 1 combines with a molecule of S 2 to give a molecule of S 3. We consider a network of reactions involving d chemical species, S 1,..., S d : dx dx ν ik S i i=1 i=1 ν iks i Each instance of the reaction S 1 + S 2 S 3 changes the state of the system by the vector: ν k ν k = =

4 Markov chain models The state of the system, X(t) Z d, gives the number of molecules of each species in the system at time t. ν k : number of molecules of each chemical species consumed in the kth reaction. ν k: number of molecules of each chemical species created in the kth reaction. If kth reaction occurs at time t, the new state becomes X(t) = X(t ) + ν k ν k. The waiting times for the reactions are exponentially distributed with rate (intensity/propensity) functions λ k : R d R.

5 Some examples Gene transcription & translation:. G G + M M M + P M P G + P BoundGene. transcription translation degradation degradation Cartoon representation: 1 1 J. Paulsson, Physics of Life Reviews, 2, Hye Won Kang, presentation at SPA in 27.

6 Some examples Gene transcription & translation:. G G + M M M + P M P G + P BoundGene. transcription translation degradation degradation Cartoon representation: 1 E. coli Heat Shock Response Model. 9 species, 18 reactions. 2 1 J. Paulsson, Physics of Life Reviews, 2, Hye Won Kang, presentation at SPA in 27.

7 Markov chain models This model is a continuous time Markov chain in Z d with generator (Af )(x) = X k λ k (x)(f (x + ν k ν k ) f (x)). Kolmogorov s forward equation ( Chemical Master Equation ) describes the evolution of the distribution of the state of the system d dt P(x, t µ) = X k λ k (x ν k + ν k )P(x ν k + ν k, t µ) X k λ k (x)p(x, t µ), where P(x, t µ) is probability X(t) = x conditioned on initial distribution µ.

8 Pathwise Representations Random time changes The number of times the kth reaction occurs by time t is a counting process with intensity λ k (X(t)) and can be written as Z t «R k (t) = Y k λ k (X(s))ds, where the Y k are independent, unit-rate Poisson process. Recall, Y k is a unit-rate Poisson process if Y k () =, Y k ( ) has independent increments, and Y k (u + v) Y k (v) has a Poisson distribution with parameter u for all u, v

9 This representation is equivalent to the chemical master equation (Kolmogorov s forward equation) representation found in biology/chemistry literature. Pathwise Representations Random time changes The number of times the kth reaction occurs by time t is a counting process with intensity λ k (X(t)) and can be written as Z t «R k (t) = Y k λ k (X(s))ds, where the Y k are independent, unit-rate Poisson process. Recall, Y k is a unit-rate Poisson process if Y k () =, Y k ( ) has independent increments, and Y k (u + v) Y k (v) has a Poisson distribution with parameter u for all u, v Therefore, a path-wise representation is given by random time-changes of Poisson processes X(t) = X() + X Z t «Y k λ k (X(s))ds (ν k ν k ). k

10 Mass-action kinetics The standard intensity function chosen is mass-action kinetics: λ k (x) = κ k ( Y! x Y x i! ν ik!) = κ k ν k (x i ν ik )!. i i Rate is proportional to the number of distinct subsets of the molecules present that can form inputs for the reaction. (this assumes vessel is well-stirred.) Example: If S 1 anything, then λ k (x) = κ k x 1. Example: If S 1 + S 2 anything, then λ k (x) = κ k x 1 x 2. Example: If S 1 + 2S 2 anything, then λ k (x) = κ k x 1 x 2 (x 2 1).

11 Methods of investigation: numerical simulation X(t) = X() + X k Y k Z t «λ k (X(s))ds (ν k ν k ), (GOOD NEWS) There are a number of numerical methods that produce statistically exact sample paths: 1. Gillespie s algorithm. 2. The first reaction method. 3. The next reaction method. For each step of these methods must find : (i) the amount of time that passes until the next reaction takes place: n. (the minimum of exponential RVs). (ii) which reaction takes place at that time.

12 Methods of investigation: numerical simulation X(t) = X() + X k Y k Z t «λ k (X(s))ds (ν k ν k ), (GOOD NEWS) There are a number of numerical methods that produce statistically exact sample paths: 1. Gillespie s algorithm. 2. The first reaction method. 3. The next reaction method. For each step of these methods must find : (i) the amount of time that passes until the next reaction takes place: n. (the minimum of exponential RVs). (ii) which reaction takes place at that time. (BAD NEWS) If P k λ k(x(t)) 1, then n 1 Pk λ k(x(t)) 1 and the time needed to produce a single exact sample path over an interval [, T ] can be prohibitive.

13 Tau-leaping Standard τ-leaping 3 was developed by Dan Gillespie in an effort to overcome the problem that n may be prohibitively small. Tau-leaping is essentially an Euler approximation of Z (τ) = Z () + X k Z () + X k d = Z () + X k Z t λ k (X(s))ds: Z τ «Y k λ k (Z (s)) ds (ν k ν k ) Y k λ k (Z ()) τ «(ν k ν k ) «Poisson λ k (Z ()) τ (ν k ν k ). 3 D. T. Gillespie, J. Chem. Phys., 115,

14 Tau-leaping Algorithm: For each time step do the following: 1. For each reaction, calculate P k,n = Poisson(λ k (Z (t n)) τ). 2. Update, Z (t n+1 ) = Z (t n) + P k P k,n (ν k ν k ). A pathwise representation for Z (t) generated by τ-leaping is Z (t) = X() + X k Y k Z t «λ k (Z η(s))ds (ν k ν k ), where η(s) = t n, if t n s < t n+1 = t n + τ is a step function giving left endpoints of time discretization.

15 An approximate midpoint method For a time discretization = t < t 1 < < t N = T, with τ = t n t n 1, let ρ(z) = z τ X k λ k (z)(ν k ν k ), be a deterministic midpoint approximation Algorithm: For each time step do the following: 1. Let yn = ρ(z(t n)). 2. For each reaction, calculate P k,n = Poisson(λ k (yn ) τ). 3. Update, Z(t n+1 ) = Z(t n) + P k P k,n (ν k ν k ). Note: still just require one random variable per reaction per step.

16 An approximate midpoint method For a time discretization = t < t 1 < < t N = T, with τ = t n t n 1, let ρ(z) = z τ X k λ k (z)(ν k ν k ), be a deterministic midpoint approximation Algorithm: For each time step do the following: 1. Let yn = ρ(z(t n)). 2. For each reaction, calculate P k,n = Poisson(λ k (yn ) τ). 3. Update, Z(t n+1 ) = Z(t n) + P k P k,n (ν k ν k ). Note: still just require one random variable per reaction per step. Then Z(t) solves: Z(t) = X() + X k Y k Z t «λ k ( ρ(z η(s)) )ds (ν k ν k ), where η(s) = t n, if t n s < t n+1 = t n + τ.

17 Previous error analysis Under the scaling τ : 1. Rathinam, Petzold, Cao, and Gillespie 4 showed, among other things (implicit methods, etc.), that tau-leaping is first order accurate in a weak sense if the intensity functions λ k are linear. 2. Li 5 extended this result by showing that standard tau-leaping has a strong error (in the L 2 norm) of order 1/2 and a weak error of order one: q E Z (t n) X(t n) 2 Cτ 1/2 sup n N Ef (Z (T )) Ef (X(T )) Cτ, where = t < t 1 < < t N = T is a partition of [, T ]. 3. The midpoint method is no more accurate than standard tau-leaping 4 M. Rathinam et al., SIAM Multi. Model. Simul., 4, 25, T. Li, SIAM Multi. Model. Simul., 6, 27,

18 Example Consider A as a prey and B as a predator. A κ 1 2A, A + B κ 2 2B, B κ 3, with A() = B() = 1 and κ 1 = 2, κ 2 =.2, κ 3 = 2. Letting τ = 1/2 and simulating 3, sample paths with each method yields the following approximate distributions for B(1): Gillespie Algorithm Standard Tau Leaping Midpoint Tau Leaping

19 Problem with the τ scaling Recall, tau-leaping methods are only useful if τ n, for otherwise an exact method would be performed. Therefore, we should require that 1 τ P k λ k(x(t)) n while X λ k (X(t)) 1. k So τ does not seem to be an appropriate scaling to describe the accuracy of these methods.

20 What is an appropriate scaling? I can not answer in generality. It will depend upon how the system satisfies X λ k (X(t)) 1 k Multiple possibilities: 1. Could be that X i = O(V α i ) for V 1 with κ k = O(1). 2. Could be that κ k = O(V β k ) for V 1 with X i = O(1). 3. Could be multiple scales. 4. Infinite number of possibilities.

21 The classical scaling We will convert from numbers of molecules, X V, to concentrations: (i) Let V = volume Avogadro s number. (ii) Set X V = X V /V.

22 The classical scaling We will convert from numbers of molecules, X V, to concentrations: (i) Let V = volume Avogadro s number. (ii) Set X V = X V /V. (iii) Assume X V () = x V. (iv) Units of X V are moles per liter; rate constants must be scaled to write sensible equations: Reaction type S 1 S 1 + S 2, S 1 + S 2 + S 3 Rate constant κ k = c k V κ k = c k κ k = c k /V κ k = c k /V 2

23 The classical scaling For each k and x R d : λ k (X V ) = λ k (V X V ) = V λ k (X V ), where λ k is deterministic mass action kinetics with rate constants c k. For example, S 1 + S 2 S 3 : λ k (X V ) = κ k X V 1 X V 2 = c k V V X V 1 V X V 2 = Vc k X V 1 X V 2.

24 The classical scaling For each k and x R d : λ k (X V ) = λ k (V X V ) = V λ k (X V ), where λ k is deterministic mass action kinetics with rate constants c k. For example, S 1 + S 2 S 3 : λ k (X V ) = κ k X V 1 X V 2 = c k V V X V 1 V X V 2 = Vc k X V 1 X V 2. We had X V (t) = X V () + X k Y k Z t «λ k (X V (s))ds (ν k ν k ) Converting now gives us X V (t) = X V () + X k Z 1 t «V Y k V λ k (X V (s))ds (ν k ν k )

25 The classical scaling For each k and x R d : λ k (X V ) = λ k (V X V ) = V λ k (X V ), where λ k is deterministic mass action kinetics with rate constants c k. For example, S 1 + S 2 S 3 : λ k (X V ) = κ k X V 1 X V 2 = c k V V X V 1 V X V 2 = Vc k X V 1 X V 2. We had X V (t) = X V () + X k Y k Z t «λ k (X V (s))ds (ν k ν k ) Converting now gives us X V (t) = X V () + X k Z 1 t «V Y k V λ k (X V (s))ds (ν k ν k ) X V ( ) V c( ), which satisfies deterministic mass action kinetics.

26 Important to recognize 1. It is clear that the choice of scaling laid out above will not explicitly cover all cases of interest: i. Multiple scales ii. Low copy numbers of constituent molecules. 2. However, the purpose is to give a more accurate picture of how tau-leaping methods approximate the exact solution, both strongly and weakly, in at least one plausible setting.

27 Time-step Q: Given a system satisfying our scaling, what size τ would a user choose?

28 Time-step Q: Given a system satisfying our scaling, what size τ would a user choose? Partial answer: something small, τ < 1.

29 Time-step Q: Given a system satisfying our scaling, what size τ would a user choose? Partial answer: something small, τ < 1. Complete answer: something not too small «1 1 τ Pk λ k(x(t)) n = O. V

30 Time-step Q: Given a system satisfying our scaling, what size τ would a user choose? Partial answer: something small, τ < 1. Complete answer: something not too small «1 1 τ Pk λ k(x(t)) n = O. V That is, for some β (, 1), τ = 1 V β.

31 Error analysis on scaled processes We consider the scaled processes X V (t) = def X V (t) V, Z V (t) = def Z V (t) V, ZV (t) = def ZV (t) V. which satisfy X V (t) = X V () + 1 X Z t «Y k V λ k (X V (s))ds (ν k ν k ) V k Z V (t) = X V () + 1 X Z t «Y k V λ k (Z V η(s))ds (ν k ν k ) V k Z V (t) = X V () + 1 X Z t «Y k V λ k ρ V (Z V η(s))ds (ν k ν k ), V k where ρ V (z) = def z τ X k λ k (z)(ν k ν k ), and consider the relationship of the normalized approximate processes, Z V (t) and Z V (t), to the original process X V (t), normalized similarly.

32 Exact asymptotics for Euler tau-leaping Theorem (Anderson, Ganguly, Kurtz 21) 1 Let X V (t) and Z V (t) denote the exact and Euler tau-leap solutions for t [, T ]. Then as V V β (X V Z V ) E, where E(t) is deterministic and independent of V and β. And where f V f means strong path-wise convergence: lim P{sup f V (t) f (t) > ɛ} =, for all ɛ > V t T lim E sup f V (t) f (t) =. V t T Interpret as Z V = X V + E V β + H.O.T. 1 To appear in Annals of Applied Probability

33 Idea of proof Can show: X V (t) Z V (t) M V (t) + + V β 1 2 Z t Z t DF V (Z V η(s))(x V (s) Z V (s))ds DF V (Z V η(s))f V (Z V η(s))ds where M V (t) is a martingale and V (1+β)/2 M V M, where M is a mean-zero Gaussian process. (1 + β)/2 > β, so done.

34 Weak error of Euler tau-leaping Theorem (Anderson, Ganguly, Kurtz 21) 1 Let X V (t) and Z V (t) be as before. Then, for any continuously differentiable function f lim V β Ef (X V (t)) Ef (Z V (t)) = E(t) f (x(t)). V Interpret as Ef (Z V (t)) = Ef (X V (t)) + 1 E(t) f (x(t)) + H.O.T. V β 1 To appear in Annals of Applied Probability

35 Exact asymptotics for midpoint tau-leaping Theorem (Anderson, Ganguly, Kurtz 21) 1 Let X V (t) and Z V (t) denote the exact and midpoint tau-leap solutions for t [, T ]. Then as V V 2β (X V Z V ) E 1, if β < 1/3. V 2β (X V Z V ) E 2, if β = 1/3. V (1+β)/2 (X V Z V ) E 3, if β > 1/3. Where E 1 is deterministic and E 2, E 3 are stochastic. 1.8 β min(2β, (β+1) / 2) β

36 Idea of proof Can show: X V (t) Z V (t) M V (t) + Z t DF V (Z V η(s))(x V (s) Z V (s))ds + V 2β H V (t) where V (1+β)/2 M V M(t) and H V H.

37 Weak error of midpoint tau-leaping Theorem (Anderson, Ganguly, Kurtz 21) 1 Let X V (t) and Z V (t) be as before. Then, for any C 3 function f, there exists a constant C = C(f, T ) > such that V 2β sup Ef (X V (t)) Ef (Z V (t)) C. t T 1 To appear in Annals of Applied Probability

38 Example Consider A as a prey and B as a predator. A κ 1 2A, A + B κ 2 2B, B κ 3, with A() = B() = 1 and κ 1 = 2, κ 2 =.2, κ 3 = 2. V = 1, and τ = 1/2 = 1/V.434 (so β =.434). Simulating 3, sample paths yields the following approximate distributions for B(1): Gillespie Algorithm Standard Tau Leaping Midpoint Tau Leaping

39 Diffusion Approximation Under the classical scaling, can also use a diffusion approximation. Let Ỹ k (u) = def Y k (u) u, denote the centered Poisson process. Then, X V (t) satisfies Z t X V (t) = X V () + X λ k (X V (s))ds(ν k ν k ) k + X Z 1 t V Ỹk(V λ k (X V (s))ds)(ν k ν k ). k

40 Diffusion Approximation Under the classical scaling, can also use a diffusion approximation. Let Ỹ k (u) = def Y k (u) u, denote the centered Poisson process. Then, X V (t) satisfies Z t X V (t) = X V () + X λ k (X V (s))ds(ν k ν k ) k + X Z 1 t V Ỹk(V λ k (X V (s))ds)(ν k ν k ). k Using functional central limit theorem: Ỹk(V )/ V W k ( ), yields Z t X V (t) X V () + X λ k (X V (s))ds(ν k ν k ) k + X Z 1 t W k ( λ k (X V (s))ds)(ν k ν k ). k V

41 Diffusion Approximation This suggests a good approximation to X V will be the solution to the SDE Z t Z V (t) = X V () + X λ k (Z V (s))ds (ν k ν k ) k + 1 X Z t W k ( λ k (Z V (s))ds)(ν k ν k ), V k where the W k are independent Brownian motions.

42 Diffusion Approximation This suggests a good approximation to X V will be the solution to the SDE Z t Z V (t) = X V () + X λ k (Z V (s))ds (ν k ν k ) k + 1 X Z t W k ( λ k (Z V (s))ds)(ν k ν k ), V k where the W k are independent Brownian motions. An equivalent formulation is given by the Itô equations dz V (t) = X k λ k (Z V (t)) (ν k ν k ) dt + 1 X q (ν k ν k ) λ k (Z V (t)) dw k (t), V k (1) System (1) is termed the chemical Langevin equation in the biology/chemistry literature.

43 Error of Diffusion Approximation Accuracy: «log(v ) Pathwise 1, the error is O. V Pathwise, tau-leaping methods can be more or less accurate, depending upon choice of β and V. V Euler τ-leap Step-size Midpoint τ leap Step-size more accurate if (Euler τ) more accurate if (mdpt τ) 1 β > β >.3368 τ <.212 1, β > β >.444 τ <.477 1, β > β >.5178 τ <.85 1, β > β >.5756 τ <.13 1 T. Kurtz, SPA, 6, 1978,

44 Approximating the diffusion approximation If A is the generator for the jump process B is the generator for the diffusion. «1 Af = Bf + O. V 2 Suggests that for fixed t, weak error is O(1/V 2 ). For fixed t, even midpoint τ leap will never be as accurate. However, now you must approximate the diffusion approximation.

45 Approximating SDES with special structure Consider SDEs of the form dx(t) = b(x(t))dt + X k σ k (X(t)) ν k dw k (t), where b : R d R d, σ k : R d R, ν k R d, and {W k (t) : k = 1,..., m} are independent, one-dimensional Wiener processes. Thus, randomness is entering the system in fixed directions ν k, but at variable rates σ k (X(t)). 2 T. Kurtz, Annals of Probability, 8(4), 198,

46 Approximating SDES with special structure Consider SDEs of the form dx(t) = b(x(t))dt + X k σ k (X(t)) ν k dw k (t), where b : R d R d, σ k : R d R, ν k R d, and {W k (t) : k = 1,..., m} are independent, one-dimensional Wiener processes. Thus, randomness is entering the system in fixed directions ν k, but at variable rates σ k (X(t)). In fact, all uniformly elliptic SDEs can be represented in such a way 2. 2 T. Kurtz, Annals of Probability, 8(4), 198,

47 Approximating SDES with special structure Let approximate path be Y i = Y (t i ). Algorithm 1 Fixing a θ (, 1), we define α 1 def = θ(1 θ) and def α 2 = 1 (1 θ) 2 + θ 2. (2) 2 θ(1 θ) Fixing h, we first compute a θ-midpoint y and then the new value Y i : (η (i) jk ind. normals) are Step 1. Set Step 2. Set y = Y i 1 + b(y i 1 )θh + X k σ k (Y i 1 ) ν k η (i) 1k θh Y i = y + (α 1 b(y ) α 2 b(y i 1 ))(1 θ)h + X k qˆα1 σ 2 k (y ) α 2 σ 2 k (Y i 1) + ν k η (i) 2k p (1 θ)h. 1 D. F. Anderson and J. C. Mattingly, to appear in Comm. Math. Sci., 21

48 Order of approximation Theorem (One-step approximation 1 ) If b, σ k C 6 with inf xσ k (x) >, then for h sufficiently small and f C 6 : E xf (X(h)) E xf (Y 1 ) K f 6 h 3. 1 D. F. Anderson and J. C. Mattingly, to appear in Comm. Math. Sci., 21

49 Order of approximation Theorem (One-step approximation 1 ) If b, σ k C 6 with inf xσ k (x) >, then for h sufficiently small and f C 6 : E xf (X(h)) E xf (Y 1 ) K f 6 h 3. Theorem (Global approximation 1 ) Under the same assumptions for any T > : sup E xf (X(nh)) E xf (Y n) C(T ) f 6 h 2. n T /h 1 D. F. Anderson and J. C. Mattingly, to appear in Comm. Math. Sci., 21

50 Why this works System dx(t) = b(x(t))dt + X k σ k (X(t)) ν k dw k (t), is equivalent to X(t) = X() + Z t b(x(s))ds + X k=1 ν k Z Z t 1 [,σ 2 k (X(s))) (u) W k (ds du), where the W k are independent, space-time white noise processes: Random measure such that: 1. for A R 2, W k (A) Normal(, Area(A)). 2. A, B R 2, with A B = W k (A) and W k (B) are independent. Challenge is in approximating diffusion term.

51 Why this works: θ = 1/2 σ 2 k (X()) σ 2 k (X(t)) σ 2 k (y ) Region 1

52 Why this works: θ = 1/2 σ 2 k (X()) σ 2 k (X(t)) Region 3 σ 2 k (X(t)) σ 2 k (y ) Region 1 Region 2

53 Why this works: θ = 1/2 σ 2 k (X()) σ 2 k (X(t)) Region 3 σ 2 k (X(t)) σ 2 k (y ) Region 1 Region 2 σ 2 k (X(t)) Region 3 V 2 V Region 4 Region 5

54 Example Consider the following system» dx1 (t) dx 2 (t) =» X2 (t) X 1 (t) dt + + s sin 2 (X 1 (t) + X 2 (t)) + 6 t + 1 r cos2 (X 1 (t) + X 2 (t)) + 6 t + 1 where W 1 (t) and W 2 (t) are independent Wiener processes.» 1» 1 dw 1 (t) dw 2 (t). It is simple to show that E X(t) 2 = EX() log(1 + t). (3)

55 Example 2 1 log error Weak Trapezoidal Euler Midpoint drift log h Figure: Log-log plots. Approximating E X(1) 2. The best fit lines have slopes 2.223,.952, and 1.98, for the Weak Trapezoidal Algorithm, Euler s method, and the midpoint drift method, respectively.

56 % of degenerate steps θ log errror θ =.5 θ =.25 θ =.5 θ = log h Figure: (a) # degenerate steps, first example, h = 1/1, (b) slopes 1.865, 1.996, 2.29, and 2.33 for θ =.5,.25,.5,.75, respectively. For the model, dx(t) = p X(t) 2 + 1dW (t), X() = 1

57 Outlook 1. These methods will rarely be used in isolation. 2. Need to begin to combine them into hybrid strategies 2.1 Some pieces of the network (species and/or reactions) are treated discretely. 2.2 Some treated diffusively. 2.3 some treated as absolutely continuous (ODE approximation depending on stochastic parts). 3. And, want to be able to dynamically change the treatment.

58 Outlook 1. These methods will rarely be used in isolation. 2. Need to begin to combine them into hybrid strategies 2.1 Some pieces of the network (species and/or reactions) are treated discretely. 2.2 Some treated diffusively. 2.3 some treated as absolutely continuous (ODE approximation depending on stochastic parts). 3. And, want to be able to dynamically change the treatment. Work has begun on algorithms: 1. E. Haseltine and J. Rawlings or Salis & Kaznessis: hybrid discrete/langevin. 2. L. Harris, K. Iyengar, P. Clancy, M. Picirilli, E. Majusiak: Partitioned leaping algorithm.

Computational methods for continuous time Markov chains with applications to biological processes

Computational methods for continuous time Markov chains with applications to biological processes Computational methods for continuous time Markov chains with applications to biological processes David F. Anderson anderson@math.wisc.edu Department of Mathematics University of Wisconsin - Madison Penn.

More information

Stochastic models of biochemical systems

Stochastic models of biochemical systems Stochastic models of biochemical systems David F. Anderson anderson@math.wisc.edu Department of Mathematics University of Wisconsin - Madison University of Amsterdam November 14th, 212 Stochastic models

More information

2008 Hotelling Lectures

2008 Hotelling Lectures First Prev Next Go To Go Back Full Screen Close Quit 1 28 Hotelling Lectures 1. Stochastic models for chemical reactions 2. Identifying separated time scales in stochastic models of reaction networks 3.

More information

Gillespie s Algorithm and its Approximations. Des Higham Department of Mathematics and Statistics University of Strathclyde

Gillespie s Algorithm and its Approximations. Des Higham Department of Mathematics and Statistics University of Strathclyde Gillespie s Algorithm and its Approximations Des Higham Department of Mathematics and Statistics University of Strathclyde djh@maths.strath.ac.uk The Three Lectures 1 Gillespie s algorithm and its relation

More information

Stochastic analysis of biochemical reaction networks with absolute concentration robustness

Stochastic analysis of biochemical reaction networks with absolute concentration robustness Stochastic analysis of biochemical reaction networks with absolute concentration robustness David F. Anderson anderson@math.wisc.edu Department of Mathematics University of Wisconsin - Madison Boston University

More information

Persistence and Stationary Distributions of Biochemical Reaction Networks

Persistence and Stationary Distributions of Biochemical Reaction Networks Persistence and Stationary Distributions of Biochemical Reaction Networks David F. Anderson Department of Mathematics University of Wisconsin - Madison Discrete Models in Systems Biology SAMSI December

More information

Efficient Leaping Methods for Stochastic Chemical Systems

Efficient Leaping Methods for Stochastic Chemical Systems Efficient Leaping Methods for Stochastic Chemical Systems Ioana Cipcigan Muruhan Rathinam November 18, 28 Abstract. Well stirred chemical reaction systems which involve small numbers of molecules for some

More information

Chemical reaction network theory for stochastic and deterministic models of biochemical reaction systems

Chemical reaction network theory for stochastic and deterministic models of biochemical reaction systems Chemical reaction network theory for stochastic and deterministic models of biochemical reaction systems University of Wisconsin at Madison anderson@math.wisc.edu MBI Workshop for Young Researchers in

More information

Stochastic and deterministic models of biochemical reaction networks

Stochastic and deterministic models of biochemical reaction networks Stochastic and deterministic models of biochemical reaction networks David F. Anderson Department of Mathematics University of Wisconsin - Madison Case Western Reserve November 9th, 215 Goals of the talk

More information

Stochastic Differential Equations.

Stochastic Differential Equations. Chapter 3 Stochastic Differential Equations. 3.1 Existence and Uniqueness. One of the ways of constructing a Diffusion process is to solve the stochastic differential equation dx(t) = σ(t, x(t)) dβ(t)

More information

Mean-square Stability Analysis of an Extended Euler-Maruyama Method for a System of Stochastic Differential Equations

Mean-square Stability Analysis of an Extended Euler-Maruyama Method for a System of Stochastic Differential Equations Mean-square Stability Analysis of an Extended Euler-Maruyama Method for a System of Stochastic Differential Equations Ram Sharan Adhikari Assistant Professor Of Mathematics Rogers State University Mathematical

More information

Stochastic models for chemical reactions

Stochastic models for chemical reactions First Prev Next Go To Go Back Full Screen Close Quit 1 Stochastic models for chemical reactions Formulating Markov models Two stochastic equations Simulation schemes Reaction Networks Scaling limit Central

More information

Longtime behavior of stochastically modeled biochemical reaction networks

Longtime behavior of stochastically modeled biochemical reaction networks Longtime behavior of stochastically modeled biochemical reaction networks David F. Anderson Department of Mathematics University of Wisconsin - Madison ASU Math Biology Seminar February 17th, 217 Overview

More information

PROBABILITY: LIMIT THEOREMS II, SPRING HOMEWORK PROBLEMS

PROBABILITY: LIMIT THEOREMS II, SPRING HOMEWORK PROBLEMS PROBABILITY: LIMIT THEOREMS II, SPRING 218. HOMEWORK PROBLEMS PROF. YURI BAKHTIN Instructions. You are allowed to work on solutions in groups, but you are required to write up solutions on your own. Please

More information

PROBABILITY: LIMIT THEOREMS II, SPRING HOMEWORK PROBLEMS

PROBABILITY: LIMIT THEOREMS II, SPRING HOMEWORK PROBLEMS PROBABILITY: LIMIT THEOREMS II, SPRING 15. HOMEWORK PROBLEMS PROF. YURI BAKHTIN Instructions. You are allowed to work on solutions in groups, but you are required to write up solutions on your own. Please

More information

STOCHASTIC CHEMICAL KINETICS

STOCHASTIC CHEMICAL KINETICS STOCHASTIC CHEICAL KINETICS Dan Gillespie GillespieDT@mailaps.org Current Support: Caltech (NIGS) Caltech (NIH) University of California at Santa Barbara (NIH) Past Support: Caltech (DARPA/AFOSR, Beckman/BNC))

More information

Extending the Tools of Chemical Reaction Engineering to the Molecular Scale

Extending the Tools of Chemical Reaction Engineering to the Molecular Scale Extending the Tools of Chemical Reaction Engineering to the Molecular Scale Multiple-time-scale order reduction for stochastic kinetics James B. Rawlings Department of Chemical and Biological Engineering

More information

p 1 ( Y p dp) 1/p ( X p dp) 1 1 p

p 1 ( Y p dp) 1/p ( X p dp) 1 1 p Doob s inequality Let X(t) be a right continuous submartingale with respect to F(t), t 1 P(sup s t X(s) λ) 1 λ {sup s t X(s) λ} X + (t)dp 2 For 1 < p

More information

An adaptive numerical scheme for fractional differential equations with explosions

An adaptive numerical scheme for fractional differential equations with explosions An adaptive numerical scheme for fractional differential equations with explosions Johanna Garzón Departamento de Matemáticas, Universidad Nacional de Colombia Seminario de procesos estocásticos Jointly

More information

Convergence of Feller Processes

Convergence of Feller Processes Chapter 15 Convergence of Feller Processes This chapter looks at the convergence of sequences of Feller processes to a iting process. Section 15.1 lays some ground work concerning weak convergence of processes

More information

A Concise Course on Stochastic Partial Differential Equations

A Concise Course on Stochastic Partial Differential Equations A Concise Course on Stochastic Partial Differential Equations Michael Röckner Reference: C. Prevot, M. Röckner: Springer LN in Math. 1905, Berlin (2007) And see the references therein for the original

More information

Mathematical Methods for Neurosciences. ENS - Master MVA Paris 6 - Master Maths-Bio ( )

Mathematical Methods for Neurosciences. ENS - Master MVA Paris 6 - Master Maths-Bio ( ) Mathematical Methods for Neurosciences. ENS - Master MVA Paris 6 - Master Maths-Bio (2014-2015) Etienne Tanré - Olivier Faugeras INRIA - Team Tosca November 26th, 2014 E. Tanré (INRIA - Team Tosca) Mathematical

More information

Higher order weak approximations of stochastic differential equations with and without jumps

Higher order weak approximations of stochastic differential equations with and without jumps Higher order weak approximations of stochastic differential equations with and without jumps Hideyuki TANAKA Graduate School of Science and Engineering, Ritsumeikan University Rough Path Analysis and Related

More information

Numerical solution of stochastic models of biochemical kinetics

Numerical solution of stochastic models of biochemical kinetics Numerical solution of stochastic models of biochemical kinetics SILVANA ILIE a WAYNE H. ENRIGHT b KENNETH R. JACKSON b a Department of Mathematics, Ryerson University, Toronto, ON, M5B 2K3, Canada email:

More information

Bernardo D Auria Stochastic Processes /10. Notes. Abril 13 th, 2010

Bernardo D Auria Stochastic Processes /10. Notes. Abril 13 th, 2010 1 Stochastic Calculus Notes Abril 13 th, 1 As we have seen in previous lessons, the stochastic integral with respect to the Brownian motion shows a behavior different from the classical Riemann-Stieltjes

More information

Branching Processes II: Convergence of critical branching to Feller s CSB

Branching Processes II: Convergence of critical branching to Feller s CSB Chapter 4 Branching Processes II: Convergence of critical branching to Feller s CSB Figure 4.1: Feller 4.1 Birth and Death Processes 4.1.1 Linear birth and death processes Branching processes can be studied

More information

Brownian Motion. 1 Definition Brownian Motion Wiener measure... 3

Brownian Motion. 1 Definition Brownian Motion Wiener measure... 3 Brownian Motion Contents 1 Definition 2 1.1 Brownian Motion................................. 2 1.2 Wiener measure.................................. 3 2 Construction 4 2.1 Gaussian process.................................

More information

Kolmogorov Equations and Markov Processes

Kolmogorov Equations and Markov Processes Kolmogorov Equations and Markov Processes May 3, 013 1 Transition measures and functions Consider a stochastic process {X(t)} t 0 whose state space is a product of intervals contained in R n. We define

More information

arxiv: v2 [q-bio.mn] 31 Aug 2007

arxiv: v2 [q-bio.mn] 31 Aug 2007 A modified Next Reaction Method for simulating chemical systems with time dependent propensities and delays David F. Anderson Department of Mathematics, University of Wisconsin-Madison, Madison, Wi 53706

More information

Applied Mathematics Letters. Stationary distribution, ergodicity and extinction of a stochastic generalized logistic system

Applied Mathematics Letters. Stationary distribution, ergodicity and extinction of a stochastic generalized logistic system Applied Mathematics Letters 5 (1) 198 1985 Contents lists available at SciVerse ScienceDirect Applied Mathematics Letters journal homepage: www.elsevier.com/locate/aml Stationary distribution, ergodicity

More information

Bernardo D Auria Stochastic Processes /12. Notes. March 29 th, 2012

Bernardo D Auria Stochastic Processes /12. Notes. March 29 th, 2012 1 Stochastic Calculus Notes March 9 th, 1 In 19, Bachelier proposed for the Paris stock exchange a model for the fluctuations affecting the price X(t) of an asset that was given by the Brownian motion.

More information

A Short Introduction to Diffusion Processes and Ito Calculus

A Short Introduction to Diffusion Processes and Ito Calculus A Short Introduction to Diffusion Processes and Ito Calculus Cédric Archambeau University College, London Center for Computational Statistics and Machine Learning c.archambeau@cs.ucl.ac.uk January 24,

More information

Jump-type Levy Processes

Jump-type Levy Processes Jump-type Levy Processes Ernst Eberlein Handbook of Financial Time Series Outline Table of contents Probabilistic Structure of Levy Processes Levy process Levy-Ito decomposition Jump part Probabilistic

More information

Fast-slow systems with chaotic noise

Fast-slow systems with chaotic noise Fast-slow systems with chaotic noise David Kelly Ian Melbourne Courant Institute New York University New York NY www.dtbkelly.com May 1, 216 Statistical properties of dynamical systems, ESI Vienna. David

More information

Introduction to Random Diffusions

Introduction to Random Diffusions Introduction to Random Diffusions The main reason to study random diffusions is that this class of processes combines two key features of modern probability theory. On the one hand they are semi-martingales

More information

1. Stochastic Processes and filtrations

1. Stochastic Processes and filtrations 1. Stochastic Processes and 1. Stoch. pr., A stochastic process (X t ) t T is a collection of random variables on (Ω, F) with values in a measurable space (S, S), i.e., for all t, In our case X t : Ω S

More information

Reflected Brownian Motion

Reflected Brownian Motion Chapter 6 Reflected Brownian Motion Often we encounter Diffusions in regions with boundary. If the process can reach the boundary from the interior in finite time with positive probability we need to decide

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 22 12/09/2013. Skorokhod Mapping Theorem. Reflected Brownian Motion

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 22 12/09/2013. Skorokhod Mapping Theorem. Reflected Brownian Motion MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.7J Fall 213 Lecture 22 12/9/213 Skorokhod Mapping Theorem. Reflected Brownian Motion Content. 1. G/G/1 queueing system 2. One dimensional reflection mapping

More information

LAN property for sde s with additive fractional noise and continuous time observation

LAN property for sde s with additive fractional noise and continuous time observation LAN property for sde s with additive fractional noise and continuous time observation Eulalia Nualart (Universitat Pompeu Fabra, Barcelona) joint work with Samy Tindel (Purdue University) Vlad s 6th birthday,

More information

Densities for the Navier Stokes equations with noise

Densities for the Navier Stokes equations with noise Densities for the Navier Stokes equations with noise Marco Romito Università di Pisa Universitat de Barcelona March 25, 2015 Summary 1 Introduction & motivations 2 Malliavin calculus 3 Besov bounds 4 Other

More information

Computational complexity analysis for Monte Carlo approximations of classically scaled population processes

Computational complexity analysis for Monte Carlo approximations of classically scaled population processes Computational complexity analysis for Monte Carlo approximations of classically scaled population processes David F. Anderson, Desmond J. Higham, Yu Sun arxiv:52.588v3 [math.a] 4 Jun 28 June 5, 28 Abstract

More information

Numerical Integration of SDEs: A Short Tutorial

Numerical Integration of SDEs: A Short Tutorial Numerical Integration of SDEs: A Short Tutorial Thomas Schaffter January 19, 010 1 Introduction 1.1 Itô and Stratonovich SDEs 1-dimensional stochastic differentiable equation (SDE) is given by [6, 7] dx

More information

WEAK VERSIONS OF STOCHASTIC ADAMS-BASHFORTH AND SEMI-IMPLICIT LEAPFROG SCHEMES FOR SDES. 1. Introduction

WEAK VERSIONS OF STOCHASTIC ADAMS-BASHFORTH AND SEMI-IMPLICIT LEAPFROG SCHEMES FOR SDES. 1. Introduction WEAK VERSIONS OF STOCHASTIC ADAMS-BASHFORTH AND SEMI-IMPLICIT LEAPFROG SCHEMES FOR SDES BRIAN D. EWALD 1 Abstract. We consider the weak analogues of certain strong stochastic numerical schemes considered

More information

Harnack Inequalities and Applications for Stochastic Equations

Harnack Inequalities and Applications for Stochastic Equations p. 1/32 Harnack Inequalities and Applications for Stochastic Equations PhD Thesis Defense Shun-Xiang Ouyang Under the Supervision of Prof. Michael Röckner & Prof. Feng-Yu Wang March 6, 29 p. 2/32 Outline

More information

1 Brownian Local Time

1 Brownian Local Time 1 Brownian Local Time We first begin by defining the space and variables for Brownian local time. Let W t be a standard 1-D Wiener process. We know that for the set, {t : W t = } P (µ{t : W t = } = ) =

More information

Accurate hybrid stochastic simulation of a system of coupled chemical or biochemical reactions

Accurate hybrid stochastic simulation of a system of coupled chemical or biochemical reactions THE JOURNAL OF CHEMICAL PHYSICS 122, 054103 2005 Accurate hybrid schastic simulation of a system of coupled chemical or biochemical reactions Howard Salis and Yiannis Kaznessis a) Department of Chemical

More information

Introduction to numerical simulations for Stochastic ODEs

Introduction to numerical simulations for Stochastic ODEs Introduction to numerical simulations for Stochastic ODEs Xingye Kan Illinois Institute of Technology Department of Applied Mathematics Chicago, IL 60616 August 9, 2010 Outline 1 Preliminaries 2 Numerical

More information

Strong Predictor-Corrector Euler Methods for Stochastic Differential Equations

Strong Predictor-Corrector Euler Methods for Stochastic Differential Equations Strong Predictor-Corrector Euler Methods for Stochastic Differential Equations Nicola Bruti-Liberati 1 and Eckhard Platen July 14, 8 Dedicated to the 7th Birthday of Ludwig Arnold. Abstract. This paper

More information

c 2018 Society for Industrial and Applied Mathematics

c 2018 Society for Industrial and Applied Mathematics MULTISCALE MODEL. SIMUL. Vol. 6, o. 3, pp. 26 226 c 28 Society for Industrial and Applied Mathematics COMPUTATIOAL COMPLEXITY AALYSIS FOR MOTE CARLO APPROXIMATIOS OF CLASSICALLY SCALED POPULATIO PROCESSES

More information

Mathematical Modeling I

Mathematical Modeling I Mathematical Modeling I Dr. Zachariah Sinkala Department of Mathematical Sciences Middle Tennessee State University Murfreesboro Tennessee 37132, USA February 14, 2017 Introduction When we choose to model

More information

Verona Course April Lecture 1. Review of probability

Verona Course April Lecture 1. Review of probability Verona Course April 215. Lecture 1. Review of probability Viorel Barbu Al.I. Cuza University of Iaşi and the Romanian Academy A probability space is a triple (Ω, F, P) where Ω is an abstract set, F is

More information

Erdős-Renyi random graphs basics

Erdős-Renyi random graphs basics Erdős-Renyi random graphs basics Nathanaël Berestycki U.B.C. - class on percolation We take n vertices and a number p = p(n) with < p < 1. Let G(n, p(n)) be the graph such that there is an edge between

More information

for all f satisfying E[ f(x) ] <.

for all f satisfying E[ f(x) ] <. . Let (Ω, F, P ) be a probability space and D be a sub-σ-algebra of F. An (H, H)-valued random variable X is independent of D if and only if P ({X Γ} D) = P {X Γ}P (D) for all Γ H and D D. Prove that if

More information

Fast-slow systems with chaotic noise

Fast-slow systems with chaotic noise Fast-slow systems with chaotic noise David Kelly Ian Melbourne Courant Institute New York University New York NY www.dtbkelly.com May 12, 215 Averaging and homogenization workshop, Luminy. Fast-slow systems

More information

Stochastic Integration and Stochastic Differential Equations: a gentle introduction

Stochastic Integration and Stochastic Differential Equations: a gentle introduction Stochastic Integration and Stochastic Differential Equations: a gentle introduction Oleg Makhnin New Mexico Tech Dept. of Mathematics October 26, 27 Intro: why Stochastic? Brownian Motion/ Wiener process

More information

Quantum Repeated Measurements, Continuous Time Limit

Quantum Repeated Measurements, Continuous Time Limit Quantum Repeated Measurements, Continuous Time Limit Clément Pellegrini Institut de Mathématiques de Toulouse, Laboratoire de Statistique et Probabilité, Université Paul Sabatier Autrans/ July 2013 Clément

More information

Walsh Diffusions. Andrey Sarantsev. March 27, University of California, Santa Barbara. Andrey Sarantsev University of Washington, Seattle 1 / 1

Walsh Diffusions. Andrey Sarantsev. March 27, University of California, Santa Barbara. Andrey Sarantsev University of Washington, Seattle 1 / 1 Walsh Diffusions Andrey Sarantsev University of California, Santa Barbara March 27, 2017 Andrey Sarantsev University of Washington, Seattle 1 / 1 Walsh Brownian Motion on R d Spinning measure µ: probability

More information

Stochastic Modelling in Climate Science

Stochastic Modelling in Climate Science Stochastic Modelling in Climate Science David Kelly Mathematics Department UNC Chapel Hill dtbkelly@gmail.com November 16, 2013 David Kelly (UNC) Stochastic Climate November 16, 2013 1 / 36 Why use stochastic

More information

Lecture 4: Numerical solution of ordinary differential equations

Lecture 4: Numerical solution of ordinary differential equations Lecture 4: Numerical solution of ordinary differential equations Department of Mathematics, ETH Zürich General explicit one-step method: Consistency; Stability; Convergence. High-order methods: Taylor

More information

6. Brownian Motion. Q(A) = P [ ω : x(, ω) A )

6. Brownian Motion. Q(A) = P [ ω : x(, ω) A ) 6. Brownian Motion. stochastic process can be thought of in one of many equivalent ways. We can begin with an underlying probability space (Ω, Σ, P) and a real valued stochastic process can be defined

More information

The Wiener Itô Chaos Expansion

The Wiener Itô Chaos Expansion 1 The Wiener Itô Chaos Expansion The celebrated Wiener Itô chaos expansion is fundamental in stochastic analysis. In particular, it plays a crucial role in the Malliavin calculus as it is presented in

More information

Bridging the Gap between Center and Tail for Multiscale Processes

Bridging the Gap between Center and Tail for Multiscale Processes Bridging the Gap between Center and Tail for Multiscale Processes Matthew R. Morse Department of Mathematics and Statistics Boston University BU-Keio 2016, August 16 Matthew R. Morse (BU) Moderate Deviations

More information

Asymptotic Coupling of an SPDE, with Applications to Many-Server Queues

Asymptotic Coupling of an SPDE, with Applications to Many-Server Queues Asymptotic Coupling of an SPDE, with Applications to Many-Server Queues Mohammadreza Aghajani joint work with Kavita Ramanan Brown University March 2014 Mohammadreza Aghajanijoint work Asymptotic with

More information

Homework #6 : final examination Due on March 22nd : individual work

Homework #6 : final examination Due on March 22nd : individual work Université de ennes Année 28-29 Master 2ème Mathématiques Modèles stochastiques continus ou à sauts Homework #6 : final examination Due on March 22nd : individual work Exercise Warm-up : behaviour of characteristic

More information

Exercises in stochastic analysis

Exercises in stochastic analysis Exercises in stochastic analysis Franco Flandoli, Mario Maurelli, Dario Trevisan The exercises with a P are those which have been done totally or partially) in the previous lectures; the exercises with

More information

Lecture 4: Introduction to stochastic processes and stochastic calculus

Lecture 4: Introduction to stochastic processes and stochastic calculus Lecture 4: Introduction to stochastic processes and stochastic calculus Cédric Archambeau Centre for Computational Statistics and Machine Learning Department of Computer Science University College London

More information

Brownian motion. Samy Tindel. Purdue University. Probability Theory 2 - MA 539

Brownian motion. Samy Tindel. Purdue University. Probability Theory 2 - MA 539 Brownian motion Samy Tindel Purdue University Probability Theory 2 - MA 539 Mostly taken from Brownian Motion and Stochastic Calculus by I. Karatzas and S. Shreve Samy T. Brownian motion Probability Theory

More information

Discretization of SDEs: Euler Methods and Beyond

Discretization of SDEs: Euler Methods and Beyond Discretization of SDEs: Euler Methods and Beyond 09-26-2006 / PRisMa 2006 Workshop Outline Introduction 1 Introduction Motivation Stochastic Differential Equations 2 The Time Discretization of SDEs Monte-Carlo

More information

Multilevel Monte Carlo for Lévy Driven SDEs

Multilevel Monte Carlo for Lévy Driven SDEs Multilevel Monte Carlo for Lévy Driven SDEs Felix Heidenreich TU Kaiserslautern AG Computational Stochastics August 2011 joint work with Steffen Dereich Philipps-Universität Marburg supported within DFG-SPP

More information

Fast Probability Generating Function Method for Stochastic Chemical Reaction Networks

Fast Probability Generating Function Method for Stochastic Chemical Reaction Networks MATCH Communications in Mathematical and in Computer Chemistry MATCH Commun. Math. Comput. Chem. 71 (2014) 57-69 ISSN 0340-6253 Fast Probability Generating Function Method for Stochastic Chemical Reaction

More information

On the martingales obtained by an extension due to Saisho, Tanemura and Yor of Pitman s theorem

On the martingales obtained by an extension due to Saisho, Tanemura and Yor of Pitman s theorem On the martingales obtained by an extension due to Saisho, Tanemura and Yor of Pitman s theorem Koichiro TAKAOKA Dept of Applied Physics, Tokyo Institute of Technology Abstract M Yor constructed a family

More information

Research Article Adaptive Time-Stepping Using Control Theory for the Chemical Langevin Equation

Research Article Adaptive Time-Stepping Using Control Theory for the Chemical Langevin Equation Applied athematics Volume 215, Article ID 567275, 1 pages http://dx.doi.org/1.1155/215/567275 Research Article Adaptive Time-Stepping Using Control Theory for the Chemical Langevin Equation Silvana Ilie

More information

Short-time expansions for close-to-the-money options under a Lévy jump model with stochastic volatility

Short-time expansions for close-to-the-money options under a Lévy jump model with stochastic volatility Short-time expansions for close-to-the-money options under a Lévy jump model with stochastic volatility José Enrique Figueroa-López 1 1 Department of Statistics Purdue University Statistics, Jump Processes,

More information

BV functions in a Gelfand triple and the stochastic reflection problem on a convex set

BV functions in a Gelfand triple and the stochastic reflection problem on a convex set BV functions in a Gelfand triple and the stochastic reflection problem on a convex set Xiangchan Zhu Joint work with Prof. Michael Röckner and Rongchan Zhu Xiangchan Zhu ( Joint work with Prof. Michael

More information

On the numerical solution of the chemical master equation with sums of rank one tensors

On the numerical solution of the chemical master equation with sums of rank one tensors ANZIAM J. 52 (CTAC21) pp.c628 C643, 211 C628 On the numerical solution of the chemical master equation with sums of rank one tensors Markus Hegland 1 Jochen Garcke 2 (Received 2 January 211; revised 4

More information

Universal examples. Chapter The Bernoulli process

Universal examples. Chapter The Bernoulli process Chapter 1 Universal examples 1.1 The Bernoulli process First description: Bernoulli random variables Y i for i = 1, 2, 3,... independent with P [Y i = 1] = p and P [Y i = ] = 1 p. Second description: Binomial

More information

The concentration of a drug in blood. Exponential decay. Different realizations. Exponential decay with noise. dc(t) dt.

The concentration of a drug in blood. Exponential decay. Different realizations. Exponential decay with noise. dc(t) dt. The concentration of a drug in blood Exponential decay C12 concentration 2 4 6 8 1 C12 concentration 2 4 6 8 1 dc(t) dt = µc(t) C(t) = C()e µt 2 4 6 8 1 12 time in minutes 2 4 6 8 1 12 time in minutes

More information

SDE Coefficients. March 4, 2008

SDE Coefficients. March 4, 2008 SDE Coefficients March 4, 2008 The following is a summary of GARD sections 3.3 and 6., mainly as an overview of the two main approaches to creating a SDE model. Stochastic Differential Equations (SDE)

More information

ON THE DIFFUSION OPERATOR IN POPULATION GENETICS

ON THE DIFFUSION OPERATOR IN POPULATION GENETICS J. Appl. Math. & Informatics Vol. 30(2012), No. 3-4, pp. 677-683 Website: http://www.kcam.biz ON THE DIFFUSION OPERATOR IN POPULATION GENETICS WON CHOI Abstract. W.Choi([1]) obtains a complete description

More information

On continuous time contract theory

On continuous time contract theory Ecole Polytechnique, France Journée de rentrée du CMAP, 3 octobre, 218 Outline 1 2 Semimartingale measures on the canonical space Random horizon 2nd order backward SDEs (Static) Principal-Agent Problem

More information

Functional Limit theorems for the quadratic variation of a continuous time random walk and for certain stochastic integrals

Functional Limit theorems for the quadratic variation of a continuous time random walk and for certain stochastic integrals Functional Limit theorems for the quadratic variation of a continuous time random walk and for certain stochastic integrals Noèlia Viles Cuadros BCAM- Basque Center of Applied Mathematics with Prof. Enrico

More information

Approximation of BSDEs using least-squares regression and Malliavin weights

Approximation of BSDEs using least-squares regression and Malliavin weights Approximation of BSDEs using least-squares regression and Malliavin weights Plamen Turkedjiev (turkedji@math.hu-berlin.de) 3rd July, 2012 Joint work with Prof. Emmanuel Gobet (E cole Polytechnique) Plamen

More information

Modeling with Itô Stochastic Differential Equations

Modeling with Itô Stochastic Differential Equations Modeling with Itô Stochastic Differential Equations 2.4-2.6 E. Allen presentation by T. Perälä 27.0.2009 Postgraduate seminar on applied mathematics 2009 Outline Hilbert Space of Stochastic Processes (

More information

Handbook of Stochastic Methods

Handbook of Stochastic Methods C. W. Gardiner Handbook of Stochastic Methods for Physics, Chemistry and the Natural Sciences Third Edition With 30 Figures Springer Contents 1. A Historical Introduction 1 1.1 Motivation I 1.2 Some Historical

More information

1. Stochastic Process

1. Stochastic Process HETERGENEITY IN QUANTITATIVE MACROECONOMICS @ TSE OCTOBER 17, 216 STOCHASTIC CALCULUS BASICS SANG YOON (TIM) LEE Very simple notes (need to add references). It is NOT meant to be a substitute for a real

More information

EULER MARUYAMA APPROXIMATION FOR SDES WITH JUMPS AND NON-LIPSCHITZ COEFFICIENTS

EULER MARUYAMA APPROXIMATION FOR SDES WITH JUMPS AND NON-LIPSCHITZ COEFFICIENTS Qiao, H. Osaka J. Math. 51 (14), 47 66 EULER MARUYAMA APPROXIMATION FOR SDES WITH JUMPS AND NON-LIPSCHITZ COEFFICIENTS HUIJIE QIAO (Received May 6, 11, revised May 1, 1) Abstract In this paper we show

More information

Stochastic differential equations in neuroscience

Stochastic differential equations in neuroscience Stochastic differential equations in neuroscience Nils Berglund MAPMO, Orléans (CNRS, UMR 6628) http://www.univ-orleans.fr/mapmo/membres/berglund/ Barbara Gentz, Universität Bielefeld Damien Landon, MAPMO-Orléans

More information

An Introduction to Stochastic Simulation

An Introduction to Stochastic Simulation Stephen Gilmore Laboratory for Foundations of Computer Science School of Informatics University of Edinburgh PASTA workshop, London, 29th June 2006 Background The modelling of chemical reactions using

More information

Lévy Processes and Infinitely Divisible Measures in the Dual of afebruary Nuclear2017 Space 1 / 32

Lévy Processes and Infinitely Divisible Measures in the Dual of afebruary Nuclear2017 Space 1 / 32 Lévy Processes and Infinitely Divisible Measures in the Dual of a Nuclear Space David Applebaum School of Mathematics and Statistics, University of Sheffield, UK Talk at "Workshop on Infinite Dimensional

More information

Stability of Stochastic Differential Equations

Stability of Stochastic Differential Equations Lyapunov stability theory for ODEs s Stability of Stochastic Differential Equations Part 1: Introduction Department of Mathematics and Statistics University of Strathclyde Glasgow, G1 1XH December 2010

More information

Dynamical systems with Gaussian and Levy noise: analytical and stochastic approaches

Dynamical systems with Gaussian and Levy noise: analytical and stochastic approaches Dynamical systems with Gaussian and Levy noise: analytical and stochastic approaches Noise is often considered as some disturbing component of the system. In particular physical situations, noise becomes

More information

The Chaotic Character of the Stochastic Heat Equation

The Chaotic Character of the Stochastic Heat Equation The Chaotic Character of the Stochastic Heat Equation March 11, 2011 Intermittency The Stochastic Heat Equation Blowup of the solution Intermittency-Example ξ j, j = 1, 2,, 10 i.i.d. random variables Taking

More information

Poisson random measure: motivation

Poisson random measure: motivation : motivation The Lévy measure provides the expected number of jumps by time unit, i.e. in a time interval of the form: [t, t + 1], and of a certain size Example: ν([1, )) is the expected number of jumps

More information

Lecture 1: Pragmatic Introduction to Stochastic Differential Equations

Lecture 1: Pragmatic Introduction to Stochastic Differential Equations Lecture 1: Pragmatic Introduction to Stochastic Differential Equations Simo Särkkä Aalto University, Finland (visiting at Oxford University, UK) November 13, 2013 Simo Särkkä (Aalto) Lecture 1: Pragmatic

More information

Homogenization with stochastic differential equations

Homogenization with stochastic differential equations Homogenization with stochastic differential equations Scott Hottovy shottovy@math.arizona.edu University of Arizona Program in Applied Mathematics October 12, 2011 Modeling with SDE Use SDE to model system

More information

Backward Stochastic Differential Equations with Infinite Time Horizon

Backward Stochastic Differential Equations with Infinite Time Horizon Backward Stochastic Differential Equations with Infinite Time Horizon Holger Metzler PhD advisor: Prof. G. Tessitore Università di Milano-Bicocca Spring School Stochastic Control in Finance Roscoff, March

More information

ELEMENTS OF PROBABILITY THEORY

ELEMENTS OF PROBABILITY THEORY ELEMENTS OF PROBABILITY THEORY Elements of Probability Theory A collection of subsets of a set Ω is called a σ algebra if it contains Ω and is closed under the operations of taking complements and countable

More information

Large deviations and averaging for systems of slow fast stochastic reaction diffusion equations.

Large deviations and averaging for systems of slow fast stochastic reaction diffusion equations. Large deviations and averaging for systems of slow fast stochastic reaction diffusion equations. Wenqing Hu. 1 (Joint work with Michael Salins 2, Konstantinos Spiliopoulos 3.) 1. Department of Mathematics

More information

On pathwise stochastic integration

On pathwise stochastic integration On pathwise stochastic integration Rafa l Marcin Lochowski Afican Institute for Mathematical Sciences, Warsaw School of Economics UWC seminar Rafa l Marcin Lochowski (AIMS, WSE) On pathwise stochastic

More information

STAT 331. Martingale Central Limit Theorem and Related Results

STAT 331. Martingale Central Limit Theorem and Related Results STAT 331 Martingale Central Limit Theorem and Related Results In this unit we discuss a version of the martingale central limit theorem, which states that under certain conditions, a sum of orthogonal

More information