Some Terminology and Concepts that We will Use, But Not Emphasize (Section 6.2)

Size: px
Start display at page:

Download "Some Terminology and Concepts that We will Use, But Not Emphasize (Section 6.2)"

Transcription

1 Some Terminology and Concepts that We will Use, But Not Emphasize (Section 6.2) Statistical analysis is based on probability theory. The fundamental object in probability theory is a probability space, (Ω, F, P). Ω sample space, universe of discourse; typical element, ω Ω F σ-field on Ω; collection of subsets of Ω P probability measure on (Ω, F) A random variable is a real-valued function defined on Ω. I use upper case Latin letters to represent random variables (usually!). To emphasize that a random variable is a function, we sometimes write something like X(ω), where ω Ω. (Tsay writes X(η).) 1

2 Stochastic Processes A stochastic process, or a time series, is a sequence of random variables in which the index is time, {X t }. We can also think of a sequence of probability spaces, {(Ω t, F t, P t )}. This may not be very useful. Everything is changing. Another type of a sequence of probability spaces, {(Ω, F t, P t )}. Still may not be very useful. May be useful if F s F t for s < t. Such a sequence of σ-fields is called a filtration. This is what we will usually assume. 2

3 Martingales If {X t, F t } is a sequence such that F t is a filtration and E(X t+1 F t ) = X t then {X t, F t } is called a martingale. Thus, a martingale is a zero-drift stochastic process. For a martingale, X 0, X 1,..., we have E( X) = 0 and E(X T ) = x 0. 3

4 Probability Models in Continuous Time We often observe a stochastic process {X t } at regularly-spaced fixed points in time, in which case we just map time to some set of the intergers, and denote the terms in the process as X 1, X 2,... or maybe... X 1, X 0, X 1,.... Even though we may not be able to observe a process in continuous time, it is easy to think of the index as continuous. When this is the case, we often write the random variable as X(t) instead of X t. 4

5 Probability Models in Continuous Time Instead of X t or X(t), we might also write the sequence of random variables as X(ω t ). In this case, the model for a stochastic process begins with a sample space Ω over which there is a sampling sequence (ω 1, ω 2,...), or more generally, in continuous time, ω(t). Each sequence yields a path or trajectory, The sample space for the stochastic process becomes the set of paths. 5

6 Stochastic Processes in Continuous Time Our approach to analysis of stochastic processes in continuous time will involve the usual consideration of finite changes. The backshift operator B will not be used. We will use the difference operator, but its meaning will change to correspond to its use in calculus. X t means some small change to X t (and there may be some ambiguity about forward change or backward change that will need to be resolved). t means some small change to t, and it is usually associated with a X t (so if directions are an issue, both are in the same direction). 6

7 Brownian Motion or Wiener Processes Suppose in a sequence W 0, W 1,..., the distribution of W t+1 W t is normal with mean 0 and standard deviation 1. What is the distribution of W t+2 W t? It is normal with mean 0 and standard deviation 2. If we allow continuous time, what is the distribution of W t+0.5 W t? It must be normal with mean 0 and standard deviation 0.5. More generally, the distribution of the change in time t has a standard deviation of t This kind of process with the Markovian property and with a normal distribution of the changes leads to a Brownian motion or a Wiener process. 7

8 Wiener Processes We start with two properties: The change W t during a small period of time t is given by W t = Z t, where Z is a realization of a variable with a N(0,1) distribution. The values of W t for any two short intervals of time t are independent. 8

9 Wiener Processes over Longer Periods of Time Now, consider N time periods, and let T = N t. We have W(T) W(0) = N i=1 Z i t. 9

10 Wiener Processes As in ordinary calculus, we consider the limit as t 0, and we have the differential equation dw = Zdt. This is a Brownian motion or a Wiener process. Terminology: What s this? Sometimes it s dw that is called the Brownian motion or the Wiener process. and sometimes it s just W. The fact that we had t in the original equation has important implications that we will return to later. We can use the Wiener process to develop a generalized Wiener process: ds = µdt + σdw, where µ and σ are constants: drift and volatility. 10

11 An Aside: Moments of a Normal Random Variable The moment-generating function (MGF) for the random variable X, if it exists, is ψ X (t) = E ( e tx). An important use of the MGF is in computing the moments. For the random variable X with MGF ψ X (t), we have E(X r ) = ψ (r) X (0). 11

12 An Aside: Moments of a Normal Random Variable The moment-generating function exists for many common distributions, and in particular, for the N(µ, σ 2 ) distribution we have ψ X (t) = e µt+σ2 t 2 /2, for < t <. Hence, we get the raw moments as E(X) = dψ X(t) dt E(X 2 ) = d2 ψ X (t) dt 2 E(X 3 ) = d3 ψ X (t) dt 3 E(X 4 ) = d4 ψ X (t) dt 4 t=0 = µ t=0 = µ 2 + σ 2 t=0 = µ 3 + 3µσ 2 t=0 = Exercise. 12

13 Additional Asides Expectation is a linear operator; hence it is easy to determine expectations of linear transformations of variables. If then etc. E Y = ax + b, E(Y ) = ae(x) + b ( Y 2) ( = E (ax + b) 2) = a 2 ( E X 2) + 2abE(X) + b 2 We can form relationships among expectations of powers and variances; for example: E ( X 2) = V(X) + (E(X)) 2 E ( X 4) = V ( X 2) + ( E ( X 2)) 2 etc. 13

14 Additional Asides (Continued) For a standard normal random variable Z, that is, Z N(0,1), we have Z 2 χ 2 (1). Now a χ 2 (ν) is a gamma(2, ν/2). The expectation of a gamma(α, β) is αβ and the variance is αβ 2. (These ( are easy relationships to remember.) From this, we have E Z 2) ( = 1 and V Z 2) = 1/2. If X N(µ, σ 2 ) its relationship with a standard normal random variable Z is X = σz + µ. This gives X 2 = σ 2 Z 2 + 2µσZ + µ 2. Hence, using the stuff above, we have ( E X 4) ( = V X 2) + ( E (X 2)) 2 = σ 4 V ( Z 2) + 4µ 2 σ 2 V(Z) + ( σ 2 E ( Z 2) + 2µσE(Z) + µ 2) 2 = 2σ 4 + 4µ 2 σ 2 + ( σ 2 + µ 2) 2 = 3σ 4 + 6µ 2 σ 2 + µ 4. (which you get using different methods in the suggested exercise.) 14

