logLikeGBM | R Documentation |
The log-likelihood of the daily log returns under a time-dependent GBM model. Used for numerical MLE routines.
logLikeGBM(theta, x, h, idynamics)
theta |
parameter to optimize |
x |
observations of realized variates |
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.