View source: R/heston-fitting.R
obs_vol | R Documentation |
The conditional mean and volatility functions for the Heston state and observation.
obs_vol(s, param, h = 1/252)
s |
the volatility level |
param |
the vector of parameters, see details |
h |
the time step |
The argument param
must be a vector whose entries represent in order,
(\kappa, \theta, \xi, \mu)
, the mean-reversion speed, mean-reversion level, the vol-of-vol,
and mean-drift of the stock price.
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.