pcode_1d | R Documentation |
Obtain estiamtes of structural parameters of an ODE model by parameter cascade method.
pcode_1d(data, time, ode.model, par.initial,par.names, basis,lambda,controls = list())
data |
A data frame or a vector contains observations from the ODE model. |
time |
The vector contain observation times. |
ode.model |
Defined R function that computes the time derivative of the ODE model given observations of states variable. |
par.initial |
Initial value of structural parameters to be optimized. |
par.names |
The names of structural parameters defined in the 'ode.model'. |
basis |
A basis objects for smoothing observations. |
lambda |
Penalty parameter. |
controls |
A list of control parameters. See ‘Details’. |
structural.par |
The structural parameters of the ODE model. |
nuisance.par |
The nuisance parameters or the basis coefficients for interpolating observations. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.