Simulation History
simulation_history(
model,
add_dates = TRUE,
sim_params = NULL,
include_initial_date = TRUE,
obs_error = FALSE,
condense = FALSE
)
a flexmodel
object
should a column called Date
be added?
vector to pass to a TMB AD function -- you can get
examples of these out of the opt_par
element of a fitted
flexmodel
or by calling tmb_params_trans
should the first row be the initial state vector, or the first date after the initial?
should random observation error be added if it is
defined in the model
? -- see update_error_dist
should a condensed set of simulation variables be
returned? -- see update_condense_map
Other simulation:
deprecated_simulation_functions
,
simulate_ensemble()