StraussHard {spatstat.model} | R Documentation |
The Strauss / Hard Core Point Process Model
Description
Creates an instance of the “Strauss/ hard core” point process model which can then be fitted to point pattern data.
Usage
StraussHard(r, hc=NA)
Arguments
r |
The interaction radius of the Strauss interaction |
hc |
The hard core distance. Optional. |
Details
A Strauss/hard core process with interaction radius ,
hard core distance
, and
parameters
and
,
is a pairwise interaction point process
in which
distinct points are not allowed to come closer than a distance
apart
each pair of points closer than
units apart contributes a factor
to the probability density.
This is a hybrid of the Strauss process and the hard core process.
The probability density is zero if any pair of points
is closer than units apart, and otherwise equals
where represent the
points of the pattern,
is the number of points in the
pattern,
is the number of distinct unordered pairs of
points that are closer than
units apart,
and
is the normalising constant.
The interaction parameter may take any
positive value (unlike the case for the Strauss process).
If
,
the model describes an “ordered” or “inhibitive” pattern.
If
,
the model is “ordered” or “inhibitive” up to the distance
, but has an “attraction” between points lying at
distances in the range between
and
.
If , the process reduces to a classical
hard core process with hard core distance
.
If
, the process reduces to a classical
hard core process with hard core distance
.
The function ppm()
, which fits point process models to
point pattern data, requires an argument
of class "interact"
describing the interpoint interaction
structure of the model to be fitted.
The appropriate description of the Strauss/hard core process
pairwise interaction is
yielded by the function StraussHard()
. See the examples below.
The canonical parameter
is estimated by
ppm()
, not fixed in
StraussHard()
.
If the hard core distance argument hc
is missing or NA
,
it will be estimated from the data when ppm
is called.
The estimated value of hc
is the minimum nearest neighbour distance
multiplied by , where
is the
number of data points.
Value
An object of class "interact"
describing the interpoint interaction
structure of the “Strauss/hard core”
process with Strauss interaction radius
and hard core distance
hc
.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
References
Baddeley, A. and Turner, R. (2000) Practical maximum pseudolikelihood for spatial point patterns. Australian and New Zealand Journal of Statistics 42, 283–322.
Ripley, B.D. (1981) Spatial statistics. John Wiley and Sons.
Strauss, D.J. (1975) A model for clustering. Biometrika 62, 467–475.
See Also
ppm
,
pairwise.family
,
ppm.object
Examples
StraussHard(r=1,hc=0.02)
# prints a sensible description of itself
# ppm(cells ~1, StraussHard(r=0.1, hc=0.05))
# fit the stationary Strauss/hard core process to `cells'
ppm(cells ~ polynom(x,y,3), StraussHard(r=0.1, hc=0.05))
# fit a nonstationary Strauss/hard core process
# with log-cubic polynomial trend