export(maxLikelihoodETAS)
export(estimateETAS)
export(simulateETAS)

useDynLib(bayesianETAS, .registration = TRUE)
importFrom("stats", "dexp", "optim", "rexp", "runif")

import(MASS)
