Sample from the posterior of the ETAS parameters
Arguments
- input.list
structured input
list
with at least two elements:model.fit
:bru
object used to sample the posterior of the ETAS parameterslink.functions
:list
of functions to convert the ETAS parameters from the INLA scale to the ETAS scale
- n.samp
The number of samples to draw from the posteriors
- max.batch
Maximum number of posterior samples to be generated simultaneously. Default is 1000.
- ncore
Deprecated argument for controlling parallelism. Use
future::plan(future::multisession, workers = ncore)
(or similar) to configure parallelism in your code instead.