15 Properties of the Discrete Process Underlying the Wiener Process With W = Z t, we immediately have from the previous results for the normal distribution E( W) = 0 E ( ( W) 2) = V( W) + (E( W)) 2 = t E ( ( W) 3) = 0 E ( ( W) 4) = V ( ( W) 2) + ( E ( ( W) 2)) 2 = 3( t) 2 Because of independence, for i W and j W, representing two nonoverlapping intervals of time, E(( i W)( j W)) = cov( i W, j W) = 0. 15

16 The Wiener process is a random variable; that is, it is a realvalued mapping from a sample space Ω. We sometimes use the notation W(ω) to emphasize this fact. The Wiener process is a function in continuous time. We sometimes use the notation W(t, ω) or W(t ω ) to emphasize the time dependency. Most of the time we drop the ω. Also, sometimes we write W t instead of W(t). All of these notations are equivalent. 16

17 Continuing the Definition of a Wiener Process There two additional properties of a Wiener process or Brownian motion that we need in order to have a useful model. We need an initial value, and we need it to be continuous in time. Because the Wiener process is a random variable, the values it takes are those of a function at some point in the underlying sample space, Ω. Therefore, when we speak of W(t) at some t, we must speak in terms of probabilities of values or ranges of values. When we speak of a particular value, the most we can say is that the values occurs almost surely. Almost surely means with probability 1. 17

18 Two Additional Properties of a Wiener Process That Are Almost Sure We assume W(t) = 0 almost surely at t = 0. We assume W(t) is almost surely continuous in t. These two properties together with the limiting forms of the two properties given at the beginning define a Wiener process or Brownian motion. (There is a theorem due to Kolmogorov that states that given the first three properties, there exists a version that is absolutely continuous in t.) 18

19 Some Asides: Almost Everywhere In a measure space a statement holds almost everywhere if it holds over the full space except possibly on a set of measure 0. In that case, we write the statement followed by a.e., or if the measure is a probability measure, we usually use a.s.. For example, consider the function f n (x) = ni [0,n 1 ](x) for n = 1,2,... and x IR, with the usual measure (Lebesgue). Then lim n f n (x) = 0 for any x 0. So we have lim n f n (x) = 0 a.e. This is also a good example to show the effect of interchange of a limit and an integral (which is often defined in terms of a limit). Because of the property above, lim n f n(x)dx = 0. But because f n (x)dx = 1, for any n = 1,2,..., lim n f n (x)dx = 1. 19

20 Almost Surely If the measure is a probability measure instead of almost everywhere or a.e., we use the term almost surely or a.s. Almost surely means with probability 1. If X U(0,1), what is the probability that X = 0.5? It is 0. So we could say X [0,0.5) (0.5,1] a.s. The term is most often used for a type of convergence of a sequence of random variables, {X t }. We say {X t } converges to Y almost surely, and write if X t Y a.s., lim X t = Y a.s. t Here, Y could be a random variable, or it may be a fixed number. 20

21 Some Asides: Convergence If {X t } converges to Y almost surely, we also write X t a.s. Y. Convergence almost everywhere is also called strong convergence. There are several kinds of weaker convergence. The most common is convergence in probability. We say {X t } converges to Y in probability, and write if for any fixed ɛ > 0 X t p Y. lim Pr( X t Y > ɛ) = 0. t We also have convergence in r th moment, X N Lr Y : lim E( X t Y r r) = 0. t For r = 2 we also write ms-lim n X t = Y. Now,... back to Wiener processes. 21

22 Properties of a Wiener Process From the definition, we can see immediately that the Wiener process is Markovian the Wiener process is a martingale. 22

23 Generalized Wiener Processes A Wiener process or Brownian motion is a model for changes. It models diffusion. If the process drifts over time (in a constant manner), we can add a term for the drift, adt. More generally, a model for the state of a process that has both a Brownian difusion and a drift is a generalized Wiener process: ds = adt + bdw, where a and b are constants. A generalized Wiener process is a type of a more general drift-diffusion process. While the expected value of the Wiener process at any time is 0, the expected value of the state S is not necessarily 0. Likewise, the variance is affected by b. Both the expected value and the variance of S are functions of time. 23

24 Properties of a Wiener Process One of the most interesting properties of a Wiener process is that it is not differentiable. (We also say that its first variation is infinite.) It is infinitely wiggly. 24

25 Variation in Normal Processes at Shorter Time Intervals W(t) t W(t) t W(t) t 25

26 An Aside: Continuity and Differentiability We consider three successively stronger types of continuity, and one modification of the strong type. Definition Let f be a real-valued function whose domain includes a set D IR d. We say that f is uniformly continuous over D if, given ɛ > 0, δ x, y D with x y < δ, f(x) f(y) < ɛ. Continuity is a point-wise property, while uniform continuity is a property for all points in some given set. 26

