Questions tagged [stochastic-calculus]

Stochastic calculus is a branch of mathematics that operates on stochastic processes. It allows a consistent theory of integration to be defined for integrals of stochastic processes with respect to stochastic processes. It is used to model systems that behave randomly.

The main flavors of stochastic calculus are the Itô calculus and its variational relative the Malliavin calculus. For technical reasons the Itô integral is the most useful for general classes of , such as semimartingale processes, but the related Stratonovich integral is frequently useful in problem formulation.

The Stratonovich integral can readily be expressed in terms of the Itô integral. The main benefit of the Stratonovich integral is that it obeys the usual chain rule and therefore does not require Ito's lemma. This enables problems to be expressed in a coordinate system invariant form, which is invaluable when developing stochastic calculus on manifolds other than $\mathbb{R}^n$.

5617 questions
2
votes
0 answers

Why on manifold, we rather use Stratonovich integral rather than Itô integral?

I start to stud stochastic calculus on manifold, and I see that on manifold, we rather use Stratonovich integral rather than Itô integral. Is there any reason for that ? Indeed, Stratonovich integral has not nice properties as being a martingale for…
tiko
  • 81
2
votes
0 answers

Ito integrals as limit in probability in the case of continuous integrands

I would like to show that if $X \in {\cal H}_2^{LOC}[0, T] $ (class of adapted processes such that $\int_0^T X_s\, ds < \infty $ with probablity one) is a continuous process, then for every sequence $\{\pi_n: n \in N\} $ of partitions $0=t_{n,0} <…
Maurice
  • 1,314
2
votes
2 answers

How to compute $\int_0^t s d B_s$ and $\int_0^t B_s ds$?

Consider the Itō integral $X_t := \int_0^t s \,dB_s$. Here is my attempt. Let $f(t,x) = tx$. By Itō's formula, $$ d f(t, B_t) = B_t dt + t dB_t $$ so $$ t B_t = \int_0^t B_s\, ds + \int_0^t s \,dB_s. $$ But how is $\int_0^t B_s\,ds$ calculated? Are…
Tim
  • 47,382
2
votes
3 answers

Stochastic process with delta correlation in time

I am trying to learn stochastic calculus and when they talk about the Langevin equation they say that the correlation of the gaussian white noise (which i believe is the covariance between two random variables in the stochastic process) has a…
Emil
  • 709
2
votes
1 answer

Interchanging derivation and expectation

I would like to know when it is allowed to interchange derivation and expectation. Suppose $X$ is some r.v whose dynamic is controlled by some parameter $\sigma$ and suppose $h$ is some smooth function of two variables. Is the following…
Aguelmame
  • 185
  • 3
2
votes
0 answers

Stochastic integral Isserlis' theorem

I have the following problem: for a given finite set of smooth and continuously differentiable functions of time $\{f_1(t),f_2(t),f_3(t),\cdots, f_n(t)\}$, I need to find explicit expressions for the mean of the product of Ito stochastic integrals…
2
votes
0 answers

Stochastic differential equation with quadratic drift and volatility

I am looking for an exact (closed-form) solution to the SDE: \begin{equation} dX_t = \alpha X_t(A_0 - X_t) dt + \beta X_t(A_0 + X_t) dW_t \end{equation} for a Wiener process $dW_t$ with initial condition $X(0) = X_0$. I have tried different…
2
votes
1 answer

"Dividing" sides of stochastic differential equation

I'm looking at example 5.1.1 of Oksendal's book http://th.if.uj.edu.pl/~gudowska/dydaktyka/Oksendal.pdf My question is: why we can divide the differential equation by $N_t$? I know that this is just a notation, but when we use the "integral"…
siwy9
  • 125
2
votes
1 answer

Unsure how to calculate $dY_{t}$

Given \begin{align*} dX_{t} &= \mu dt + \sigma X_{t}dB_{t}\\ \log(X_{t}) &={-\frac{1}{2}\int_{0}^{t} \sigma^{2}ds}+{\int_{0}^{t} \sigma dB_{s}} \end{align*} I am trying to set $\log(Y_{t}) := \frac{1}{2}\sigma^{2}t - \sigma B_{t}$ and show that if…
JessicaK
  • 7,655
2
votes
0 answers

$t$-continuity of Itô Integral

I'm reading Øksendal's SDEs book and in Theorem 3.2.5 he proves that the Itô integral $$ \int_0^t f(s,\omega) dB_s(\omega)$$ has a version such that it is $t$-continous. In order to do this he picks elementary functions $\phi_n$, such that $$…
mathma
  • 2,175
2
votes
1 answer

About Ito's Integral

Is such an integral an Ito Integral? $$\int{B_t dB_t} $$ where $B_t$ is a Wiener Process. Shouldn't the integrand be of "bounded variation" ?
2
votes
1 answer

Ito Integral Motivating Example (Riemann-Stieltjes)

This problem is given as a motivating example for the Ito Integral in Mikosch's Elementary Stochastic Calculus with Finance in View... Consider the Riemann-Stieltjes Sum $$S_n = \sum^n_{i=1} B_{t_{i-1}}\Delta_i B$$ where $$B=(B_t,t\geq 0)$$ is a…
2
votes
2 answers

Calculate the expection and variance using Ito's Lemma

Let $x_k$ be a Ito process defined by the equation $dx_t=-ax_tdt+\sigma dB_t$, where a is a real constant, $\sigma$ is a positive real constant and $B_t$ is a standard Brownian motion. Let $x_t=x_0$ at $t=0$. By applying Ito's Lemma on…
2
votes
1 answer

Product of deterministic function and Ito process

In a case such as the Cox-Ingersoll-Ross where $$ \mathrm{d}{R\left(t\right)}=\left(\alpha-\beta R\left(t\right)\right)\mathrm{d}{t}+\sigma\sqrt{R\left(t\right)}\mathrm{d}{W\left(t\right)}, $$ is it wrong to do the following: \begin{align*}…
wilsnunn
  • 485
2
votes
1 answer

Following a derivation using Ito's lemma

I am trying to follow a derivation, but I get stuck could someone take me take me through the rest: We start with, $$s(t,x_t)=e^{g(t)+x_t}$$ where $$dX_t=\log (J) dq_t+\left(-\text{$\alpha $X}_t\right) dt+\sigma (t) dZ_t$$ Using ito's…
ALEXANDER
  • 2,099