View source: R/calibrar-main.R
calibration_objFn | R Documentation |
Create a new function, to be used as the objective function in the calibration, given a function to run the model within R, observed data and information about the comparison with data.
calibration_objFn(model, setup, observed, aggFn = NULL, aggregate = FALSE, ...)
model |
Function to run the model and produce a list of outputs. |
setup |
A data.frame with the information about the calibration,
normally created with the |
observed |
A list of the observed variables created with the
function |
aggFn |
A function to aggregate |
aggregate |
boolean, if TRUE, a scalar value is returned using the
|
... |
More arguments passed to the |
A function, integrating the simulation of the model and the comparison with observed data.
Ricardo Oliveros-Ramos
calibration_data
, calibration_setup
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.