27 An Aside: Continuity and Differentiability Example: (Continued) The function f(x) = 1/x is continuous on ]0, [, but is not uniformly continuous over that interval. This function is, however, uniformly continuous over any closed and bounded subinterval of ]0, [. The Heine-Cantor theorem, in fact, states that any function that is continuous over a compact set is uniformly continuous over that set. If {x n } is a Cauchy sequence in the domain of a a uniformly continuous function f, then {f(x n )} is also a Cauchy sequence. If a function f is uniformly continuous over a finite interval ]a, b[, then f is bounded over ]a,b[. 27

28 An Aside: Continuity and Differentiability (Continued) Definition Let f be a real-valued function defined on [a, b] (its domain may be larger). We say that f is absolutely continuous on [a, b] if, given ɛ > 0, there exists a δ such that for every finite collection of nonoverlapping open rectangles ]x i, y i [ [a, b] with n i=1 x i y i < δ, n i=1 f(x i ) f(y i ) < ɛ. If f is absolutely continuous over D, it is uniformly continuous on D, but the converse is not true. 28

29 An Aside: Continuity and Differentiability (Continued) Example: The Cantor function, defined over the interval [0,1], is an example of a function that is continuous everywhere, and hence, uniformly continuous on that compact set, but not absolutely continuous. The Cantor function takes different values over the different intervals used in the construction of the Cantor set. The Cantor set is i=1 C i, where C 1 = [0,1/3] [2/3,1] C 2 = [0,1/9] [2/9,1/3] [2/3,7/9] [8/9,1]. 29

30 Example Continued: The Cantor Function Let f 0 (x) = x, and then for n = 0,1,..., let f n+1 (x) = 0.5f n (3x) for 0 x < 1/3 f n+1 (x) = 0.5 for 1/3 x < 2/3 f n+1 (x) = f n (3(x 2/3)) for 2/3 x 1. The Cantor function is f(x) = lim n f n (x). The Cantor function has a derivative of 0 almost everywhere, but has no derivative at any member of the Cantor set. 30

31 An Aside: Continuity and Differentiability (Continued) An absolutely continuous function is of bounded variation; it has a derivative almost everywhere; and if the derivative is 0 a.e., the function is constant. 31

32 An Aside: Continuity and Differentiability (Continued) A slightly stronger form of continuity is Lipschitz-continuity. It places an explicit bound on the amount by which the function can change. Definition Let f be a real-valued function whose domain is an interval D IR d. We say that f is Lipschitz-continuous if for any y 1, y 2 D and y 1 y 2, there exists γ such that f(y 1 ) f(y 2 ) γ y 1 y 2. The smallest γ for which the inequality holds is called the Lipschitz constant. 32

33 An Aside: Continuity and Differentiability (Continued) Every Lipschitz-continuous function is absolutely continuous. Lipschitz continuity plays an important role in nonparametric function estimation. The graph of a scalar-valued Lipschitz-continuous function f over D IR has the interesting geometric property that the entire graph of f(x) lies between the lines y = f(c) ± γ(x c) for any c D. Example: The function f(x) = x for x [0,1] is an example of a absolutely continuous everywhere on [0, 1], but is not Lipschitz continuous on that set. (The problem with Lipschitz continuity occurs at x = 0.) 33

34 An Aside: Continuity and Differentiability (Continued) Finally, a slight modification of Lipschitz-continuity yields another form of continuity called uniform Lipschitz-continuity of order α, or Hölder continuity of order α. Definition Let f be a real-valued function whose domain is an interval D IR d. We say that f is Hölder-continuous of order α where α > 0, if for any y 1, y 2 D and y 1 y 2, there exists γ such that f(y 1 ) f(y 2 ) γ y 1 y 2 α. 34

35 An Aside: Continuity and Differentiability (Continued) Depending on α, Hölder continuity may be stronger or weaker than Lipschitz continuity. For α < 1, Hölder continuity does not guarantee differentiability, whereas uniform continuity, and a fortiori, Lipschitz continuity, does guarantee it, except on set of measure 0. 35

36 An Aside: Continuity and Differentiability (Continued) Continuity has to do with how function values change as the function argument changes. A continuous function does not have abrupt changes. Differentiability is a related concept that has to do with the rate of change. 36

37 An Aside: Continuity and Differentiability (Continued) Definition Let x be a point in IR and let f be a real-valued function defined in an open neighborhood of x. We say that f is differentiable at the point x if the limit exists. lim h 0 f(x + h) f(x) h If the limit exists, it is called the derivative of f at the point x and is denoted as f. Wherever it exists, the derivative is a function, and we often denote it as f (x). 37

38 An Aside: Continuity and Differentiability (Continued) Differentiability obviously depends on continuity, but does continuity guarantee differentiability? Example: The Weierstrass function, defined over the interval [ 2, 2], is an example of a function that is continuous everywhere but differentiable nowhere. The Weierstrass function is f(x) = n=0 a n cos(b n xπ), where 0 < a < 1 and b is a positive odd integer such that ab > 1 + 3π/2. Graph this function. (It s self-similar.) 38

39 An Aside: Continuity and Differentiability (Continued) The Weierstrass function shows that Hölder continuity may not be sufficient to guarantee differentiability. (The Weierstrass function is Hölder continuous for all orders α < 1.) Uniform continuity is the weakest form that guarantees differentiability. A uniformly continuous function is differentiable almost everywhere. Even Lipschitz-continuity does not guarantee differentiability. For example f(x) = x is Lipschitz continuous over [ a, a], but it is not differentiable at x = 0. 39

40 An Aside: Variation of Functionals The variation of a functional is a measure of its rate of change. It is similar in concept to an integral of a derivative of a function. For studying variation, we will be interested only in functions from the interval [0,T] to IR. To define the variation of a general function f : [0, T] IR, we form N intervals 0 = t 0 t 1 t N = T. The intervals are not necessarily of equal length, so we define as the maximum length of any interval; that is, = max(t i t i 1 ). Now, we denote the p th variation of f as V p (f) and define it as V p (f) = lim 0 N i=1 (Notice that 0 implies N.) f(t i ) f(t i 1 ) p. 40

41 First Variation of Functionals With equal intervals, t, for the first variation, we can write V 1 (f) = lim t 0 = lim N N i=1 N 1 i=0 f(t i ) f(t i 1 ) t f(t i + t) f(t i ), t from which we can see that for a differentiable function f : [0,T] IR, V 1 (f) = T 0 df dt dt. The notation FV (f), or more properly, FV(f), is sometimes used instead of V 1 (f). 41

42 Second Variation of Functionals Again, with equal intervals, t, for the second variation, we can write V 2 (f) = lim t 0 N i=1 = lim t lim t 0 N (f(t i ) f(t i 1 )) 2 N 1 i=0 t ( f(ti + t) f(t i ) t ) 2. For a differentiable function f : [0, T] IR, we have V 2 (f) = lim t 0 t T 0 The integrand is bounded, therefore this limit is 0, and we conclude that the second variation of a differentiable function is 0. *** discuss roughness *** df dt 2 dt. 42

43 Variation of Stochastic Functionals If X is a stochastic functional, then V p (X) is also stochastic. If it converges to a deterministic quantity, the nature of the convergence must be considered. 43

44 First and Second Variation of a Wiener Process Two important properties of a Wiener process on [0, T] are V 2 (W) = T a.s., which from properties of second variation implies that W(t) is not differentiable. V 1 (W) = a.s. Notice that because W is a random variable we must temper our statement with a phrase about the probability or expected value. 44

45 Since the second variation is nonzero, W cannot be differentiable. But also because of the continuity of W in t, it is easy to see that the first variation diverges if the second variation converges to a finite value. This is because N 1 n=0 (W(t n+1 ) W(t n )) 2 sup W(t n+1 ) W(t n ) N 1 n=0 W(t n+1 ) W(t n ) In the limit the term on the left is T > 0, and the term on the right is 0 times V 1 (W); therefore V 1 (W) =. 45

46 Properties of Differentials Although W and dw are random variables, the product dw dw is deterministic. We can see this by considering the stochastic process ( W) 2. We have seen that V ( ( W) 2) = 2( t) 2, so the variance of this process is 2( t) 2 ; that is, as t 0, the variance of this process goes to 0 faster, as ( t) 2. ( Also, as we have seen, E ( W) 2) = t, and so ( W) 2 goes to t at the same rate as t 0. That is, ( W)( W) a.s. t as t 0. 46

47 Properties of Differentials (Continued) The convergence of ( W)( W) to t as t 0 yields dwdw = dt. (This equality is almost sure.) But dt is a deterministic quantity. This is one of the most remarkable facts about a Wiener process. 47

48 Multidimensional Wiener Processes If we have two Wiener processes W 1 and W 2, with V(dW 1 ) = V(dW 2 ) = dt) and cov(dw 1,dW 2 ) = ρdt (that is, corr(dw 1,dW 2 ) = ρ), then by a similar argument as before, we have dw 1 dw 2 = ρdt, almost surely. Again, this is deterministic. The results of course extend to any vector of Wiener processes (W 1,..., W d ). If (W 1,..., W d ) arise from W i = X i t, where the vector of Xs has a multivariate normal distribution with mean 0 and variance-covariance matrix Σ, then the variancecovariance matrix of (dw 1,...,dW d ) is Σdt, which is deterministic. 48

