hmc_sample_tempered_exp_4: HMC sampler for tempered target exp(-(beta*(x-mean)^4)/2))

Description Usage Arguments Value Examples

Description

Sample from tempered target using Stan

Usage

1
2
hmc_sample_tempered_exp_4(beta, mean = 0, iterations, chains,
  output = F)

Arguments

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

Value

samples from the tempered target

Examples

1
hmc_sample_tempered_exp_mean_4(beta = 1, iterations = 2*100000, chains = 1, output = F)

rchan26/exp4Tempering documentation built on June 20, 2019, 10:07 p.m.