Description Usage Arguments Value
View source: R/03_calibration_functions.R
calibration_out
computes model outputs for the SC-COSMO
to be used for calibration routines.
1 2 3 4 5 6 7 | calibration_out(
v_params_calib,
l_params_all,
n_lag_inf = NULL,
n_lag_conf = 12,
l_dates_targets
)
|
v_params_calib |
Vector of parameters that need to be calibrated. |
l_params_all |
List with all parameters of the decision model. |
n_lag_inf |
Lag in time series of infectious individuals. |
n_lag_conf |
Lag in time series to account for the difference from. first symptomatic. |
l_dates_targets |
List of initial and last dates of targets series. |
A list with model-predicted outcomes for each target.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.