Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 773 Bytes

centtend.rst

File metadata and controls

26 lines (18 loc) · 773 Bytes

Central Tendency (CT)

The model is

$$\begin{aligned} dp_{t}&=\left(r+\left(\lambda-\frac{1}{2}\right) \sigma_{t}^{2}\right)dt+\sigma_{t}dW_{t}^{r},\\\ d\sigma_{t}^{2}&=\kappa_{\sigma}\left(v_{t}^{2}-\sigma_{t}^{2}\right)dt +\eta_{\sigma}\sigma_{t}dW_{t}^{\sigma},\\\ dv_{t}^{2}&=\kappa_{v}\left(\mu-v_{t}^{2}\right)dt+\eta_{v}v_{t}dW_{t}^{v}, \end{aligned}$$

with pt = log St, and Corr[dWsr,dWsσ] = ρ, or in other words $W_{t}^{\sigma}=\rho W_{t}^{r}+\sqrt{1-\rho^{2}}W_{t}^{v}$. Also let R(Yt) = r.

diffusions.param_ct

diffusions.param_ct.CentTendParam

diffusions.model_ct

diffusions.model_ct.CentTend