View source: R/odeBruitMult2.R
odeBruitMult2 | R Documentation |
A subfunction for the numerical integration of Ordinary
Differential Equations provided in a generic polynomial form.
Model formulation follows the convention defined
by function poLabs
.
odeBruitMult2(
x0,
t,
K,
varData = NULL,
txVarBruitM = NULL,
varBruitM = NULL,
method = NULL
)
x0 |
Initial conditions |
t |
All the dates for which the result of the numerical integration of the model must be provided |
K |
A matrix providing the model description:
each column corresponds to one equation which polynomial organisation
is following the convention defined by function |
varData |
A vector of size |
txVarBruitM |
A vector defining the ratio of DYNAMICAL noise for each variable of the dynamical system in ODE. This noise is a perturbation added at each numerical integration step. The ratio is defined relatively to the signal variance of each variable. |
varBruitM |
A vector defining the variance of DYNAMICAL noise for each variable of the dynamical system in ODE. This noise is a perturbation added at each numerical integration step. |
method |
Numerical method used in the integration process.
(see |
Sylvain Mangiarotti, Malika Chassan
numinoisy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.