49 Multidimensional Wiener Processes Note my notation for vectors! (discussed in class) Starting with (Z 1,..., Z d ) i.i.d. N(0,1) and forming the Wiener processes B = (B 1,..., B d ) beginning with B i = Z i t, we can form a vector of Wiener processes W = (W 1,..., W d ) with variancecovariance matrix Σdt for dw = (dw 1,...,dW d ) by the transformation or equivalently by W = Σ 1/2 B, W = Σ C B, where Σ C is a Cholesky factor of Σ, that is, Σ T C Σ C = Σ. Recall, for a fixed matrix A, so from above, for example, ***notation V(AY ) = A T V(Y )A, V(dW) = Σ T CV(dB)Σ C = Σ T Cdiag(dt)Σ C = Σdt. 49

50 Stochastic Integrals With Respect to Wiener Processes The stochastic differentials such as dw naturally lead us to consider integral with respect to stochastic differentials, that is, stochastic integrals. If W is a Wiener process on [0, T], we may be interested in an integral of the form T 0 g(y (t), t)dw, where Y (t) is a stochastic process (that is, Y is a random variable) and g is some function. The problem with developing a definition of this integral following the same steps as in the definition of a Riemann integral, that is, as a limit of sequences of sums of areas of rectangles, is that because the sides of these rectangles, Y and dw, are random variables, there are different kinds of convergence of a limit. Also, the convergence of products of Y (t) depend on where Y (t) is evaluated. 50

51 Ito Integral We begin developing a definition of T g(y (t), t)dw, 0 by considering how the Riemann integral is defined in terms of the sums I n (t) = n 1 i=0 g(y (τ i ), τ i )(W(t i+1 ) W(t i )), where 0 = t 0 τ 0 t 1 τ 1 τ n 1 t n = T. As in the Riemann case we will define the integral in terms of a limit as the mesh size goes to 0. First, the existence depends on a finite expectation that is similar to a variance. We assume E ( T 0 g(y (t), t)dt ) <. 51

52 Ito Integral As mentioned before the convergence must be qualified because the intervals are random variables; furthermore, (although it is not obvious!) the convergence depends on where τ i is in the interval [t i, t i+1 ]. The first choice in the definition of the Ito stochastic integral is to choose τ i = t i. Other choices, such as choosing τ i to be at the midpoint of the integral, lead to different types of stochastic integrals. Next is the definition of the type of convergence. In the Ito stochastic integral, the convergence is in mean square, that is L 2 convergence. 52

53 Definition of the Ito Integral With the two choices me have made, we take I n (t) = n 1 i=0 and the Ito integral is defined as g(y (t i ), t i )(W(t i+1 ) W(t i )), I(t) = ms-lim n I n (t). This integral based on a Wiener process is used throughout financial analysis. Note that this integral is a random variable; in fact, it is a stochastic process. This is because of the fact that the differentials are from a Wiener process. Also, because the integral is defined by a Wiener process, it is a martingale. 53

