Description Usage Arguments Value See Also Examples
FUNCTION_DESCRIPTION
| 1 2 | hestoncallkj(S, X, r, v, theta, rho, k, sigma, t = 0, dt = NULL, tau = 1,
  N)
 | 
| S | Spot price | 
| X | Strike price | 
| r | Asset's rate of return | 
| v | Instantaneous variance | 
| theta | Long variance | 
| rho | Processes' correlation | 
| k | Rate at which v returns to theta | 
| sigma | Vol of vol | 
| t | Starting time, Default: 0 | 
| dt | Stepsize, Default: NULL | 
| tau | Ending time, Default: 1 | 
| N | Number of simulations | 
List with call price, values used to compute the call and all simulated paths.
| 1 2 3 4 5 6 | ## Not run: 
if(interactive()){
 #EXAMPLE1
 }
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.