Week 8 Diffusion Processes, Part 2

Total Page:16

File Type:pdf, Size:1020Kb

Week 8 Diffusion Processes, Part 2 Week 8 Diffusion processes, part 2 Jonathan Goodman October 28, 2013 1 Integration and Ito's lemma for dXt sec:il Outline of this section: 1. Ways to define new processes using old ones: R t (a) An Ito integral with respect to an old process, Yt = 0 asdXs (b) A function of an old process, Yt = f(Xt; t) 2. Figure out stuff about the new processes (a) Ito's lemma 3. It is more useful when it is more general (a) General Ito process, not just diffusions (b) Multi-component processes 1.1 Technical overview A diffusion is a process that satisfies an SDE, which makes it a Markov process. The operations listed above produce processes that have Ito differentials but are not Markov. We call Xt an Ito process if (in these formulas, ∆t > 0 and ∆X = Xt+∆t − Xt): E[ ∆X j Ft] = at∆t + o(∆t) (1) eq:im h 2 i E (∆X) j Ft = µt∆t + o(∆t) (one component) (2) eq:iv h t i E (∆X) (∆X) j Ft = µt∆t + o(∆t) (multi-component) (3) eq:ivm h 4 i 2 E j∆Xj j Ft ≤ C∆t (4) eq:m4 The little oh notation A = o(∆t) means that A is smaller than ∆t. More precisely, A=∆t ! 0 as ∆t ! 0. It is usually correct to think O(∆t2) whenever 1 you see o(∆t). That's what it would be if it were a Taylor series expansion. But it is convenient to make do with an error estimate that is weaker than O(∆t2). That way you don't waste time proving that the error is very small, when it only matters that the error is o(∆t). If Xt is a Markov process (i.e., a diffusion), then the infinitesimal mean and variance are functions of Xt. We may write at = a(Xt; t), and µt = µ(Xt; t) in that case. A diffusion process must be Markov and satisfy an SDE. An Ito process just eq:imeq:iv eq:ivm eq:im needs to satisfy (1), (2) or (3), and (1). For example, suppose (X1;t;X2;t) is a two component diffusion process and Yt = X1;t +X2;t. Then Yt is an Ito process but not a diffusion, because the infinitesimal mean and variance of Yt are not functions of Yt alone, but they depend on X1;t and X2;t separately. There is one thing diffusions do but non-Markov Ito processes do not { satisfy backward equations. The backward equation of last week has a(x; t) and µ(x; t), not just at and µt. The Ito calculus for Ito process is almost the same as it is for Brownian motion, but there is one new technical thing. The general treatment here is a little more complicated, though not much harder, because general Ito processes are not martingales. A general Ito process may be separated into a martingale part, which looks like Brownian motion for our purposes here, and a \smoother" part that can be integrated in the ordinary way. Ito's lemma for general Ito process has a natural version of the informal 2 2 rule (dWt) \=" dt. This rule makes sense because E (dWt) j Ft = dt. The general rule is 2 2 (dXt) \=" E (dXt) j Ft = µ(Xt; t)dt : 2 This fake \=" is not a true equality because the standard deviation of (dXt) is also of order dt. We can substitute the right side for the left side in an Ito 2 integral because the total effect of the “fluctuations” in (dXt) vanishes in the limit ∆t ! 0. 1.2 Martingale diffusions By definition, a stochastic process is a martingale if, for any s > 0, E[ Xt+s j Ft] = Xt : (5) eq:m This definition applies to general processes, which do not have to have con- tinuous paths or be Markov processes. But for Ito processes, the martingale eq:m eq:im property (5) is equivalent to a = 0, the zero drift property, in (1). This equiv- eq:m eq:m alence means that zero drift implies (5), and (5) implies zero drift. The second eq:m statement is \obvious", as (5) implies that E[ ∆X j Ft] = 0 for any ∆t > 0. The first statement is also \obvious", so much so that we defer the discussion to a later subsection. If an Ito process is not a martingale, we can separate out the martingale part using an ordinary integral Z t Yt = Xt − as ds : 0 2 The increment of Y is ∆Y = ∆X − a ∆t + (smaller), so Y satisfies the in- eq:im t t finitesimal drift equation (1) with drift coefficient equal to zero. Therefore, we have Xt = Yt + Zt ; (6) eq:md where Yt is a martingale and Z t Zt = as ds : (7) eq:cp 0 In this decomposition, the drift part of Xt is Zt, and the quadratic variation of Xt is in Yt. We can see this by calculating h 2 i h 2 i E (∆Y ) j Ft = E (∆X − ∆Z) j Ft h 2 i h 2 i = E (∆X) j Ft + 2E[ ∆X∆Z j Ft] + E (∆Z) j Ft 2 2 2 = µt∆t + 2E[ ∆X∆Z j Ft] + at ∆t + O(∆t ) : Cauchy Schwarz handles the middle term on the right: r r h 2 i h 2 i jE[ ∆X∆Z j Ft]j ≤ E (∆X) j Ft E (∆Z) j Ft p p ≤ C ∆t ∆t2 ≤ C∆t3=2 : The power 3=2 shows the convenience of writing o(∆t) instead of O(∆t2). With some more work, we could get C∆t2 instead of C∆t3=2. But this is unnecessary for the present purpose. To summarize, E[ ∆Y j Ft] = 0 2 E[ ∆Z j Ft] = at∆t + O(∆t ) h 2 i 2 E (∆Y ) j Ft = µt∆t + O(∆t ) h 2 i 2 E (∆Z) j Ft = O(∆t ) h 4 i 2 E j∆Y j j Ft ≤ C∆t h 4 i 4 E j∆Zj j Ft ≤ C∆t We divided X into two pieces Y and Z. The martingale piece is as irregular as X but is a martingale. The regular piece is continuous enough to be treated with ordinary calculus. The definition of the integral is Z t Z t Z t fsdXs = fsdYt + fsasds : (8) eq:ci 0 0 0 Only the first term on the right needs a definition. 3 1.3 Ito integral for martingale Ito processes sec:ii This subsection defines Z t Ut = fsdYs ; 0 where Ys is an Ito process and a martingale. In the notation from the past few weeks: (m) X Ut = lim Ut = lim ftj Ytj+1 − Ytj : m!1 m!1 tj <t −m Recall that ∆t = 2 and tj = j∆t. Our Borel Cantelli type lemma implies that the limit exists if 1 h i X (m+1) (m) E Ut − Ut < 1 : m=1 We show that in fact the expectations on the right form a geometric series: h i p p −m (m+1) (m) E Ut − Ut ≤ C ∆t = C 2 : (m+1) (m) We study Ut − Ut as we did when we did integration with respect (m+1) to Brownian motion. The finer approximation Ut is defined using values 1 f = f with t = j∆t, and the half points f 1 = f with t 1 = (j + )∆t. j tj j j+ tj+ 1 j+ 2 2 2 2 The Yj and Y 1 are defined analogously. The finer approximation is j+ 2 (m+1) X h i U = f 1 Yj+1 − Y 1 + fj Y 1 − Yj t j+ 2 j+ 2 j+ 2 tj <t (m) Subtracting Ut from this gives the thing we need to estimate: (m+1) (m) X Ut − Ut = Rj ; tj <t with Rj = f 1 − fj Yj+1 − Y 1 : j+ 2 j+ 2 The expected square is the sum of diagonal and off diagonal terms. For each off diagonal term with j > k there is an equal term with j < k. A factor of 2 in the off diagonal sum takes that into account. We have 2 (m+1) (m) X 2 X X E Ut − Ut = E Rj + 2 E[ RkRj] : tj <t tj <t tj <tk<t The off diagonal terms E[ RkRj] with tk > tj vanish because h i h i E R R j F = E Y − Y 1 j F f 1 − f R = 0 : k j tj+ 1 k+1 k+ tk+ 1 k+ k j 2 2 2 2 4 The first factor on the right vanishes because Y is a martingale. The diagonal sum is also as it was in the Brownian motion case. 2 2 E Yj+1 − Y 1 f 1 − fj j+ 2 j+ 2 2 2 = E E Yj+1 − Y 1 j F 1 f 1 − fj j+ 2 j+ 2 j+ 2 2 ≤ C∆t E f 1 − fj j+ 2 ≤ C∆t2 : Therefore the diagonal sum is X 2 X E Rj ≤ C∆t ∆t = Ct∆t : tj <t tj <t The Cauchy Schwarz inequality, or Jensen's inequality, then gives s h i 2 (m+1) (m) (m+1) (m) E Ut − Ut ≤ E Ut − Ut p ≤ Ct∆t : This proves the existence of the Ito integral with respect to a martingale diffu- sion. Now that the Ito integral is defined, what are its properties? If U = eq:imt R t f dX , then dU = f dX .
Recommended publications
  • A Stochastic Processes and Martingales
    A Stochastic Processes and Martingales A.1 Stochastic Processes Let I be either IINorIR+.Astochastic process on I with state space E is a family of E-valued random variables X = {Xt : t ∈ I}. We only consider examples where E is a Polish space. Suppose for the moment that I =IR+. A stochastic process is called cadlag if its paths t → Xt are right-continuous (a.s.) and its left limits exist at all points. In this book we assume that every stochastic process is cadlag. We say a process is continuous if its paths are continuous. The above conditions are meant to hold with probability 1 and not to hold pathwise. A.2 Filtration and Stopping Times The information available at time t is expressed by a σ-subalgebra Ft ⊂F.An {F ∈ } increasing family of σ-algebras t : t I is called a filtration.IfI =IR+, F F F we call a filtration right-continuous if t+ := s>t s = t. If not stated otherwise, we assume that all filtrations in this book are right-continuous. In many books it is also assumed that the filtration is complete, i.e., F0 contains all IIP-null sets. We do not assume this here because we want to be able to change the measure in Chapter 4. Because the changed measure and IIP will be singular, it would not be possible to extend the new measure to the whole σ-algebra F. A stochastic process X is called Ft-adapted if Xt is Ft-measurable for all t. If it is clear which filtration is used, we just call the process adapted.The {F X } natural filtration t is the smallest right-continuous filtration such that X is adapted.
    [Show full text]
  • 6 Mar 2019 Strict Local Martingales and the Khasminskii Test for Explosions
    Strict Local Martingales and the Khasminskii Test for Explosions Aditi Dandapani∗† and Philip Protter‡§ March 7, 2019 Abstract We exhibit sufficient conditions such that components of a multidimen- sional SDE giving rise to a local martingale M are strict local martingales or martingales. We assume that the equations have diffusion coefficients of the form σ(Mt, vt), with vt being a stochastic volatility term. We dedicate this paper to the memory of Larry Shepp 1 Introduction In 2007 P.L. Lions and M. Musiela (2007) gave a sufficient condition for when a unique weak solution of a one dimensional stochastic volatility stochastic differen- tial equation is a strict local martingale. Lions and Musiela also gave a sufficient condition for it to be a martingale. Similar results were obtained by L. Andersen and V. Piterbarg (2007). The techniques depend at one key stage on Feller’s test for explosions, and as such are uniquely applicable to the one dimensional case. Earlier, in 2002, F. Delbaen and H. Shirakawa (2002) gave a seminal result giving arXiv:1903.02383v1 [q-fin.MF] 6 Mar 2019 necessary and sufficient conditions for a solution of a one dimensional stochastic differential equation (without stochastic volatility) to be a strict local martingale or not. This was later extended by A. Mijatovic and M. Urusov (2012) and then by ∗Applied Mathematics Department, Columbia University, New York, NY 10027; email: [email protected]; Currently at Ecole Polytechnique, Palaiseau, France. †Supported in part by NSF grant DMS-1308483 ‡Statistics Department, Columbia University, New York, NY 10027; email: [email protected].
    [Show full text]
  • Geometric Brownian Motion with Affine Drift and Its Time-Integral
    Geometric Brownian motion with affine drift and its time-integral ⋆ a b, c Runhuan Feng , Pingping Jiang ∗, Hans Volkmer aDepartment of Mathematics, University of Illinois at Urbana-Champaign, Illinois, USA bSchool of Management and Economics,The Chinese University of Hong Kong, Shenzhen, Shenzhen, Guangdong, 518172, P.R. China School of Management, University of Science and Technology of China, Hefei, Anhui, 230026, P.R.China cDepartment of Mathematical Sciences, University of Wisconsin–Milwaukee, Wisconsin, USA Abstract The joint distribution of a geometric Brownian motion and its time-integral was derived in a seminal paper by Yor (1992) using Lamperti’s transformation, leading to explicit solutions in terms of modified Bessel functions. In this paper, we revisit this classic result using the simple Laplace transform approach in connection to the Heun differential equation. We extend the methodology to the geometric Brownian motion with affine drift and show that the joint distribution of this process and its time-integral can be determined by a doubly-confluent Heun equation. Furthermore, the joint Laplace transform of the process and its time-integral is derived from the asymptotics of the solutions. In addition, we provide an application by using the results for the asymptotics of the double-confluent Heun equation in pricing Asian options. Numerical results show the accuracy and efficiency of this new method. Keywords: Doubly-confluent Heun equation, geometric Brownian motion with affine drift, Lamperti’s transformation, asymptotics, boundary value problem. ⋆R. Feng is supported by an endowment from the State Farm Companies Foundation. P. Jiang arXiv:2012.09661v1 [q-fin.MF] 17 Dec 2020 is supported by the Postdoctoral Science Foundation of China (No.2020M671853) and the National Natural Science Foundation of China (No.
    [Show full text]
  • Jump-Diffusion Models for Asset Pricing in Financial Engineering
    J.R. Birge and V. Linetsky (Eds.), Handbooks in OR & MS, Vol. 15 Copyright © 2008 Elsevier B.V. All rights reserved DOI: 10.1016/S0927-0507(07)15002-7 Chapter 2 Jump-Diffusion Models for Asset Pricing in Financial Engineering S.G. Kou Department of Industrial Engineering and Operations Research, Columbia University E-mail: [email protected] Abstract In this survey we shall focus on the following issues related to jump-diffusion mod- els for asset pricing in financial engineering. (1) The controversy over tailweight of distributions. (2) Identifying a risk-neutral pricing measure by using the rational ex- pectations equilibrium. (3) Using Laplace transforms to pricing options, including European call/put options, path-dependent options, such as barrier and lookback op- tions. (4) Difficulties associated with the partial integro-differential equations related to barrier-crossing problems. (5) Analytical approximations for finite-horizon Amer- ican options with jump risk. (6) Multivariate jump-diffusion models. 1Introduction There is a large literature on jump-diffusion models in finance, including several excellent books, e.g. the books by Cont and Tankov (2004), Kijima (2002). So a natural question is why another survey article is needed. What we attempt to achieve in this survey chapter is to emphasis some points that have not been well addressed in previous surveys. More precisely we shall focus on the following issues. (1) The controversy over tailweight of distributions. An empirical motiva- tion for using jump-diffusion models comes from the fact that asset return distributions tend to have heavier tails than those of normal dis- tribution. However, it is not clear how heavy the tail distributions are, as some people favor power-type distributions, others exponential-type distributions.
    [Show full text]
  • 1 the Ito Integral
    Derivative Securities, Fall 2010 Mathematics in Finance Program Courant Institute of Mathematical Sciences, NYU Jonathan Goodman http://www.math.nyu.edu/faculty/goodman/teaching/DerivSec10/resources.html Week 6 1 The Ito integral The Black Scholes reasoning asks us to apply calculus, stochastic calculus, to expressions involving differentials of Brownian motion and other diffusion pro- cesses. To do this, we define the Ito integral with respect to Brownian motion and a general diffusion. Things discussed briefly and vaguely here are discussed in more detail and at greater length in Stochastic calculus. Suppose Xt is a diffusion process that satisfies (18) and (19) from week 5. Suppose that ft is another stochastic process that is adapted to the same filtration F. The Ito integral is Z t Yt = fs dXs : (1) 0 You could call this the \indefinite integral" because we care how the answer depends on t. In particular, the Ito integral is one of the ways to construct a new stochastic process, Yt, from old ones ft and Xt. It is not possible to define (1) unless ft is adapted. If ft is allowed to depend 0 on future values Xt0 (t > t), then the integral may not make sense or it may not have the properties we expect. The essential technical idea in the definition of (1) is that dXs is in the future of s. If we think that dXs = Xs+ds − Xs, then we must take ds > 0 (but infinitely close to zero). This implies that if Xt is a martingale, then Yt also is a martingale.
    [Show full text]
  • A Stochastic Lomax Diffusion Process: Statistical Inference and Application
    mathematics Article A Stochastic Lomax Diffusion Process: Statistical Inference and Application Ahmed Nafidi 1,†, Ilyasse Makroz 1,*,† and Ramón Gutiérrez Sánchez 2,† 1 Department of Mathematics and Informatics, National School of Applied Sciences, Hassan First University of Settat, LAMSAD, Avenue de l’université, Berrechid BP 280, Morocco; ahmed.nafi[email protected] 2 Department of Statistics and Operational Research, Facultad de Ciencias, Campus de Fuentenueva, University of Granada, 18071 Granada, Spain; [email protected] * Correspondence: [email protected] † These authors contributed equally to this work. Abstract: In this paper, we discuss a new stochastic diffusion process in which the trend function is proportional to the Lomax density function. This distribution arises naturally in the studies of the frequency of extremely rare events. We first consider the probabilistic characteristics of the proposed model, including its analytic expression as the unique solution to a stochastic differential equation, the transition probability density function together with the conditional and unconditional trend functions. Then, we present a method to address the problem of parameter estimation using maximum likelihood with discrete sampling. This estimation requires the solution of a non-linear equation, which is achieved via the simulated annealing method. Finally, we apply the proposed model to a real-world example concerning adolescent fertility rate in Morocco. Keywords: stochastic differential equation; lomax distribution; trend functions; statistical inference; simulated annealing; adolescent fertility rate Citation: Nafidi, A.; Makroz, I.; 1. Introduction Gutiérrez-Sánchez, R. A Stochastic Stochastic diffusion models are used to analyze the evolution of phenomena in multi- Lomax Diffusion Process: Statistical ple fields of science, including biology, finance, energy consumption and physics.
    [Show full text]
  • A Guide to Brownian Motion and Related Stochastic Processes
    Vol. 0 (0000) A guide to Brownian motion and related stochastic processes Jim Pitman and Marc Yor Dept. Statistics, University of California, 367 Evans Hall # 3860, Berkeley, CA 94720-3860, USA e-mail: [email protected] Abstract: This is a guide to the mathematical theory of Brownian mo- tion and related stochastic processes, with indications of how this theory is related to other branches of mathematics, most notably the classical the- ory of partial differential equations associated with the Laplace and heat operators, and various generalizations thereof. As a typical reader, we have in mind a student, familiar with the basic concepts of probability based on measure theory, at the level of the graduate texts of Billingsley [43] and Durrett [106], and who wants a broader perspective on the theory of Brow- nian motion and related stochastic processes than can be found in these texts. Keywords and phrases: Markov process, random walk, martingale, Gaus- sian process, L´evy process, diffusion. AMS 2000 subject classifications: Primary 60J65. Contents 1 Introduction................................. 3 1.1 History ................................ 3 1.2 Definitions............................... 4 2 BM as a limit of random walks . 5 3 BMasaGaussianprocess......................... 7 3.1 Elementarytransformations . 8 3.2 Quadratic variation . 8 3.3 Paley-Wiener integrals . 8 3.4 Brownianbridges........................... 10 3.5 FinestructureofBrownianpaths . 10 arXiv:1802.09679v1 [math.PR] 27 Feb 2018 3.6 Generalizations . 10 3.6.1 FractionalBM ........................ 10 3.6.2 L´evy’s BM . 11 3.6.3 Browniansheets ....................... 11 3.7 References............................... 11 4 BMasaMarkovprocess.......................... 12 4.1 Markovprocessesandtheirsemigroups. 12 4.2 ThestrongMarkovproperty. 14 4.3 Generators .............................
    [Show full text]
  • ENLARGEMENT of FILTRATION and the STRICT LOCAL MARTINGALE PROPERTY in STOCHASTIC DIFFERENTIAL EQUATIONS Aditi Dandapani COLUMBIA
    ENLARGEMENT OF FILTRATION AND THE STRICT LOCAL MARTINGALE PROPERTY IN STOCHASTIC DIFFERENTIAL EQUATIONS Aditi Dandapani Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate School of Arts and Sciences COLUMBIA UNIVERSITY 2016 © 2016 Aditi Dandapani All Rights Reserved Abstract ENLARGEMENT OF FILTRATION AND THE STRICT LOCAL MARTINGALE PROPERTY IN STOCHASTIC DIFFERENTIAL EQUATIONS Aditi Dandapani In this thesis, we study the strict local martingale property of solutions of various types of stochastic differential equations and the effect of an initial expansion of the filtration on this property. For the models we consider, we either use existing criteria or, in the case where the stochastic differential equation has jumps, develop new criteria that can can detect the presence of the strict local martingale property. We develop deterministic sufficient conditions on the drift and diffusion coefficient of the stochastic process such that an enlargement by initial expansion of the filtration can produce a strict local martingale from a true martingale. We also develop a way of characterizing the martingale property in stochastic volatility models where the local martingale has a general diffusion coefficient, of the form µ(St; vt);where the function µ(x1; x2) is locally Lipschitz in x: Contents Acknowledgements ii Introduction 1 Chapter 1 5 0.1 The One-Dimensional Case . .5 0.2 Stochastic Volatility Models . 13 0.3 Expansion of the Filtration by Initial Expansions . 31 Chapter 2 35 0.4 The Model of Lions and Musiela . 35 0.5 The Case of Jump Discontinuities . 62 0.6 The Model of Mijatovic and Urusov .
    [Show full text]
  • Poisson Processes and Jump Diffusion Model
    Mälardalen University MT 1410 Analytical Finance I Teacher: Jan Röman, IMA Seminar 2005-10-05 Poisson Processes and Jump Diffusion Model Authors: Ying Ni, Cecilia Isaksson 13/11/2005 Abstract Besides the Wiener process (Brownian motion), there’s an another stochastic process that is very useful in finance, the Poisson process. In a Jump diffusion model, the asset price has jumps superimposed upon the familiar geometric Brownian motion. The occurring of those jumps are modelled using a Poisson process. This paper introduces the definition and properties of Poisson process and thereafter the Jump diffusion process which consists two stochastic components, the “white noise” created by Wiener process and the jumps generated by Poisson processes. MT1410 Seminar Group: Cecilia Isaksson; Ying Ni - 1 - 13/11/2005 Table of contents 1. Introduction …..………………………………………………………………….3 2. Poisson Processes ……………………………………………………………….4 2.1 Lévy Processes, Wiener Processes & Poisson Processes ……………………….4 2.2 The Markov Property of Poisson Processes ……………………………………..6 2.2 Applications of Poisson Processes in Finance……………………………………..8 3. The Jump Diffusion Model …………………………………………………….9 3.1 The model…………………………………………………………………………..9 3.2 Practical problem………………………………………………………………….10 4. Conclusion ………………………………………………………………………11 5. References ………………………………………………………………………..12 MT1410 Seminar Group: Cecilia Isaksson; Ying Ni - 2 - 13/11/2005 1. Introduction In option pricing theory, the geometric Brownian Motion is the most frequently used model for the price dynamic of an underlying asset. However, it is argued that this model fails to capture properly the unexpected price changes, called jumps. Price jumps are important because they do exist in the market. A more realistic model should therefore also take jumps into account. Price jumps are in general infrequent events and therefore the number of those jumps can be modelled by a Poisson processes.
    [Show full text]
  • Martingale Problems and Stochastic Equations
    Martingale problems and stochastic equations • Characterizing stochastic processes by their martingale properties • Markov processes and their generators • Forward equations • Other types of martingale problems • Change of measure • Martingale problems for conditional distributions • Stochastic equations for Markov processes • Filtering • Time change equations • Bits and pieces • Supplemental material • Exercises • References •First •Prev •Next •Go To •Go Back •Full Screen •Close •Quit 1 Supplemental material • Background: Basics of stochastic processes • Stochastic integrals for Poisson random measures • Technical lemmas •First •Prev •Next •Go To •Go Back •Full Screen •Close •Quit 2 1. Characterizing stochastic processes by their martingale prop- erties • Levy’s´ characterization of Brownian motion • Definition of a counting process • Poisson processes • Martingale properties of the Poisson process • Strong Markov property for the Poisson process • Intensities • Counting processes as time changes of Poisson processes • Martingale characterizations of a counting process • Multivariate counting processes Jacod(1974/75),Anderson and Kurtz(2011, 2015) •First •Prev •Next •Go To •Go Back •Full Screen •Close •Quit 3 Brownian motion A Brownian motion is a continuous process with independent, Gaussian increments. A Brownian motion W is standard if the increments W (t + r) − W (t), t; r ≥ 0, have mean zero and variance r. W is a martingale: W W E[W (t + r)jFt ] = E[W (t + r) − W (t)jFt ] + W (t) = W (t); W Ft = σ(W (s): s ≤ t). W has quadratic variation t, that is X 2 [W ]t = lim (W (t ^ ti+1) − W (t ^ ti)) = t sup jti+1−tij=0 i in probability, or more precisely, X 2 lim sup j (W (t ^ ti+1) − W (t ^ ti)) − tj = 0 sup jti+1−tij=0 t≤T i in probability for each T > 0.
    [Show full text]
  • On a Class of Historical Superprocesses in the Dynkin Sense
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Saitama University Cyber Repository of Academic Resources J. Saitama Univ. Fac. Educ., 62(1):249-266 (2013) On A Class of Historical Superprocesses in The Dynkin Sense DOKU,^ Isamu Faculty of Education, Saitama University Abstract We study a class of historical superprocesses in the Dynkin sense. This class is closely related to a group of superprocesses, namely, measure-valued branching Markov processes, which are associated with stable random measure. Then we prove the existence theorem for the class of historical superprocesses in Dynkin's sense. Key Words : Dynkin's historical superprocess, measure-valued Markov process, superprocess, stable random measure, existence. 1. Introduction The purpose of this paper is to investigate a class of historical superprocesses in Dynkin's sense. This class is closely related to another class of superprocesses, namely, measure-valued branching Markov processes, which are associated with stable random measure. Then it is proven that the class of historical superprocesses in Dynkin's sense exists under some suitable conditions. Now we shall begin with introducing a fundamental relationship between superprocess and its associated historical superprocess. 1.1 Superprocess with Branching Rate Functional In this subsection we shall introduce the so-called superprocess with branching rate functional, which forms a general class of measure-valued branching Markov processes with diffusion as a underlying spatial motion. WeR write the integral of measurable function f with respect to measure µ as hµ, fi = fdµ. For simplicity, d d MF = MF (R ) is the space of finite measures on R .
    [Show full text]
  • Operator Methods for Continuous-Time Markov Processes
    CHAPTER11 Operator Methods for Continuous-Time Markov Processes Yacine Aït-Sahalia*, Lars Peter Hansen**, and José A. Scheinkman* *Department of Economics, Princeton University,Princeton, NJ **Department of Economics,The University of Chicago, Chicago, IL Contents 1. Introduction 2 2. Alternative Ways to Model a Continuous-Time Markov Process 3 2.1. Transition Functions 3 2.2. Semigroup of Conditional Expectations 4 2.3. Infinitesimal Generators 5 2.4. Quadratic Forms 7 2.5. Stochastic Differential Equations 8 2.6. Extensions 8 3. Parametrizations of the Stationary Distribution: Calibrating the Long Run 11 3.1. Wong’s Polynomial Models 12 3.2. Stationary Distributions 14 3.3. Fitting the Stationary Distribution 15 3.4. Nonparametric Methods for Inferring Drift or Diffusion Coefficients 18 4. Transition Dynamics and Spectral Decomposition 20 4.1. Quadratic Forms and Implied Generators 21 4.2. Principal Components 24 4.3. Applications 30 5. Hermite and Related Expansions of a Transition Density 36 5.1. Exponential Expansion 36 5.2. Hermite Expansion of the Transition Function 37 5.3. Local Expansions of the Log-Transition Function 40 6. Observable Implications and Tests 45 6.1. Local Characterization 45 6.2. Total Positivity and Testing for Jumps 47 6.3. Principal Component Approach 48 6.4. Testing the Specification of Transitions 49 6.5. Testing Markovianity 52 6.6. Testing Symmetry 53 6.7. Random Time Changes 54 © 2010, Elsevier B.V.All rights reserved. 1 2 Yacine Aït-Sahalia et al. 7. The Properties of Parameter Estimators 55 7.1. Maximum Likelihood Estimation 55 7.2. Estimating the Diffusion Coefficient in the Presence of Jumps 57 7.3.
    [Show full text]