54 Ito Processes An Ito process is a generalized Wiener process dx = adt+bdw, in which the parameters a and b are functions of the underlying variable X and of time t (of course, X is also a function of t). The functions a and b must be measurable with respect to the filtration generated by W(t) (that is, to the sequence of smallest σ-fields with respect to which W(t) is measurable. (This is expressed more simply by saying a and b are adapted to the filtration generated by W(t).) The Ito process is of the form dx(t) = a(x(t), t)dt + b(x(t), t)dw. 54

55 Ito Processes The Ito integral (or any other stochastic integral) gives us a solution to this stochastic differential equation: T T X(T) = X(0) + a(x(t), t)dt + b(x(t), t)dw(t). 0 0 (The differential in the first integral is deterministic although the integrand is stochastic. The second integral, however, is a stochastic integral. Other definitions of this integral would require modifications in the interpretation of properties of the Ito process.) We are often interested in multidimensional Ito processes. Their second-order properties (variances and covariances) behave very similarly to those of Wiener processes, which we discussed earlier. 55

56 A Model for the Price of a Financial Asset in Continuous Time In applications, both the drift component and the diffusion component are rates that depend on the magnitude of the current state. If we factor that value in the Ito process defined above and let µ and σ represent the adjusted functions a and b, we have dx(t) X(t) = µ(x(t), t)dt + σ(x(t), t)dw. This Ito process is widely-used in financial applications. In this form µ( ) is called the drift and the diffusion component σ( ) is called the volatility. 56

57 Geometric Brownian Motion The Ito process would be much easier to work with if µ( ) and σ( ) did not depend on the value of the state; that is, if we we use the model ds(t) = µ(t)dt + σ(t)dw, S(t) where I have switched to S(t) because I m thinking of the price of a stock. The Ito process would be even easier to work with if µ( ) and σ( ) were constant; that is, if we we just use the model ds(t) S(t) = µdt + σdw. This model is called a geometric Brownian motion, and is widely used in modeling prices of various financial assets. 57

58 More on Prices of Financial Assets For our initial applications we will use the simple geometric Brownian motion model. What are the meaning of the parameters in the model? How would you estimate them for a given security? Obviously, we can t work with dt, so how long is t?? The difference is equivalent to continuous compounding. Recall if and amount A is invested for n periods at a per-period rate R that is compounded m times per period, the terminal value is A ( 1 + R m) nm. 58

59 The limit of the terminal value as m is Ae Rn. In practice, t can be taken as one year. The continuous compounding formula can be used to adjust. We estimate µ and σ from the historical rates of return; the mean and the standard deviation respectively. It turns out that the main one of interest is σ. It is not clear how to estimate σ. Here s a widely-used formula for the annualized volatility given N periods each of length t (measured in years) with closing prices S 0, S 1,..., S N and r i = log(s i /S i 1 ) σ = 1 1 t N N i=1 (r i r) 2. 59

60 The Geometric Brownian Motion Drift-Diffusion Model A simple form of this model, ds(t) = µs(t)dt + σs(t)dw(t), in which µ and σ are constants, leads to the Black-Scholes theory of options pricing. This model is called geometric Brownian motion (from the use of geometric to refer to series with multiplicative changes, as opposed to arithmetic series that have additive changes). 60

61 Geometric Brownian Motion Note that as a model for the rate of return, ds(t)/s(t) geometric Brownian motion is similar to other common statistical models: ds(t) S(t) = µdt + σdw(t) or response = systematic component + random error. Without the stochastic component, the differential equation has the simple solution S(t) = ce µt, from which we get the formula for continuous compounding for a rate µ. 61

62 An Intuitive Examination of Geometric Brownian Motion in Prices What rate of growth do we expect for S in the geometric Brownian motion model ds(t) = µdt + σdw(t)? S(t) Should it be µ because that is the rate for the systematic component, and the expected value of the random component is 0? Consider a rate of change σ, that is equally likely to be positive or negative. What is the effect on a given quantity if there is an uptick of σ followed by a downtick of equal magnitude (or a downtick followed by an uptick)? The result for the two periods is σ 2. (This comes from the multiplication of the given quantity by (1+σ)(1 σ).) The average over the two periods is σ 2 /2. The stochastic component reduces the expected rate of µ by σ 2 /2. This is the price of risk. 62

Stochastic Calculus. Kevin Sinclair. August 2, 2016

Stochastic Calculus. Kevin Sinclair. August 2, 2016 Stochastic Calculus Kevin Sinclair August, 16 1 Background Suppose we have a Brownian motion W. This is a process, and the value of W at a particular time T (which we write W T ) is a normally distributed

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

Lecture 12: Diffusion Processes and Stochastic Differential Equations

Lecture 12: Diffusion Processes and Stochastic Differential Equations Lecture 12: Diffusion Processes and Stochastic Differential Equations 1. Diffusion Processes 1.1 Definition of a diffusion process 1.2 Examples 2. Stochastic Differential Equations SDE) 2.1 Stochastic

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

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology FE610 Stochastic Calculus for Financial Engineers Lecture 3. Calculaus in Deterministic and Stochastic Environments Steve Yang Stevens Institute of Technology 01/31/2012 Outline 1 Modeling Random Behavior

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

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

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

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

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

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

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

Wiener Measure and Brownian Motion

Wiener Measure and Brownian Motion Chapter 16 Wiener Measure and Brownian Motion Diffusion of particles is a product of their apparently random motion. The density u(t, x) of diffusing particles satisfies the diffusion equation (16.1) u

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

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1 Lectures - Week 11 General First Order ODEs & Numerical Methods for IVPs In general, nonlinear problems are much more difficult to solve than linear ones. Unfortunately many phenomena exhibit nonlinear

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

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

Brownian Motion. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Brownian Motion

Brownian Motion. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Brownian Motion Brownian Motion An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Background We have already seen that the limiting behavior of a discrete random walk yields a derivation of

More information

Stochastic Volatility and Correction to the Heat Equation

Stochastic Volatility and Correction to the Heat Equation Stochastic Volatility and Correction to the Heat Equation Jean-Pierre Fouque, George Papanicolaou and Ronnie Sircar Abstract. From a probabilist s point of view the Twentieth Century has been a century

More information

I forgot to mention last time: in the Ito formula for two standard processes, putting

