rodeoEstimate: Estimate parameters

Description Usage Arguments Value Note Author(s)

View source: R/rodeoEstimateDefunct.r

Description

Estimates parameters using modFit from the FME package.

Usage

1
2
rodeoEstimate(inMod.guess, inMod.lower, inMod.upper, lst_inFix, model, lst_obs,
  extract, transf)

Arguments

inMod.guess

Initial guess of the parameters / initial values to be optimized. Named numeric vector.

inMod.lower

Lower bounds of the parameters / initial values to be optimized. Named numeric vector.

inMod.upper

Upper bounds of the parameters / initial values to be optimized. Named numeric vector.

model

Object of class rodeo.

extract

A function that extracts simulated data from the output matrix of simul. It should return a matrix of dimensions nt * nv where nt is the number of model output times and nv equals the number of value columns in obs, i.e. excluding the time column. Typically, the function selects a specific column (or multiple colums) from the original output matrix of the ODE solver or it computes new column(s) from the original ones (e.g. the sum of two state variables).

Value

A list with the following components:

Note

See notes for compare.

Author(s)

David Kneis david.kneis@tu-dresden.de


dkneis/knut documentation built on Jan. 7, 2020, 4:27 a.m.