View source: R/solveExtendedODE.R
solveExtendedODE | R Documentation |
This function passes the ODE parameters, in a specification defined via ODEstructs
, to the C++ solution routines.
solveExtendedODE( u, mkt, K0, K1, l0, l1, H1, jmp, mf = 22, rtol = 1e-12, atol = 1e-30, N.factors = 3, jumpTransform = getPointerToJumpTransform(fstr = "expNormJumpTransform"), ... )
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 |
mf, rtol, atol |
ODE solution precision parameters, see |
N.factors |
number of stochastic volatility factors. |
jumpTransform |
string, name of jump transform type. |
This is an internal function not intended for the user.
3-dim array of ODE solutions. Size: N x T x 4*(N.factors+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.