Creates an instance of the Diggle-Gratton pairwise interaction point process model, which can then be fitted to point pattern data.
DiggleGratton(delta=NA, rho)
lower threshold
upper threshold
An object of class "interact"
describing the interpoint interaction
structure of a point process.
Diggle and Gratton (1984, pages 208-210)
introduced the pairwise interaction point
process with pair potential
Note that we use the symbol
The parameters must all be nonnegative,
and must satisfy
The potential is inhibitory, i.e.\ this model is only appropriate for
regular point patterns. The strength of inhibition increases with
The irregular parameters
DiggleGratton
, while the
regular parameter
If the lower threshold delta
is missing or NA
,
it will be estimated from the data when ppm
is called.
The estimated value of delta
is the minimum nearest neighbour distance
multiplied by
Diggle, P.J., Gates, D.J. and Stibbard, A. (1987) A nonparametric estimator for pairwise-interaction point processes. Biometrika 74, 763 -- 770.
Diggle, P.J. and Gratton, R.J. (1984) Monte Carlo methods of inference for implicit statistical models. Journal of the Royal Statistical Society, series B 46, 193 -- 212.
# NOT RUN {
ppm(cells ~1, DiggleGratton(0.05, 0.1))
# }
Run the code above in your browser using DataLab