fusion_exp_4 | R Documentation |
Generalised Monte Carlo Fusion with target of the form exp(-((x^4)*beta)/2)
fusion_exp_4(N, m, time, samples_to_fuse, mean, betas, precondition_values)
N |
number of samples |
m |
number of sub-posteriors to combine |
time |
time T for fusion algorithm |
samples_to_fuse |
list of length m, where samples_to_fuse[c] containing the samples for the c-th sub-posterior |
mean |
mean value of target distribution |
betas |
vector of length m, where betas[c] is the inverse temperature (beta) for c-th sub-posterior (can also pass in one number if they are all at the same inverse temperature) |
precondition_values |
vector of length m, where precondition_values[c] is the precondition value for sub-posterior c |
A list with components:
fusion samples
number of iterations for rho step
number of iterations for Q step
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.