Description Usage Arguments Value Author(s)
Calculate local sensitivity matrix of a deterministic model (matrix of partial derivatives of model results with respect to parameters), based on a simple discretization of the derivatives.
sens.loc.explicitpars is a modified version of sens.loc which calls a model with explicitly listed arguments (this is primarily for internal use when calling nls).
1 2 3 |
par |
named parameter vector |
model |
function representing the model; typically returns a vector, but could also return a matrix |
model.name |
function with explicit parameter arguments when using |
par.inc |
increments of parameters used to approximate the derivatives |
x |
additional parameter arguments when using |
... |
additional arguments passed to |
Matrix of partial derivatives of model results (rows) with respect to parameters (columns), or 3-dimensional array of partial derivatives if model output is a matrix.
Peter Reichert <peter.reichert@eawag.ch>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.