View source: R/at_scale_em_algo_functs.R
select_best_em_run | R Documentation |
Returns the best run, defined as the run with m_perturbation in a reasonable range and greatest log-likelihood.
select_best_em_run(em_runs, m_perturbation_range = c(log(0.1), log(2)))
em_runs |
a list of outputs of run_em_algo_given_init |
m_perturbation_range |
range of acceptable values for m_perturbation |
the best run of the list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.