About the notation $\mathbb{E}_t [\text{d} s_t]$

104 Views Asked by At

My knowledge on stochastic calculus tells me that the notation $\text{d} X_t = \mu(X_t) \text{d} t + \sigma(X_t)\text{d} B_t$ is just an abbreviation of $X_t = X_0 + \int_0^t \mu(X_s) \text{d} s + \int_0^t \sigma(X_s)\text{d} B_s$.

Consider for instance $\text{d}{s_t} = c\text{d} t + \text{d}Z_t$, where here $Z_t$ is a Brownian motion and $c\sim \mathcal{N}\left(-\frac{1}{2}\sigma^2,\sigma^2\right)$ just one time (i.e., you are not drawing a $c$ each $t$ but only once). Following my background I guess that's equivalent to saying that $$ s_t = s_0 + ct + Z_t. $$

Now, I've been told that the posterior of $c$ given $s_t$ ($s_t$ is interpreted as a signal of $c$ at time $t$, that's why there's a noisy term $Z_t$ in the equation) is given by $$ c\sim \mathcal{N}\left(\hat{c}_t, \hat{\sigma}_t^2\right) $$ where $\text{d}\hat{c}_t = \hat{\sigma}_t^2\text{d}\hat{Z}_t$ and $\hat{\sigma}_t^2 = \frac{1}{\frac{1}{\hat{\sigma_t}^2}+t}$, and $\text{d}\hat{Z}_t = \text{d}s_t - \mathbb{E}_t\left[\text{d}s_t\right]$.

I'm struggling with two things:

  1. How are posteriors computed in continuous time? Do you know any reference where I can study this?
  2. What's the formal definition of $\mathbb{E}_t\left[\text{d}s_t\right]$? I'm guessing something like $\mathbb{E}_t\left[s_{t+u}\right]$ for any $u>0$... Hence, in this case, we would have that $$ \mathbb{E}_t[s_{t+u}] = s_0 + \mathbb{E}[c](t+u) + \mathbb{E}_t\left[Z_{t+u}\right] = s_0 - \frac{1}{2}\sigma^2(t+u) + Z_t $$ for all $u>0$, thanks to the fact that $\mathbb{E}_t\left[Z_{t+u}\right] = Z_t$ for all $u>0$. Using this, $$ s_{t+u} - \mathbb{E}_t[s_{t+u}] = \left(c-\frac{1}{2}\sigma^2\right)(t+u) $$ for all $u>0$. I expected some Brownian motion term in $\hat{Z}_t$, that's why I don't think I'm interpreting appropriately...

I think I provided all the context. Let me know if there's something missing. thanks!

2

There are 2 best solutions below

5
On BEST ANSWER

To answer your second question, We have

$$ \lim_{u \rightarrow 0} \frac{\mathbb{E}[s_{t+u} - s_{t}]}{u} = \lim_{u \rightarrow 0}\frac{-\frac{1}{2}\sigma^2 (t+u) - \frac{1}{2} \sigma^2 t}{u} = -\frac{1}{2}\sigma^2. $$

Or in other words, $\mathbb{E}[ds_t] = -\frac{1}{2}\sigma^2 dt$. So

$$d\hat{Z}_t = ds_t + \frac{1}{2}\sigma^2t = (c+\frac{1}{2}\sigma^2) dt + dZ_t$$

It is best not to think too rigorously about the notation $\mathbb{E}[ds_t]$. As you point out, it is meant as somewhat of a shorthand, and also to aid with intuition.

There also seems to be an error in your calculation when you write $\mathbb{E}[Z_{t+u}] = Z_t$. It is certainly true that $\mathbb{E}[Z_{t+u} | Z_t] = Z_t$, due to the martingale property. However, $\mathbb{E}[Z_t]= 0$ for all $t$.

6
On

The formal "defintion" of stochastic differential is what you wrote at the beginning: $dX_t=...$ is a short form of $X_t=X_0+...\,.$ In particular $ds_t$ has no formal definition other than the equation wrote: $s_t=s_0+ct+Z_t\,.$ The rest follows from $\mathbb E_t[Z_t]=Z_t$ and $\mathbb E_t[Z_{t+u}]=Z_t$ and $$\textstyle\mathbb E_t[ct]=-\frac{\sigma^2t}{2}\,,\quad \mathbb E_t[c(t+u)]=-\frac{\sigma^2(t+u)}{2}$$ assuming that $c\sim N(-\frac{\sigma^2}{2},\sigma^2)$ is independent of the Brownian motion $Z\,.$

These formulas could be used to calculate the derivative $$\tag{1} \frac{d}{dT}\Bigg|_{T=t}\mathbb E_\color{red}{t}\big[s_T\big]=-\frac{\sigma^2}{2}\,. $$ Imho this is no reason to conclude that we can formally define the conditional expectation $$\tag{2} \mathbb E_\color{red}{t}\big[ds_t\big] $$ of $ds_t\,.$ What should the random variable $ds_t$ be? If it is ${\cal F}_t$-measurable then $\mathbb E_\color{red}{t}\big[ds_t\big]=ds_t$ - in contrast to the other answer.

The minimal compromise I accept is that $$ \mathbb E_\color{red}{t}\big[ds_t\big]=-\frac{\sigma^2}{2}\,dt $$ is an "abbreviation" of (1), albeit a very confusing one.