8
$\begingroup$

As I understand, martingale is a stochastic process (i.e., a sequence of random variables) such that the conditional expected value of an observation at some time $t$, given all the observations up to some earlier time $s$, is equal to the observation at that earlier time $s$.

A sequence $Y_1, Y_2, Y_3 ...$ is said to be a martingale with respect to another sequence $X_1, X_2, X_3 ...$ if for all $n$:

$E(Y_{n+1}|X_1,...,X_n) = Y_n$

Now I don't understand how it is defined in terms of filtration. Does filtration discretize the time space of a stochastic process so that we can analyze the process as a martingale? A simple explanation or an example on what is filtration and how it relates to martingale theory would be very helpful. I can then read more detailed content.

  • 0
    Did you notice the distinction between a "discrete-time martingale" and a "continuous-time martingale"?2010-12-09
  • 1
    An intuitive way to think about a filtration is that each $\sigma$-algebra $\mathcal F_n$ in a filtration carries the information of what happened up to time $n$.2010-12-09
  • 0
    Yes I did Shai. But need better understanding of filtration in continuous-time martingale2010-12-09
  • 0
    @user957: Can you be more specific? Also, have you noticed the distinction between a "natural filtration" and just a "filtration"?2010-12-09
  • 0
    @user957: I suggest you take a look at http://www.math.u-psud.fr/~miermont/AdPr2006.pdf, pages 13-14.2010-12-09

1 Answers 1

11

A Filtration is a growing sequence of sigma algebras $$\mathcal{F_1}\subseteq \mathcal{F_2}\ldots \subseteq \mathcal{F_n}.$$

Now when talking of martingales we need to talk of conditional expectations, and in particular conditional expectations w.r.t $\sigma$ algebra's. So whenever we write $$ E[Y_n|X_1,X_2,\ldots,X_n]$$

we can alternatively write it as $$E[Y_{n+1}| \mathcal{F_{n}}],$$ where $\mathcal{F}_{n}$ is a sigma algebra that makes random variables $$X_1,\ldots,X_n$$ measurable. Finally a flitration $\mathcal{F_1},\ldots \mathcal{F_n}$ is simply an increasing sequence of simga algebras. That is we are conditioning on growing amounts of information.