6
$\begingroup$

A stochastic process $X(t)$ by definition is gaussian iff all its finite-dimensional joint probability density functions are multivariate gaussian. Namely iff given the times $(t_1,t_2,...,t_n)$ , the random variables $(X(t_1),X(t_2),...,X(t_n))$ are jointly gaussian (n is arbitrary).

My intent is understanding why the solution of the following simple stochastic differential equation is a gaussian process:

$$dX(t)=a(t)dt+b(t)dW(t)$$

where W(t) is a Wiener process with diffusion coefficient D and the initial condition is $X(t_0)=X_0$, where $X_0$ is a random variable that is independent of W(t). a(t) and b(t) are deterministic "regular" functions.

The explicit solution is:

$$X(t)=X_0+ \int_{t_0}^{t}a(s)ds+\int_{t_0}^{t}b(s)dW(s)$$

If the integral $\int_{t_0}^{t}b(t)dW(t)$ were a gaussian process (I'm not sure about this) and the initial condition were a gaussian random variable, than at fixed t, the random variable $X(t)$ would be the sum of 3 independent gaussian random variables ( $\int_{t_0}^{t}a(t)dt$ is in fact degenerate) and would be therefore gaussian. But what about the multiple-times joint densities of $(X(t_1),X(t_2),...,X(t_n))$?

$\endgroup$
1
  • 2
    $\begingroup$ You were correct to point out that my answer didn't solve your question, I deleted my answer and will wait for someone else to answer. $\endgroup$ Commented Feb 25, 2021 at 17:30

1 Answer 1

2
$\begingroup$

You can get rid of the drift applying the Girsanov's theorem (see for instance Oksendal's introductory book on SDEs, or "Introduction to stochastic integration" by H.H. Kuo), so you end up with $X(t)$ being a Wiener integral (plus the initial condition, but since it's independent and Gaussian I will ignore it hereafter ).

As you may know the Wiener integrals are gaussian random variables, and by the linearity of the integral any linear combination of Wiener integrals will be in turn a Wiener integral and hence gaussian. This allows to conclude that variables $X(t_1),...X(t_n)$ are jointly gaussian.

$\endgroup$
6
  • $\begingroup$ Could you please link a source where the Grisanov's theorem you are referring to is stated and possibly demonstrated? If you do, I can accept the answer. $\endgroup$ Commented Feb 28, 2021 at 23:01
  • $\begingroup$ @Antonio19932806 Girsanov's theorem for "change of measure" is a quite standard result in stochastic calculus, I provided two good references where you can find a proof. $\endgroup$
    – Chaos
    Commented Mar 1, 2021 at 7:34
  • $\begingroup$ Unfortunately my level of understanding (i'm a physics student) is not sufficient to understand neither statement of the theorem (I woulnd't say it's a standard one), nor the way you suggested to use it for showing that X(t) is a Wiener integral. I think this is the result, when in university advanced arguments (such as EDS) are treated, without having the minimal basis for that...I have faith that the answer is correct and undestrendable for a better prepared person. $\endgroup$ Commented Mar 10, 2021 at 8:38
  • $\begingroup$ @Antonio19932806 I apologize if my statement was kinda vague in this sense.All the discussion in the body of your question wasn't trivial and I assumed you knew this stuff. I will try yo explain it in brief detail here in the comments, latter I can put together a better answer $\endgroup$
    – Chaos
    Commented Mar 10, 2021 at 9:08
  • $\begingroup$ @Antonio19932806 basically the Girsanov's theorem states that a brownian motion (under measure P) with an absolutely continuous drift can be seen as a brownian motion (without the drift) under some probability $Q$ which is absolutely continuous wrt $P$. The Radon Nikodym derivative will be the so called Doolean Dade exponential $\endgroup$
    – Chaos
    Commented Mar 10, 2021 at 9:10

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .