initialize,yuima.ae-method | R Documentation |
yuima.ae
ClassConstruct an object of class yuima.ae-class
.
## S4 method for signature 'yuima.ae'
initialize(
.Object,
order,
var,
u.var,
eps.var,
characteristic,
Z0,
Mu,
Sigma,
c.gamma,
verbose
)
.Object |
an object of class |
order |
integer. The order of the expansion. |
var |
character. The state variables. |
u.var |
character. The variables of the characteristic function. |
eps.var |
character. The perturbation variable. |
characteristic |
expression. The characteristic function. |
Z0 |
numeric. The solution to the deterministic process obtained by setting the perturbation to zero. |
Mu |
numeric. The drift vector for the representation of Z1. |
Sigma |
matrix. The diffusion matrix for the representation of Z1. |
c.gamma |
list. The coefficients of the Hermite polynomials. |
verbose |
logical. Print on progress? Default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.