These are internal functions that assign objects to variable names in Julia
.
Usage
set_JULIA_NUM_THREADS(JULIA_NUM_THREADS)
set_timeline(.timeline)
set_state_type(.state)
set_xinit(.xinit)
set_model_move(.model_move)
set_path()
set_model_obs_types(.datasets)
set_model_obs(.model_obs)
set_yobs_vect(.timeline, .yobs)
set_yobs_dict(.yobs)
set_yobs_dict_via_sim()
set_n_particle(.n_particle)
set_direction(.direction = c("forward", "backward"))
set_states_init(
.timeline,
.state,
.xinit,
.model_move,
.yobs,
.n_particle,
.direction,
.collect
)
set_t_resample(.t_resample)
set_batch(.batch, .type = c("fwd", "bwd", "smo"))
set_progress(.progress)
set_verbose(.verbose)
set_pf_filter(
.n_move,
.n_resample,
.t_resample,
.n_record,
.n_iter,
.direction,
.batch,
.progress,
.verbose
)
set_cache(.cache)
set_smoother_two_filter(
.n_particle,
.n_sim,
.cache,
.batch,
.progress,
.verbose
)