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
0
votes
1 answer

the probability for a stochastic process $\mathbb{P}(\text{sup}_{0\leq t\leq2}X_t\geq1)$, where $X_t = \int _0^t\frac{dW_s}{\sqrt{1+s}}$

$X_t = \int _0^t\frac{dW_s}{\sqrt{1+s}}$, the probability $\mathbb{P}(\text{sup}_{0\leq t\leq2}X_t\geq1)$
0
votes
0 answers

apply Ito's Lemma to X/(X+Y)

I have a question of applying Ito's Lemma in the following problem, Assume both X and Y follow the Geometric Brownian Motion, how to use Ito's Lemma to get the process of X/(X+Y)? Thank you very much for your time and help!
merryn
  • 1
0
votes
0 answers

Semigroup property for solution of fokker planck equation

I have the following problem, Given that $B_t$ is a Brownian motion starting at $x$, and $f$ is a continuous and bounded function. Define that, $P_tf(x)=\mathbb{E}[f(B_t)]$. For any $s,t>0$, I want to show the Chapman Kolgomorov rule,…
0
votes
1 answer

Ito's Lemma (Distribution of $S_t)$

If I am given that $$dS_t=S_t(\mu dt+\sigma dZ_t)$$ How do I find the distribution of $S_t$ by using Ito's Lemma? Thanks in advance.
Mathxx
  • 7,570
0
votes
0 answers

Proof that the integral of an adapted process has a zero quadratic variation

Take an adapted process to a given non tricky filtration and dependent on two "variables", omega (event, not really a variable) and $t$ (time). By definition adaptation means only measurability with respect to the filtration. I am unable to prove…
0
votes
1 answer

what does $X_{s-}$ mean in the integration by parts formula for the Ito integral?

The integration by parts formula for the Itō integral is If $X$ and $Y$ are semimartingales then $$ X_tY_t = X_0Y_0+\int_0^t X_{s-}\,dY_s + \int_0^t Y_{s-}\,dX_s + [X,Y]_t $$ where $[X, Y]$ is the quadratic covariation process. I was…
Tim
  • 47,382
0
votes
0 answers

Simple Process in Stochastic Calc

I am in a Stochastic calc class right now and we are defining the Ito integral. Our definition of a simple process is: A process $X \in L_2$ is simple if there exists a countable partition $\Pi$ st. $X_t(\omega) = X_{t_j}(\omega)$ for all $t \in…
0
votes
0 answers

Compute solution to $ dX_t = X_t W_t dW_t $

Hi I think i might have spotted an errata in my SDE textbook but I don't feel confident enough to confirm it. The question is compute $$ dX_t = X_tW_tdW_t $$ $W_t$ being the wiener process. The textbook's answer is $$ X_t = exp( W_t^ 2 /2 -…
0
votes
1 answer

Understanding the definition of a measurable function

I’m having trouble understanding the definition of a probability measurable function. The definition says that the preimage of events in the sigma algebra on the range must be an event in the sigma algebra on the domain. Why is this definition…
Teodorism
  • 1,165
0
votes
0 answers

Question about Square Integrable Semimartingale

Let $B = (B_t)_{t \in [0,T]}$ be a Brownian motion and $\alpha = (\alpha_t)_{t \in [0,T]} $ be progressively measurable. Let $$ X = \int_0^\cdot \alpha_t dt + \int_0^\cdot \alpha_tdB_t. $$ If $\alpha$ satisfies $$ E\left[ \int_0^T |\alpha_t|^2 dt…
White
  • 183
  • 9
0
votes
0 answers

What is an Itô integral, what does it represent concretely?

I'm really in trouble trying to understand Itô integral. I can work with it without any problem, but I don't understand what is it. And why is it an integral? How can we interpret $$I=\int_0^T f(s,B_s)dB_s \ \ ?$$ Would it be: we consider the…
0
votes
0 answers

Calculating Variance of the stochastic process

I am asked to find $Var(W_t^3- \int_0^t3W_sds)$. This is what I have done so far: $VarY_t=\mathbb{E}(Y_t)^2=\mathbb{E}(W_t^6-2W_t^3\int_0^t3W_sds+(\int_0^t3W_sds)^2)$ I calculated by applying Ito formula twice on $W_t^6$ that…
T.Sokh
  • 11
0
votes
0 answers

What is a brownian bridge’s quadratic variation

I know that given a Brownian motion $W(t)$, its quadratic variation is $$[W,W](t) = t$$ Then for a brownian bridge, $X(t) := W(t) - \frac{t}{T} W(T) $, what is its quadratic variation?
athos
  • 5,177
0
votes
1 answer

SDE of Geometric Brownian motion

I was reading The Binomial Asset Pricing Model by Shreve and having some trouble dealing with SDE. On page 169, it surveys the Geometric Brownian motion and tries to computing the SDE of that process. He says: Define $$f(t,x)=S(0)\exp\lbrace \sigma…
Yan Lai
  • 137
  • 8
0
votes
1 answer

Itô-Doeblin lemma for non-continuous semimartingales

On wikipedia there are some results on Itô's lemma applied to non-continuous semimartingales (sometimes called Itô-Doeblin lemma) I have looked up the books by Malliaris, Oksendal and Doob, but they only mention the case of Poisson jumps, not the…