Description Usage Arguments Value
View source: R/synchronous4_rwmh_coupling.R
Sampling of common increment for all four particles
1 2 3 4 5 6 7 8 9 10 | synchronous4_rwmh_coupling(
chain_state_coarse1,
chain_state_coarse2,
chain_state_fine1,
chain_state_fine2,
identical_coarse,
identical_fine,
tuning_coarse,
tuning_fine
)
|
chain_state_coarse1 |
a vector with the position of the first particle at the coarse level (level - 1) |
chain_state_coarse2 |
a vector with the position of the second particle at the coarse level (level - 1) |
chain_state_fine1 |
a vector with the position of the first particle at the fine level (level) |
chain_state_fine2 |
a vector with the position of the second particle at the fine level (level) |
identical_coarse |
a boolean variable takes the value True if two chains at the coarse level coincide and False otherwise |
identical_fine |
a boolean variable takes the value True if two chains at the fine level coincide and False otherwise |
tuning_coarse |
a list that contains parameters required for RWM proposal generation at the coarse level: standard deviation |
tuning_fine |
a list that contains parameters required for RWM proposal generation at the fine level: standard deviation |
a list with updated values of states of the first and the second chain at the coarse level, updated values of states of the first and the second chain at the fine level, updated value of the "identical_coarse" flag, updated value of the "identical_fine" flag and cost of computations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.