pide_setup: Set up grids for PIDE

Description Usage Arguments Details Value

View source: R/pide_setup.R

Description

Implicit-Explicit PIDE solver for the extended Feynman-Kac connection for Ito-Levy processes with compound Poisson jump dynamics. Pass a list of coefficient functions and the mean-rate of jumps, a list of contract specifications, a list of jump-dynamics specifications, and finally a list of numerical specifications to solve a given PIDE problem.

Usage

1
pide_setup(f, contract_specs, jump_specs, numeric_specs)

Arguments

f

list of coefficient functions and mean-rate of jumps function

contract_specs

list of variables defining contract specifications, see details

jump_specs

list of variables defining the jump dynamics, see details

numeric_specs

list of variables defining numerical specifications, see details

Details

The list contract_specs must contain

, the list jump_specs should contain

numeric_specs should contain

Value

list


shill1729/FeynmanKacSolver documentation built on May 19, 2020, 8:23 p.m.