Description Usage Arguments Value Examples
Simulate langevin diffusion using the Exact Algorithm with pi = exp(-(beta*(x-mean)^4)/2)
1 2 | simulate_langevin_diffusion_exp_4(x0, y, s, t, K, mean = 0, beta,
accept_prob = FALSE)
|
x0 |
start value |
y |
end value |
s |
start time |
t |
end time |
K |
lower bound of the phi function |
mean |
mean value |
beta |
real value between 0 and 1 |
accept_prob |
boolean value: defaults to F, determined whether or not to return acceptance prob (T) or a skeleton of the diffusion (F) |
accept_prob real value if accept_prob = TRUE
layered_bb matrix holding skeleton of the diffusion
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.