Strauss {spatstat.model} | R Documentation |
The Strauss Point Process Model
Description
Creates an instance of the Strauss point process model which can then be fitted to point pattern data.
Usage
Strauss(r)
Arguments
r |
The interaction radius of the Strauss process |
Details
The (stationary) Strauss process with interaction radius and
parameters
and
is the pairwise interaction point process
in which each point contributes a factor
to the
probability density of the point pattern, and each pair of points
closer than
units apart contributes a factor
to the density.
Thus the probability density is
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 must be less than
or equal to
so that this model describes an “ordered” or “inhibitive” pattern.
The nonstationary Strauss process is similar except that
the contribution of each individual point
is a function
of location, rather than a constant beta.
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 process pairwise interaction is
yielded by the function Strauss()
. See the examples below.
Note the only argument is the interaction radius r
.
When r
is fixed, the model becomes an exponential family.
The canonical parameters
and
are estimated by
ppm()
, not fixed in
Strauss()
.
Value
An object of class "interact"
describing the interpoint interaction
structure of the Strauss process with interaction radius .
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net.
References
Kelly, F.P. and Ripley, B.D. (1976) On Strauss's model for clustering. Biometrika 63, 357–360.
Strauss, D.J. (1975) A model for clustering. Biometrika 62, 467–475.
See Also
ppm
,
pairwise.family
,
ppm.object
Examples
Strauss(r=0.1)
# prints a sensible description of itself
ppm(cells ~1, Strauss(r=0.07))
# fit the stationary Strauss process to `cells'
ppm(cells ~polynom(x,y,3), Strauss(r=0.07))
# fit a nonstationary Strauss process with log-cubic polynomial trend