I forgot to mention last time: in the Ito formula for two standard processes, putting I forgot to mention last time: in the Ito formula for two standard processes, putting dx t = a t dt + b t db t dy t = α t dt + β t db t, and taking f(x, y = xy, one has f x = y, f y = x, and f xx = f yy

More information

Gaussian, Markov and stationary processes

Gaussian, Markov and stationary processes Gaussian, Markov and stationary processes Gonzalo Mateos Dept. of ECE and Goergen Institute for Data Science University of Rochester gmateosb@ece.rochester.edu http://www.ece.rochester.edu/~gmateosb/ November

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

Solution for Problem 7.1. We argue by contradiction. If the limit were not infinite, then since τ M (ω) is nondecreasing we would have

Solution for Problem 7.1. We argue by contradiction. If the limit were not infinite, then since τ M (ω) is nondecreasing we would have 362 Problem Hints and Solutions sup g n (ω, t) g(ω, t) sup g(ω, s) g(ω, t) µ n (ω). t T s,t: s t 1/n By the uniform continuity of t g(ω, t) on [, T], one has for each ω that µ n (ω) as n. Two applications

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

Homework # , Spring Due 14 May Convergence of the empirical CDF, uniform samples

Homework # , Spring Due 14 May Convergence of the empirical CDF, uniform samples Homework #3 36-754, Spring 27 Due 14 May 27 1 Convergence of the empirical CDF, uniform samples In this problem and the next, X i are IID samples on the real line, with cumulative distribution function

More information

Malliavin Calculus in Finance

Malliavin Calculus in Finance Malliavin Calculus in Finance Peter K. Friz 1 Greeks and the logarithmic derivative trick Model an underlying assent by a Markov process with values in R m with dynamics described by the SDE dx t = b(x

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

Stochastic Calculus Made Easy

Stochastic Calculus Made Easy Stochastic Calculus Made Easy Most of us know how standard Calculus works. We know how to differentiate, how to integrate etc. But stochastic calculus is a totally different beast to tackle; we are trying

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

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

MATH4210 Financial Mathematics ( ) Tutorial 7

MATH4210 Financial Mathematics ( ) Tutorial 7 MATH40 Financial Mathematics (05-06) Tutorial 7 Review of some basic Probability: The triple (Ω, F, P) is called a probability space, where Ω denotes the sample space and F is the set of event (σ algebra

More information

GAUSSIAN PROCESSES; KOLMOGOROV-CHENTSOV THEOREM

GAUSSIAN PROCESSES; KOLMOGOROV-CHENTSOV THEOREM GAUSSIAN PROCESSES; KOLMOGOROV-CHENTSOV THEOREM STEVEN P. LALLEY 1. GAUSSIAN PROCESSES: DEFINITIONS AND EXAMPLES Definition 1.1. A standard (one-dimensional) Wiener process (also called Brownian motion)

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

Notes on uniform convergence

Notes on uniform convergence Notes on uniform convergence Erik Wahlén erik.wahlen@math.lu.se January 17, 2012 1 Numerical sequences We begin by recalling some properties of numerical sequences. By a numerical sequence we simply mean

More information

X n D X lim n F n (x) = F (x) for all x C F. lim n F n(u) = F (u) for all u C F. (2)

X n D X lim n F n (x) = F (x) for all x C F. lim n F n(u) = F (u) for all u C F. (2) 14:17 11/16/2 TOPIC. Convergence in distribution and related notions. This section studies the notion of the so-called convergence in distribution of real random variables. This is the kind of convergence

More information

Stochastic differential equation models in biology Susanne Ditlevsen

Stochastic differential equation models in biology Susanne Ditlevsen Stochastic differential equation models in biology Susanne Ditlevsen Introduction This chapter is concerned with continuous time processes, which are often modeled as a system of ordinary differential

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

L p Functions. Given a measure space (X, µ) and a real number p [1, ), recall that the L p -norm of a measurable function f : X R is defined by

L p Functions. Given a measure space (X, µ) and a real number p [1, ), recall that the L p -norm of a measurable function f : X R is defined by L p Functions Given a measure space (, µ) and a real number p [, ), recall that the L p -norm of a measurable function f : R is defined by f p = ( ) /p f p dµ Note that the L p -norm of a function f may

More information

Clases 11-12: Integración estocástica.

Clases 11-12: Integración estocástica. Clases 11-12: Integración estocástica. Fórmula de Itô * 3 de octubre de 217 Índice 1. Introduction to Stochastic integrals 1 2. Stochastic integration 2 3. Simulation of stochastic integrals: Euler scheme

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

A new approach for investment performance measurement. 3rd WCMF, Santa Barbara November 2009

A new approach for investment performance measurement. 3rd WCMF, Santa Barbara November 2009 A new approach for investment performance measurement 3rd WCMF, Santa Barbara November 2009 Thaleia Zariphopoulou University of Oxford, Oxford-Man Institute and The University of Texas at Austin 1 Performance

More information

Lecture 4: Ito s Stochastic Calculus and SDE. Seung Yeal Ha Dept of Mathematical Sciences Seoul National University

Lecture 4: Ito s Stochastic Calculus and SDE. Seung Yeal Ha Dept of Mathematical Sciences Seoul National University Lecture 4: Ito s Stochastic Calculus and SDE Seung Yeal Ha Dept of Mathematical Sciences Seoul National University 1 Preliminaries What is Calculus? Integral, Differentiation. Differentiation 2 Integral

More information

Continuous Time Finance

Continuous Time Finance Continuous Time Finance Lisbon 2013 Tomas Björk Stockholm School of Economics Tomas Björk, 2013 Contents Stochastic Calculus (Ch 4-5). Black-Scholes (Ch 6-7. Completeness and hedging (Ch 8-9. The martingale

More information

Lecture 22 Girsanov s Theorem

Lecture 22 Girsanov s Theorem Lecture 22: Girsanov s Theorem of 8 Course: Theory of Probability II Term: Spring 25 Instructor: Gordan Zitkovic Lecture 22 Girsanov s Theorem An example Consider a finite Gaussian random walk X n = n

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

Large Deviations for Small-Noise Stochastic Differential Equations

Large Deviations for Small-Noise Stochastic Differential Equations Chapter 22 Large Deviations for Small-Noise Stochastic Differential Equations This lecture is at once the end of our main consideration of diffusions and stochastic calculus, and a first taste of large

More information

Large Deviations for Small-Noise Stochastic Differential Equations

Large Deviations for Small-Noise Stochastic Differential Equations Chapter 21 Large Deviations for Small-Noise Stochastic Differential Equations This lecture is at once the end of our main consideration of diffusions and stochastic calculus, and a first taste of large

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

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set Analysis Finite and Infinite Sets Definition. An initial segment is {n N n n 0 }. Definition. A finite set can be put into one-to-one correspondence with an initial segment. The empty set is also considered

More information

Analysis Qualifying Exam

Analysis Qualifying Exam Analysis Qualifying Exam Spring 2017 Problem 1: Let f be differentiable on R. Suppose that there exists M > 0 such that f(k) M for each integer k, and f (x) M for all x R. Show that f is bounded, i.e.,

More information

The Pedestrian s Guide to Local Time

The Pedestrian s Guide to Local Time The Pedestrian s Guide to Local Time Tomas Björk, Department of Finance, Stockholm School of Economics, Box 651, SE-113 83 Stockholm, SWEDEN tomas.bjork@hhs.se November 19, 213 Preliminary version Comments

More information

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy Banach Spaces These notes provide an introduction to Banach spaces, which are complete normed vector spaces. For the purposes of these notes, all vector spaces are assumed to be over the real numbers.

More information

Econ 508B: Lecture 5

Econ 508B: Lecture 5 Econ 508B: Lecture 5 Expectation, MGF and CGF Hongyi Liu Washington University in St. Louis July 31, 2017 Hongyi Liu (Washington University in St. Louis) Math Camp 2017 Stats July 31, 2017 1 / 23 Outline

More information

The Multivariate Normal Distribution 1

The Multivariate Normal Distribution 1 The Multivariate Normal Distribution 1 STA 302 Fall 2017 1 See last slide for copyright information. 1 / 40 Overview 1 Moment-generating Functions 2 Definition 3 Properties 4 χ 2 and t distributions 2

More information

Existence and Uniqueness

Existence and Uniqueness Chapter 3 Existence and Uniqueness An intellect which at a certain moment would know all forces that set nature in motion, and all positions of all items of which nature is composed, if this intellect

More information

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R In probabilistic models, a random variable is a variable whose possible values are numerical outcomes of a random phenomenon. As a function or a map, it maps from an element (or an outcome) of a sample

More information

1 Solution to Problem 2.1

1 Solution to Problem 2.1 Solution to Problem 2. I incorrectly worked this exercise instead of 2.2, so I decided to include the solution anyway. a) We have X Y /3, which is a - function. It maps the interval, ) where X lives) onto

More information

Some SDEs with distributional drift Part I : General calculus. Flandoli, Franco; Russo, Francesco; Wolf, Jochen

Some SDEs with distributional drift Part I : General calculus. Flandoli, Franco; Russo, Francesco; Wolf, Jochen Title Author(s) Some SDEs with distributional drift Part I : General calculus Flandoli, Franco; Russo, Francesco; Wolf, Jochen Citation Osaka Journal of Mathematics. 4() P.493-P.54 Issue Date 3-6 Text

More information

1 Introduction. 2 Diffusion equation and central limit theorem. The content of these notes is also covered by chapter 3 section B of [1].

1 Introduction. 2 Diffusion equation and central limit theorem. The content of these notes is also covered by chapter 3 section B of [1]. 1 Introduction The content of these notes is also covered by chapter 3 section B of [1]. Diffusion equation and central limit theorem Consider a sequence {ξ i } i=1 i.i.d. ξ i = d ξ with ξ : Ω { Dx, 0,

More information

Stochastic Calculus for Finance II - some Solutions to Chapter VII

Stochastic Calculus for Finance II - some Solutions to Chapter VII Stochastic Calculus for Finance II - some Solutions to Chapter VII Matthias hul Last Update: June 9, 25 Exercise 7 Black-Scholes-Merton Equation for the up-and-out Call) i) We have ii) We first compute

