1

All the following processes are semimartingale. If given a stochastic process $\{X_t:t\geq 0\}$ with $X_t=Y_t+Z_t$ where $Y$ and $Z$ are two other stochastic processes defined on the same probability space as $X$. By Ito lemma we have $$dX_t=dY_t+dZ_t.$$

Can I derive the following? $$1=\frac{dY_t}{dX_t}+\frac{dZ_t}{dX_t}.$$

To motivate why I want the quotient, let's assume $$\phi_t^1dX_t=l_tdY_t,$$ and $$\phi_t^2dX_t=l_tdZ_t,$$to find $\phi_t=\phi_t^1+\phi_t^2$, can i write $$\phi_t=\frac{l_tdY_t}{dX_t}+\frac{l_tdZ_t}{dX_t}=l_t$$?

I am not sure how $\frac{dY_t}{dX_t}$ could be viewed as a Radon-Nikodym derivative.

Amira
  • 239

1 Answers1

1

I'm guessing $dX_t = X_{t+dt} - X_t$. Then let's try to write a quotient:

$$ \frac{dY_t}{dX_t} = \frac{Y_{t + \delta t} - Y_t}{X_{t + \delta t} - X_t} \stackrel{?}{\in } \mathbb{R}$$

There's no guarantee this fraction has a limit as $dt \to 0$. In real life, all variables are stochastic and we will force this thing to have a limit. Or at least use a best fit line.

There is also something called a Radon-Nikodym derivative for taking the derivative of one measure with respect to another.


It would really help to have more context in your question for formulate a better answer. How does one interpret the meaning of a stochastic derivative?

Have you considered: https://stats.stackexchange.com/ ?

cactus314
  • 24,438