calibration_out: Generate model outputs for calibration from a parameter set

Description Usage Arguments Value

View source: R/03_calibration_functions.R

Description

calibration_out computes model outputs for the SC-COSMO to be used for calibration routines.

Usage

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
)

Arguments

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.

Value

A list with model-predicted outcomes for each target.


SC-COSMO/sccosmomcma documentation built on Dec. 18, 2021, 11:56 a.m.