Description Usage Arguments Value Examples
Sample from tempered target using Stan
1 2 | hmc_sample_tempered_exp_4(beta, mean = 0, iterations, chains,
output = F)
|
beta |
temperature level |
mean |
mean value, defaults to 0 |
iterations |
number of iterations per chain - note that burn in is 0.5 of this number |
chains |
number of chains |
output |
boolean value: defaults to T, determines whether or not to print output to console |
samples from the tempered target
1 | hmc_sample_tempered_exp_mean_4(beta = 1, iterations = 2*100000, chains = 1, output = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.