More information

I. ANALYSIS; PROBABILITY

I. ANALYSIS; PROBABILITY ma414l1.tex Lecture 1. 12.1.2012 I. NLYSIS; PROBBILITY 1. Lebesgue Measure and Integral We recall Lebesgue measure (M411 Probability and Measure) λ: defined on intervals (a, b] by λ((a, b]) := b a (so

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

Stat 5101 Lecture Slides Deck 4. Charles J. Geyer School of Statistics University of Minnesota

Stat 5101 Lecture Slides Deck 4. Charles J. Geyer School of Statistics University of Minnesota Stat 5101 Lecture Slides Deck 4 Charles J. Geyer School of Statistics University of Minnesota 1 Existence of Integrals Just from the definition of integral as area under the curve, the integral b g(x)

More information

Chapter 4: Monte-Carlo Methods

Chapter 4: Monte-Carlo Methods Chapter 4: Monte-Carlo Methods A Monte-Carlo method is a technique for the numerical realization of a stochastic process by means of normally distributed random variables. In financial mathematics, it

More information

Xt i Xs i N(0, σ 2 (t s)) and they are independent. This implies that the density function of X t X s is a product of normal density functions:

Xt i Xs i N(0, σ 2 (t s)) and they are independent. This implies that the density function of X t X s is a product of normal density functions: 174 BROWNIAN MOTION 8.4. Brownian motion in R d and the heat equation. The heat equation is a partial differential equation. We are going to convert it into a probabilistic equation by reversing time.

More information

Measure and Integration: Solutions of CW2

Measure and Integration: Solutions of CW2 Measure and Integration: s of CW2 Fall 206 [G. Holzegel] December 9, 206 Problem of Sheet 5 a) Left (f n ) and (g n ) be sequences of integrable functions with f n (x) f (x) and g n (x) g (x) for almost

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

r=1 I r of intervals I r should be the sum of their lengths:

r=1 I r of intervals I r should be the sum of their lengths: m3f33chiii Chapter III: MEASURE-THEORETIC PROBABILITY 1. Measure The language of option pricing involves that of probability, which in turn involves that of measure theory. This originated with Henri LEBESGUE

More information

More Empirical Process Theory

More Empirical Process Theory More Empirical Process heory 4.384 ime Series Analysis, Fall 2008 Recitation by Paul Schrimpf Supplementary to lectures given by Anna Mikusheva October 24, 2008 Recitation 8 More Empirical Process heory

More information

University of Regina. Lecture Notes. Michael Kozdron

University of Regina. Lecture Notes. Michael Kozdron University of Regina Statistics 252 Mathematical Statistics Lecture Notes Winter 2005 Michael Kozdron kozdron@math.uregina.ca www.math.uregina.ca/ kozdron Contents 1 The Basic Idea of Statistics: Estimating

More information

Fundamental Inequalities, Convergence and the Optional Stopping Theorem for Continuous-Time Martingales

Fundamental Inequalities, Convergence and the Optional Stopping Theorem for Continuous-Time Martingales Fundamental Inequalities, Convergence and the Optional Stopping Theorem for Continuous-Time Martingales Prakash Balachandran Department of Mathematics Duke University April 2, 2008 1 Review of Discrete-Time

More information

Stochastic integral. Introduction. Ito integral. References. Appendices Stochastic Calculus I. Geneviève Gauthier.

