Description Usage Arguments Value Examples
MCMC algorithm when the intensity function is constant.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | mcmc_constant(
d.spikes,
end.time,
prior.hyper = c(1, 0.01),
prior.x = c(1, 0.01),
prior.tmin = c(1, 0.01),
sigma.hyper,
sigma.x,
sigma.t.min,
iter,
burn,
ISI.type,
show.prog = T
)
|
d.spikes |
d.spikes |
end.time |
end.time |
prior.hyper |
prior.hyper |
prior.x |
prior.x |
prior.tmin |
prior.tmin |
sigma.hyper |
sigma.hyper |
sigma.x |
sigma.x |
sigma.t.min |
sigma.t.min |
iter |
iter |
burn |
burn |
ISI.type |
ISI.type |
show.prog |
show.prog |
mcmc
1 | x <- 100
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.