| .rxDiscreteForwardSens | R Documentation |
Integrates the state and its exact derivative S = dX/dtheta through the RK4
map, storing the stages for the discrete adjoint.
.rxDiscreteForwardSens(build, X0, params, h, nStep, doses = NULL, S0 = NULL)
build |
object from |
X0 |
named numeric initial state (order = |
params |
named numeric parameter vector. |
h |
fixed step size. |
nStep |
number of RK4 steps (final time |
doses |
optional list of additive-bolus dose specs, each
|
S0 |
optional initial sensitivity ( |
list with XN, SN (ns x np), Sall (per-step S), stages.
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.