Create a MertonModel Object
Value
A validated MertonModel object.
Examples
m <- MertonModel(mu = 0.05, sigma = 0.20, lambda = 1,
mu_j = -0.10, sigma_j = 0.15)
show(m)
#> Merton Jump-Diffusion Model
#> ---------------------------
#> mu : 0.0500
#> sigma : 0.2000
#> lambda : 1.0000
#> mu_j : -0.1000
#> sigma_j : 0.1500
#> Persist : 0.2500 [alpha+beta not applicable to raw model]