Run the model once at the maximum-posterior parameter set (deterministic)
Source:R/model_simulation.R
simulate_best.Rd
Run the model once at the maximum-posterior parameter set (deterministic)
Arguments
- model
A dust or odin model object.
- param_inputs
Named list of baseline inputs.
- best_params
Named vector or list of best-fit parameters.
- start_date
Date or string start of sim window.
- end_date
Date or string end of sim window.
- ...
Additional args passed to
data_sim()
.