View source: R/core_bayes_estimate.R
| crossover | R Documentation |
This function dispatches to either full_crossover() or
migration_crossover() depending on the which argument.
crossover(which, ...)
which |
character string, Either |
... |
Further arguments passed to the underlying crossover function. |
A list with the following components:
new_prms_across_chains: The updated parameter matrix of shape p × n.
new_pis_across_chains: The updated vector of log-posterior values.
new_log_likes_across_chains: The updated vector of log-likelihood values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.