Estimate parameters with MCEM algorithm
estimate_migration_MCEM_C(
migration,
estimate_transitions = NULL,
estimate_sojourns = NULL,
sojourn_domain = NULL,
start_transitions = NULL,
start_sojourns = NULL,
nb_particles = NULL,
itermax = NULL,
MC_algo = NULL,
MH_neighborhood = NULL,
MH_transition_length = NULL,
log_transitions = NULL,
log_sojourns = NULL,
log_loglikelihood = NULL,
log_sel_particles = NULL,
log_acceptance_rate = NULL,
verbose = NULL
)
A migration (migration structure).
Boolean for requiring transition parameters estimation.
Boolean for requiring sojourn parameters estimation.
Sojourn parameters domains.
Start transition.
Start sojourns.
Number of particles.
Maximum number of iteration.
Monte Carlo algorithm name.
Neighborhood, only when MC_algo is "MH".
Transition length, only when MC_algo is "MH".
Log of transition parameters.
Log of sojourn parameters.
log of log-likelihood.
log of selected particles.
log of acceptance rate.
Boolean for verbose.
migration with estimated parameters (migration structure).