mcmc_constant: MCMC algorithm when the intensity function is constant.

Description Usage Arguments Value Examples

View source: R/Constant.R

Description

MCMC algorithm when the intensity function is constant.

Usage

 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
)

Arguments

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

Value

mcmc

Examples

1
x <- 100

JPNotts/Package documentation built on Oct. 5, 2021, 2:04 p.m.