Description Usage Arguments Examples
Simulation of jump diffusion process dY_t = b(φ,t,Y_t)dt + s(γ,t,Y_t)dW_t + h(η,t,Y_t)dN_t.
| 1 2 3 | 
| object | class object of parameters: "jumpDiffusion" | 
| nsim | number of trajectories to simulate. Default is 1. | 
| seed | optional: seed number for random number generator | 
| t | vector of time points | 
| y0 | starting point of process | 
| start | vector: start[1] starting point time, start[2] starting point for Poisson process | 
| mw | mesh width for finer Euler approximation to simulate time-continuity | 
| plot.series | logical(1), if TRUE, simulated series are depicted grafically | 
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.