Stochastic integral. Introduction. Ito integral. References. Appendices Stochastic Calculus I. Geneviève Gauthier. Ito 8-646-8 Calculus I Geneviève Gauthier HEC Montréal Riemann Ito The Ito The theories of stochastic and stochastic di erential equations have initially been developed by Kiyosi Ito around 194 (one of

More information

1.3.1 Definition and Basic Properties of Convolution

1.3.1 Definition and Basic Properties of Convolution 1.3 Convolution 15 1.3 Convolution Since L 1 (R) is a Banach space, we know that it has many useful properties. In particular the operations of addition and scalar multiplication are continuous. However,

More information

Example 4.1 Let X be a random variable and f(t) a given function of time. Then. Y (t) = f(t)x. Y (t) = X sin(ωt + δ)

Example 4.1 Let X be a random variable and f(t) a given function of time. Then. Y (t) = f(t)x. Y (t) = X sin(ωt + δ) Chapter 4 Stochastic Processes 4. Definition In the previous chapter we studied random variables as functions on a sample space X(ω), ω Ω, without regard to how these might depend on parameters. We now

More information

Introduction. Stochastic Processes. Will Penny. Stochastic Differential Equations. Stochastic Chain Rule. Expectations.

Introduction. Stochastic Processes. Will Penny. Stochastic Differential Equations. Stochastic Chain Rule. Expectations. 19th May 2011 Chain Introduction We will Show the relation between stochastic differential equations, Gaussian processes and methods This gives us a formal way of deriving equations for the activity of

More information

Lebesgue Integration: A non-rigorous introduction. What is wrong with Riemann integration?

Lebesgue Integration: A non-rigorous introduction. What is wrong with Riemann integration? Lebesgue Integration: A non-rigorous introduction What is wrong with Riemann integration? xample. Let f(x) = { 0 for x Q 1 for x / Q. The upper integral is 1, while the lower integral is 0. Yet, the function

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

1 Review of Probability

1 Review of Probability 1 Review of Probability Random variables are denoted by X, Y, Z, etc. The cumulative distribution function (c.d.f.) of a random variable X is denoted by F (x) = P (X x), < x

More information

Dynamic Risk Measures and Nonlinear Expectations with Markov Chain noise

Dynamic Risk Measures and Nonlinear Expectations with Markov Chain noise Dynamic Risk Measures and Nonlinear Expectations with Markov Chain noise Robert J. Elliott 1 Samuel N. Cohen 2 1 Department of Commerce, University of South Australia 2 Mathematical Insitute, University

More information

Derivation of Itô SDE and Relationship to ODE and CTMC Models

Derivation of Itô SDE and Relationship to ODE and CTMC Models Derivation of Itô SDE and Relationship to ODE and CTMC Models Biomathematics II April 23, 2015 Linda J. S. Allen Texas Tech University TTU 1 Euler-Maruyama Method for Numerical Solution of an Itô SDE dx(t)

More information

Backward martingale representation and endogenous completeness in finance

Backward martingale representation and endogenous completeness in finance Backward martingale representation and endogenous completeness in finance Dmitry Kramkov (with Silviu Predoiu) Carnegie Mellon University 1 / 19 Bibliography Robert M. Anderson and Roberto C. Raimondo.

More information

Continuum Probability and Sets of Measure Zero

Continuum Probability and Sets of Measure Zero Chapter 3 Continuum Probability and Sets of Measure Zero In this chapter, we provide a motivation for using measure theory as a foundation for probability. It uses the example of random coin tossing to

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

UNCERTAINTY FUNCTIONAL DIFFERENTIAL EQUATIONS FOR FINANCE

UNCERTAINTY FUNCTIONAL DIFFERENTIAL EQUATIONS FOR FINANCE Surveys in Mathematics and its Applications ISSN 1842-6298 (electronic), 1843-7265 (print) Volume 5 (2010), 275 284 UNCERTAINTY FUNCTIONAL DIFFERENTIAL EQUATIONS FOR FINANCE Iuliana Carmen Bărbăcioru Abstract.

More information

MATH 56A SPRING 2008 STOCHASTIC PROCESSES 197

MATH 56A SPRING 2008 STOCHASTIC PROCESSES 197 MATH 56A SPRING 8 STOCHASTIC PROCESSES 197 9.3. Itô s formula. First I stated the theorem. Then I did a simple example to make sure we understand what it says. Then I proved it. The key point is Lévy s

More information

Topics in fractional Brownian motion

Topics in fractional Brownian motion Topics in fractional Brownian motion Esko Valkeila Spring School, Jena 25.3. 2011 We plan to discuss the following items during these lectures: Fractional Brownian motion and its properties. Topics in

More information

Scaling Limits of Waves in Convex Scalar Conservation Laws under Random Initial Perturbations

Scaling Limits of Waves in Convex Scalar Conservation Laws under Random Initial Perturbations Scaling Limits of Waves in Convex Scalar Conservation Laws under Random Initial Perturbations Jan Wehr and Jack Xin Abstract We study waves in convex scalar conservation laws under noisy initial perturbations.

More information

Some Background Material

Some Background Material Chapter 1 Some Background Material In the first chapter, we present a quick review of elementary - but important - material as a way of dipping our toes in the water. This chapter also introduces important

More information

Lecture Notes on Metric Spaces

Lecture Notes on Metric Spaces Lecture Notes on Metric Spaces Math 117: Summer 2007 John Douglas Moore Our goal of these notes is to explain a few facts regarding metric spaces not included in the first few chapters of the text [1],

More information

3 Continuous Random Variables

3 Continuous Random Variables Jinguo Lian Math437 Notes January 15, 016 3 Continuous Random Variables Remember that discrete random variables can take only a countable number of possible values. On the other hand, a continuous random

More information

BASICS OF PROBABILITY

BASICS OF PROBABILITY October 10, 2018 BASICS OF PROBABILITY Randomness, sample space and probability Probability is concerned with random experiments. That is, an experiment, the outcome of which cannot be predicted with certainty,

More information

Partial Differential Equations with Applications to Finance Seminar 1: Proving and applying Dynkin s formula

Partial Differential Equations with Applications to Finance Seminar 1: Proving and applying Dynkin s formula Partial Differential Equations with Applications to Finance Seminar 1: Proving and applying Dynkin s formula Group 4: Bertan Yilmaz, Richard Oti-Aboagye and Di Liu May, 15 Chapter 1 Proving Dynkin s formula

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

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

B8.3 Mathematical Models for Financial Derivatives. Hilary Term Solution Sheet 2

B8.3 Mathematical Models for Financial Derivatives. Hilary Term Solution Sheet 2 B8.3 Mathematical Models for Financial Derivatives Hilary Term 18 Solution Sheet In the following W t ) t denotes a standard Brownian motion and t > denotes time. A partition π of the interval, t is a

More information

Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011

Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011 Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011 Section 2.6 (cont.) Properties of Real Functions Here we first study properties of functions from R to R, making use of the additional structure

More information

3 (Due ). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure?

3 (Due ). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure? MA 645-4A (Real Analysis), Dr. Chernov Homework assignment 1 (Due ). Show that the open disk x 2 + y 2 < 1 is a countable union of planar elementary sets. Show that the closed disk x 2 + y 2 1 is a countable

More information

Mathematical Methods for Physics and Engineering

Mathematical Methods for Physics and Engineering Mathematical Methods for Physics and Engineering Lecture notes for PDEs Sergei V. Shabanov Department of Mathematics, University of Florida, Gainesville, FL 32611 USA CHAPTER 1 The integration theory

More information

Malliavin Calculus: Analysis on Gaussian spaces

Malliavin Calculus: Analysis on Gaussian spaces Malliavin Calculus: Analysis on Gaussian spaces Josef Teichmann ETH Zürich Oxford 2011 Isonormal Gaussian process A Gaussian space is a (complete) probability space together with a Hilbert space of centered

More information

Lecture 9: March 26, 2014

Lecture 9: March 26, 2014 COMS 6998-3: Sub-Linear Algorithms in Learning and Testing Lecturer: Rocco Servedio Lecture 9: March 26, 204 Spring 204 Scriber: Keith Nichols Overview. Last Time Finished analysis of O ( n ɛ ) -query

More information