mseGBM | R Documentation |
The mean-square-error between the empirical PDF of daily log returns against a time-dependent GBM model. Used for numerical calibration to the empirical density.
mseGBM(theta, epdf, h, idynamics)
theta |
parameter to optimize |
epdf |
object returned from |
h |
time-scale |
idynamics |
the integrated mean and volatility functions, as a list |
Here the coefficients in the SDE dS_t=\mu(t) S_t dt +\sigma(t) S_t dB_t
are assumed
to be functions of time.
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.