View source: R/exp_4_sampler.R
exp_4_density | R Documentation |
Normalised tempered target density
exp_4_density(x, mean = 0, beta = 1)
x |
real value |
mean |
mean value, defaults to 0 |
beta |
real value between 0 and 1, defaults to 1 |
real value
curve(exp_4_density(x, 1/2), from = -4, to = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.