solveODE | R Documentation |
This function passes the ODE parameters, in a specification defined via ODEstructs
, to the C++ solution routines.
solveODE( u, mkt, K0, K1, l0, l1, H1, jmp, jumpTransform = getPointerToJumpTransform(fstr = "expNormJumpTransform")$TF, mf = 22, rtol = 1e-14, atol = 1e-30, N.factors = 3 )
u |
u |
mkt |
data.frame describing the market structure (times to maturity, interest rate, dividend yield, current stock price). See Details in |
K0, K1, l0, l1, H1 |
output from |
jmp |
jump parameters, element of |
jumpTransform |
pointer to jump transform function. |
mf, rtol, atol |
ODE solution precision parameters, see |
N.factors |
number of stochastic volatility factors. |
This is an internal function not intended for the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.