Stieltjes convolution with white noise - MathOverflow most recent 30 from http://mathoverflow.net2013-05-18T22:03:51Zhttp://mathoverflow.net/feeds/question/100790http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/100790/stieltjes-convolution-with-white-noiseStieltjes convolution with white noisencRubert2012-06-27T16:48:48Z2012-06-29T00:32:20Z
<p>I'm looking for a reference that would discuss a Stieltjes convolution between a wiener process and a function of bounded variation. Additionally, I had a question about this sort of convolution.</p>
<p>Is Stieltjes convolution between a function $F(t)$ with bounded variation and a wiener process, $W(t)$ commutative?</p>
<p>if
$F(t) \bigotimes W(t)=\int F(t-x)dW(x)$</p>
<p>then does
$W(t) \bigotimes F(t)= \int W(t-x)dF(x) = F(t) \bigotimes W(t) $?</p>
<p>Additionally, I'd like to evaluate this integral numerically when I have no formula for F, but a list of points ${t_0,t_1,...t_{N-1} }$ and the values of $F(t)$ at those points. Any references that would point me in this direction would be appreciated.</p>
http://mathoverflow.net/questions/100790/stieltjes-convolution-with-white-noise/100900#100900Answer by George Lowther for Stieltjes convolution with white noiseGeorge Lowther2012-06-29T00:32:20Z2012-06-29T00:32:20Z<p>This is just an application of Ito's formula. Normally, Brownian motion $W(t)$ is only defined for nonnegative times $t$, so I'm assuming that $W(t)=0$ for $t\le0$, although it doesn't really matter much to the answer.</p>
<p>For a fixed $t$, set $V_s=F(t-s)$, which is a deterministic finite variation process. As $V$ is of finite variation, the quadratic covariation $[V,W]$ vanishes. So, by Ito's formula,</p>
<p>$$
\int_{-\infty}^TF(t-s)\,dW(s)=\int_{-\infty}^TV_s\,dW(s)
=V_TW(T)-\int_{-\infty}^TW(s)dV_s.
$$
Using the change of variables $u=t-s$ in the final (Stieltjes) integral,
$$
\int_0^TF(t-s)\,dW(s)=F(t-T)W(T)+\int_{t-T}^\infty W(t-u)dF(u)
$$
Using Ito's isometry, the integral on the left converges as $T\to\infty$ iff $\int_{-\infty}^tF(s)^2\,ds$ is finite for all $t$ (convergence is in $L^2$, although it can be shown to be in $L^p$ for all $1\le p <\infty$ and almost sure). The first term on the right vanishes in $L^2$ as $T\to\infty$ iff $F(-t)^2t\to0$ as $t\to\infty$. So, I'm assuming that these conditions hold. Taking the limit in $L^2$ as $T\to\infty$ gives $F\otimes W=W\otimes F$.</p>
<p>To compute this, $F\otimes W$ is just a standard stochastic integral, and a Riemann sum approximation method should work fine. By Ito's Isometry, $F\otimes W(t)$ is normally distributed with mean 0 and variance $\int_0^t F(s)^2\,ds$. If you want to get faster convergence in distribution for $F\otimes W$, you could do something like use an improved approximation to the integral for the variance (e.g., Simpson's rule) and then use the corresponding weights to adjust the Riemann sum approximation to obtain the correct variance.</p>