twinstim
twinstim
models as
described in Meyer et al. (2012).siaf.constant()
siaf.gaussian(nTypes, logsd = TRUE, density = FALSE, effRangeMult = 6,
validpars = NULL)
siaf.lomax(nTypes = 1, logpars = TRUE, density = FALSE, effRangeProb = 0.99,
validpars = NULL)tiaf.constant()
tiaf.exponential(nTypes)
TRUE
TRUE
, a density is used as the
interaction function: for siaf.gaussian
, the density of the
bivariate, isotropic normal distribution, for siaf.lomax
,
$f(||\bold{s}||)$ is the density of the (uneffRangeMult=6
numerical
integration only considers the 6-sigma area around the event instead of the whole
observation region W.twinstim
. If logsd = FALSE
, you should
either use constrained optimisation (L-BFGS-B) or set validpars
to
function (pars) pars > 0
.FALSE
) is not implemented. Meyer, S. (2010):
Spatio-Temporal Infectious Disease Epidemiology based on Point Processes.
Master's Thesis, Ludwig-Maximilians-Universit
twinstim
.#Finetype indenepdent spatial interaction function used in the twinstim paper
siaf_log1 <- siaf.gaussian(1, logsd = TRUE, density = FALSE, effRangeMult = 6)
Run the code above in your browser using DataLab