derivODE2 | R Documentation |
poLabs
.This function provides the one step integration of
polynomial Ordinary Differential Equations (ODE). This function
requires the function ode
(deSolve
package).
derivODE2(t, x, K, dMin = 0, regS = NULL)
t |
All the dates for which the result of the numerical integration of the model must be provided |
x |
Current state vector (input from which the next state will be estimated) |
K |
A matrix providing the model description:
each column corresponds to one equation which polynomial organisation
is following the convention defined by function |
dMin |
The minimum negative degree of the polynomial formulation (0 by default). |
regS |
Current states of each polynomial terms used
in |
Sylvain Mangiarotti
numicano
, numinoisy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.