innerobj_multi | R Documentation |
An objective function combines the sum of squared error of basis expansion estimates and the penalty controls how those estimates fail to satisfies the ODE model
innerobj_multi(basis_coef, ode.par, input, derive.model,NLS)
basis_coef |
Basis coefficients for interpolating observations given a basis object. |
ode.par |
Structural parameters of the ODE model. |
input |
Contains dependencies for the optimization, including observations, penalty parameter lambda, and etc.. |
derive.model |
The function defines the ODE model and is the same as the |
NLS |
Default is |
residual.vec |
Vector of residuals and evaluation of penalty function on quadrature points for approximating the integral. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.