Total number of MCMC iterations to be carried out.
burnin
Number of iterations to be considered as burn-in. Samples from this burn-in period are discarded.
thin
Thinning rate. This argument specifies how often a draw from the posterior distribution is stored after
burnin, i.e. one every -th samples is saved. Therefore, the toral number of MCMC samples saved is
(niter -burnin)/thin. If thin =1, then AntMAN stores every iteration.
verbose
A value from 0 to 4, that specifies the desired level of verbosity (0:None, 1:Warnings, 2:Debug, 3:Extras).
output
A list of parameters output to return.
parallel
Some of the algorithms can be run in parallel using OpenMP. When set to True, this parameter triggers the parallelism.
output_dir
Path to an output dir, where to store all the outputs.