View source: R/merton-fitting.R
fitSymmetricMerton | R Documentation |
Use base R's optim
to maximize the log-likelihood in
the Merton jump diffusion model with symmetric jumps.
fitSymmetricMerton(x, k = 1/252, numDev = 1)
x |
the data-set of daily log returns |
k |
time scale, defaults to 1/252 for daily data |
numDev |
number of daily-standard deviations to use in initial guess for jump sizes. |
output from optim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.